LED Strip Cape Drives Kilometers Worth Of LEDs

led-strip-cape

[Hudson] is looking to drive a lot of LEDs. A driver that effectively addresses kilometers worth of LED strips isn’t an easy thing to come by. So he’s in the process of designing his own BeagleBone Cape to do the work. Above you can see the board layout he’s working with. Notice the set of repeating red footprints in the center? Those are pads for 32 RS485 connectors!

Of course this is all in preparation for Burning Man where the mantra seems to be: he who has the most LEDs wins. Well, unless you’re the sort that likes to work with flames. But we digress. The scaling problem that [Hudson] is dealing with hinges around his desire not to include ridiculous numbers microcontrollers and the need to beef up the 3.3V logic levels of the BeagleBone to travel further on the data bus of the strips. By leveraging the RS485 protocol — which is designed to carry data over long distances — he can get away with a single processing unit by adding an RS485 translator at each remote strip connector. He plans to use the BeagleBone’s Programmable Realtime Units feature to address the eight drivers on the cape. But first he has to solve what looks like a doozy of a trace routing problem

Building A Blinky Infinity Mirror

This infinity mirror prototype is small enough to test out the theory before committing to the full project. And the full project that [Kevin] and [Edward] have in mind is a huge infinity portal that they will showcase at this year’s Alchemy festival.

It’s called an infinity mirror because it has the illusion of being much deeper than the physical enclosure. The trick is accomplished by placing two mirrors parallel to each other with a light source in between. One of the mirrors is two-way, letting a portion of the light pass through to the viewer rather than reflecting it.

The video demo of the prototype shows that it’s just a 2×4 wooden frame which holds both mirrors. In between is an LED string. The nice thing about the prototype is that adding a bit of tempered glass on top will make it an infinity bar top for the Hackerspace.

Another mirror trick you might incorporate in your own projects is adding an LED display behind the glass.

Continue reading “Building A Blinky Infinity Mirror”

PixelBrite Is An LED Wall/coffee Table Done Right

pixelbrite

The scope of this project is almost as jaw-dropping as the cost of the parts. [LeoneLabs] calls the project PixelBrite. It’s a highly-polished modular RGB LED panel system, and he’s not keeping it a secret. We think it’s reasonable to call the build documentation mammoth. If you’re a fan of fast-motion assembly videos he’s got you covered there as well.

It’s interesting to compare this build to some of the Daft Punk tables from years back. It shows how economies of scale in the hobby electronics industry have helped new and affordable products to emerge. For instance, this offering is a 10×10 grid which is outside of the normal 8 pixel wide orientation dictated by 8-bit microcontrollers. The reason for the change is that this doesn’t use a matrix built with point-to-point soldering. It uses a string of RGB pixels (WS2801).

The enclosure is also a thing of beauty. The dividers that make up each cell are laser cut foam board. This makes the joints very tight to prevent light from leaking into the next cell. The housing is acrylic held in place by an aluminum rail system. Need more than one panel? No problem, a single connector chains one panel to the next. But we did mentioned the cost of materials. Unassembled you can expect to drop over five hundred bones for the pleasure of seeing this thing blink.

Continue reading “PixelBrite Is An LED Wall/coffee Table Done Right”

Cast Acrylic And Wood LED Light

LED-ring-light

The design for this LED ring lamp started off as a cross-section sketch. [Alex Jalland] envisioned a core that holds the parts and hides the circuitry, with two halves of a clear doughnut diffusing the light and covering everything up.

For the core itself he headed over to the lathe and turned a piece out of ash. He tooled the profile into one side, flipped it around to form the other, and finally cut the center out to form a ring. This may sound like a lot of work, but it pales in comparison to what went into the diffusers.

He cast the parts out of polyurethane resin. This required a mold which he made from scratch. The process used many materials, including a vacuum forming machine, a latex slug, and plaster to keep the thin mold from deforming when filled with resin.

The lamp provides a lot of light. But with this much work put into the enclosure we’d suggest going the extra mile to make it an Equinox Clock clone.

Make Your Own Electronic Children’s Toys

diy-childrens-toys

[Miria Grunick’s] son nephew is two years old. If you’ve ever looked at that age range in the toy aisle we sure you’ve noticed that there’s a mountain of cheap electronic stuff for sale. Manufactures are cramming LEDs and noise makers into just about all kids stuff these days. But [Miria] thought why not just make him something myself? She calls this the Blinky Box. It’s an acrylic enclosure stuffed with pretty LEDs that is controlled with a few buttons.

It’s driven by a Teensy 3 board which monitors a half dozen colorful buttons, a mode selector on the side, and an on/off switch. The device is powered by a Lithium battery that recharges via USB. And of course there’s a strip of individually addressable RGB LEDs inside.

The demo shows that one mode allows you to press a button color and have the LEDs change to it. But there are other features like fade and scroll. She also mentions that since it can be reprogrammed the toy can grow with hime. Maybe it’ll be a Simon Says game. But eventually she hopes he’ll use it to learn the basics of programming for himself.

Continue reading “Make Your Own Electronic Children’s Toys”

Fun With LED Matrix And Mouse

fun-with-LED-matrix-and-mouse

[Brad] just acquired a 32×32 RGB LED matrix and he jumped right into the deep end with his first project. To try out his skills on the device he used an Arduino to drive a slew of pixels with bouncing-ball physics.

The demo starts off with a hail storm of multi-colored falling pixels. In the center of the storm is the cursor, which he controls with a PS2 mouse. That happens to be a ball mouse which makes sense as we don’t remember having seen any optical mice as of late that weren’t USB. The PS2 protocol is easy to read using a microcontroller; more about that in [Brad’s] project write up.

By holding down the left mouse button he can draw persistent pixels on the screen. The falling balls then interact by bouncing off of the obstacles. The image above shows a frame on three sides of the screen which has trapped the pixels near the bottom. He can also erase pixels, which has the effect of draining the trapped balls like a hole in a bucket of water. Neat!

Bouncing ball physics are fun to experiment with. Here’s one being driven by an analog computer.

Continue reading “Fun With LED Matrix And Mouse”

A Love Note In 14 Segments

14

[Terry] wanted to come up with a little electronics project for his kids, and also came up with something to keep the wife happy. It’s an adorable 14-segment love letter, pieced together with some leftover LED displays and a bit of solder.

There isn’t a microcontroller anywhere to be seen in this project – all the illuminated segments are tied to a switch, and aside from a few resistors there isn’t much to this circuit. The simplicity means it’s a great way for [Terry] to get his kids involved in electronics.

If you’re wondering why [Terry] didn’t throw multiple Arduinos, shift registers, or LED drivers into the build, consider this: sometimes segment displays can be static. The time circuit prop from Back to the Future (but not this modern recreation) was wired up in a similar manner, as only a few specific dates needed to be displayed. Either way, we’re thinking good on [Terry] for introducing his kids to a soldering iron and doing something special for his lady friend.