3D-Printed LED Wall Clock Does Lots With Little

This wall clock built by [Alf Müller] is lovely, using two NeoPixel rings to mark the time by casting light onto a 3D-printed ring. The blue shows the minutes, made more discrete by a grid inside the ring. The green shows the hours.  [Alf] has provided the code so you can rework the color scheme.  It might be interesting to add seconds with the red LEDs, or perhaps a countdown triggered by a touch sensor…

Continue reading “3D-Printed LED Wall Clock Does Lots With Little”

A Tiny Board For Driving LEDs In…Whatever

Whether you’re into chiptune or just playing Tetris on original hardware, you might like rocking a heavily-customized Game Boy. Lovely flashing LEDs can only improve the aesthetic, so if that’s what you’re after, you might consider the ARCCore board from [NatalieTheNerd].

The board is a compact and easy way to drive some addressable LEDs, with a form factor designed to take up a small amount of space when stuffed into a Game Boy or other game console. It rocks an RP2040 microcontroller set up to drive a strip of WS2812B LEDs. Three buttons are used to configure the color and brightness settings. The board is designed to run on 3.3 to 5 V, thanks to an onboard buck converter. It’s capable of delivering enough juice to run up to 10 RGB LEDs, though you could potentially use more if you ran them from external power.

You can use just about any microcontroller on the market today to run addressable LEDs if you so desire. If you want a compact drop-in solution that takes up less space, though, you might find the ARCCore useful. If you’ve got your own nifty kit for running addressable LEDs, don’t hesitate to share it with the broader hacker massive — hit the tipsline!

Giant LED Matrix Fills Blank Space In The Kitchen

We’ve all got one: a blank space somewhere in our home that we don’t know what to do with. [James Miller] had one above his kitchen cabinets, so he filled it with a giant LED matrix. The result is a large but surprisingly attractive LED screen that can send messages, provide illumination, or while away the idle hours of the night playing Conway’s Game of Life.

[James] built the matrix using the usual suspect for these builds: several strings of WS2812 lights . He initially ran this from a Raspberry Pi, but realized that there was no need for such a dizzying amount of computing power, so he switched to an ESP32 instead. The frame is built from wood and foam board.

The first version he built used a fabric diffuser, but after a close encounter with a flaming steak, he switched over to commercial ceiling light diffusers cut down to size. We might have been tempted to keep going and try an “egg crate” style ceiling light panel for a the smaller pixel size, but [James] thinks he has reached the “good enough” point of this project. It’s certainly a fun build, and it looks very cool with minimal materials.

Continue reading “Giant LED Matrix Fills Blank Space In The Kitchen”

Time And Tide Are One Thing

The rise of 3D printing has given us incredible things, from awesome tchotchkes to intricate chocolates to useful things like spare body parts. But none has been so vital to comedy as say, printing hats for sea urchins. That’s right, sea urchins like to cover up with various things and will happily don, say, a 3D printed hat if presented the opportunity.

So anyway, this is a tide clock that uses a printed sea urchin and various hats to tell the time until/between low and high tide. How? It uses the position of a given hat relative to a couple nOOds LED strands, one for high tide and another for low.

Inside the large bamboo enclosure is an TTGO that fetches cheaply-obtained tide information and displays it on the screen. The TTGO also controls a servo that moves the sea urchin around. As it moves, a magnet in the urchin’s head (?) attracts the next hat.

Before settling on the current design, [rabbitcreek] experimented with both a sand dollar and a sea urchin skeleton. All the files are available if you want to whip up your own.

This isn’t [rabbitcreek]’s first foray into tide clocks. Here’s a solar number that should last for years.

Printed Upgrades Improve Cheap Digital Microscope

Digital microscopes used to be something that only labs or universities might have, but as image sensor technology has progressed, the prices have fallen to the point that any classroom or hobbyist can easily obtain a usable device. The only problem is that a lot of features and quality have been lost to make some of these digital microscopes more affordable. In an effort to add some of these creature comforts back into more inexpensive devices, [Marb’s lab] has created a special carriage for one of these microscopes.

The first addition to the microscope is improved lighting. To accomplish this, three LEDs were built into custom housings and wired to a purpose-built LED driver board coupled with a voltage regulator. Two of the LED housings were attached to the end of adjustable arms, allowing them to be pointed in whichever direction is needed. The third is situated directly below the microscope underneath the stage. These are all mounted to a large, sturdy PVC base which also holds an adjustable carriage for the microscope itself. This allows much more fine-tuning of the distance between the sample and the microscope than it otherwise would have had.

For just a few dollars and a little bit of effort, the usability of a device like this is greatly improved. If you want to take the opposite approach and really go all-out for your microscope, though, take a look at these microscopes used for PCB circuit construction and troubleshooting or even this electron microscope for viewing things at a much higher magnification than any optical system would allow.

Continue reading “Printed Upgrades Improve Cheap Digital Microscope”

Backyard LED Sculpture Inspired By Las Vegas Sphere

The Las Vegas Sphere is a large building. It stands 112 meters high and 157 meters wide, and is covered in a full 54,000 square meters of LED displays. That’s a little difficult to recreate at home for the typical maker. A scaled-down version is altogether more achievable though, as demonstrated by [DrZzs & GrZzs].

The Pixelhead Megasphere, as it is known, is 1.98 meters high and 2.4 meters in diameter. That makes it altogether easier to fit in an average backyard, and it comes with a much smaller pricetag than the $2 billion used to build the Las Vegas Sphere. It runs 20,028 individual addressable LED pixels, and runs on four 12-volt 100-amp power supplies. As seen here, it’s only running at 15%, so it can go plenty brighter to really get those power supplies toasty. The sphere is controlled by Xlights, with the LEDs interfaced via Kulp controller boards. It’s able to run a variety of different animations at a good frame rate, with [DrZzs & GrZzs] busy whipping up different designs for Halloween. The eye of Sauron is a particularly nice example.

We’ve seen some other neat LED spheres before, too. Video after the break.

Continue reading “Backyard LED Sculpture Inspired By Las Vegas Sphere”

Minimalist LED Lamp Is Circular Beauty Incarnate

Lamps used to be things built to provide light with specific purpose, whether as reading lamps, desk lamps, or bedside table lamps. Now we just build them for the vibes, as with this minimalist LED lamp from [andrei.erdei].

The build uses a 3D-printed frame printed in opaque grey, with a diffuser element printed in a more translucent white. This is key to allowing the LED to nicely glow through the lamp without ugly distracting hotspots spoiling the effect. The lamp mounts 36 WS2812B LEDs in strip form. These are controlled from an Arduino Nano running the FastLED library for lightweight and easy control of the addressable LEDs. Smooth rainbow animations are made easy by the use of the HSV color space, which is more suitable for this job than the RGB color space you may otherwise be more familiar with.

[andrei.erdei] does a great job of explaining the build, including the assembly, electronics, and code aspects. The latter could serve as a particularly good resource if you’re just starting out on your own builds in the blinky, glowable space. Video after the break.

Continue reading “Minimalist LED Lamp Is Circular Beauty Incarnate”