Door Springs and Neopixels Demonstrate Quantum Computing Principles

They may be out of style now, and something of a choking hazard for toddlers, but there’s no denying that spring doorstops make a great sound when they’re “plucked” by a foot as you walk by. Sure, maybe not on a 2:00 AM bathroom break when the rest of the …read more

Continue reading Door Springs and Neopixels Demonstrate Quantum Computing Principles

Hackaday Podcast Ep 007 – Everything Microcontrollers, Deadly Clock Accuracy, CT X-Rays, Mountains Of E-Waste

Elliot Williams and Mike Szczys look at all that’s happening in hackerdom. This week we dive deep into super-accurate clock chips, SPI and microcontroller trickery, a new (and cheap) part on the microcontroller block, touch-sensitive cloth, and taking a home X-ray to the third dimension. We’re saying our goodbyes to …read more

Continue reading Hackaday Podcast Ep 007 – Everything Microcontrollers, Deadly Clock Accuracy, CT X-Rays, Mountains Of E-Waste

Hackaday Podcast Ep 007 – Everything Microcontrollers, Deadly Clock Accuracy, CT X-Rays, Mountains Of E-Waste

Elliot Williams and Mike Szczys look at all that’s happening in hackerdom. This week we dive deep into super-accurate clock chips, SPI and microcontroller trickery, a new (and cheap) part on the microcontroller block, touch-sensitive cloth, and taking a home X-ray to the third dimension. We’re saying our goodbyes to …read more

Continue reading Hackaday Podcast Ep 007 – Everything Microcontrollers, Deadly Clock Accuracy, CT X-Rays, Mountains Of E-Waste

Inefficient NeoPixel Control Solved with Hardware Hackery

Everyone loves NeoPixels. Individually addressable RGB LEDs at a low price. Just attach an Arduino, load the demo code, and enjoy your blinking lights.

But it turns out that demo code isn’t very efficient. [Ben Heck] practically did a spit take when he discovered that the ESP32 sample code for NeoPixels used a uint32 to store each bit of data. This meant 96 bytes of RAM were required for each LED. With 4k of RAM, you can control 42 LEDs. That’s the same amount of RAM that the Apollo Guidance Computer needed to get to the moon!

His adventure is …read more

Continue reading Inefficient NeoPixel Control Solved with Hardware Hackery

Freeform Wire Frame Tulip Blooms To The Touch

Holidays are always good for setting a deadline for finishing fun projects, and every Valentine’s Day we see projects delivering special one-of-a-kind gifts. Why buy a perishable bulk-grown biological commodity shipped with a large carbon footprint when we can build something special of our own? [Jiří Praus] certainly seemed to think so, his wife will receive a circuit sculpture tulip that blooms when she touches it.

This project drew from [Jiří]’s experience with aesthetic LED projects. His Arduino-powered snowflake, with LEDs mounted on a custom PCB, is a product available on Tindie. For our recent circuit sculpture contest, his entry …read more

Continue reading Freeform Wire Frame Tulip Blooms To The Touch

Addressable 7-Segment Displays May Make Multiplexing a Thing of the Past

[Sean Hodgins] has a knack for coming up with simple solutions that can make a big difference, but this is one of those “Why didn’t I think of that?” things: addressable seven-segment LED displays.

[Sean]’s design is basically a merging of everyone’s favorite Neopixel RGB LED driver with the ubiquitous seven-segment display. The WS2811 addressable RGB driver chip doesn’t necessarily have to drive three different color LEDs – it can drive three segments of the same display. With three of the chips on a single board, all seven segments plus the decimal point of a display can be controlled over …read more

Continue reading Addressable 7-Segment Displays May Make Multiplexing a Thing of the Past

Lighting Up The Night Sky With A Flying POV Display

We’ve seen loads of persistence of vision displays before, but this sky-writing POV display seems as though it may be a first. And we have to agree with its creators that it’s pretty cool.

The idea man on this was [Ivan Miranda], who conceived of a flying POV as a twist on his robotic dot-matrix beach printer. But without any experience in RC flight, he turned to fellow YouTuber [Tom Stanton], whose recent aerial builds include this air-powered plane, for a collaboration. [Ivan]’s original concept was a long strip of Neopixels that would be attached to the underside of a …read more

Continue reading Lighting Up The Night Sky With A Flying POV Display

Code Review Lamp Subtly Reminds You To Help Your Fellow Developer

[Dimitris Platis] works in an environment with a peer review process for accepting code changes. Code reviews generally are a good thing. One downside though, is that a lack of responsiveness from other developers can result in a big hit to team’s development speed. It isn’t that other developers are unwilling to do the reviews, it’s more that individuals are often absorbed in their own work and notification emails are easily missed. There is also a bit of a “tragedy of the commons” vibe to the situation, where it’s easy to feel that someone else will surely attend to the …read more

Continue reading Code Review Lamp Subtly Reminds You To Help Your Fellow Developer

IoT Traffic Light Is Cardboard Made Fun

Traffic lights! Kids love them, hackers love them, and they’re useful in industrial contexts to see if the giant machine is currently working or having a bad day. While the real deal are unwieldy and hard to come by, there’s nothing stopping you tackling a fun cardboard build at home.

In this case, the light is courtesy of WS2812b LED strips. They’re a great choice, as they interface easily with most microcontrollers thanks to readily available libraries. An ESP8266 runs the show here, serving up a basic web interface over WiFi. This allows the color of the various LEDs to …read more

Continue reading IoT Traffic Light Is Cardboard Made Fun

This Nearly NIMO Clock Fakes it and Makes It

Pity the aficionado of rare vintage displays. While Nixies and VFD tubes get all the attention and benefit from a thriving market to satisfy demand, the rarer displays from the mid-20th century period are getting harder and harder to find. One copy of an especially rare display is hard enough to find. Six copies for a clock? That’s a tall order.

That doesn’t mean you can’t fudge it, though, which is how this faux-NIMO clock came to be. [Paul Bricmont] was inspired by [Fran Blanche]’s NIMO tube primer, wherein the rare, single-digit CRT display was put through its paces. We’ve …read more

Continue reading This Nearly NIMO Clock Fakes it and Makes It