We’ve covered plenty of light painting projects here. People are always finding new ways to create interesting things in this fairly new medium. This project covers a method of creating orbs or spheres in your light paintings. The author points out that many people do this currently by putting the light source at the end of a string, swinging it in front of them like a propeller, and turning slowly in a circle. He wanted to automate the process a bit, so he combined his motorized telescope tripod, a power drill, a strip of RGB LEDs, and a few scraps of wood. He now has an automated system to make perfect orbs. Some of the examples he shows are quite stunning.
LED Hacks1830 Articles
A Novel Binary Clock From Hackaday’s Own
Hackaday’s very own [Mike Szczys] just shared an awesome binary clock he’s been working on. Unlike a normal binary clock that is only readable by self-admitted geeks and nerds, [Mike]’s clock is nearly comprehensible by the general population.
There are 12 lines of three LEDs around the face of [Mike]’s clock. These LEDs represent the time in minutes in binary – the inner LED is 1, the middle LED is 2, and the outer LED is 4. Adding up each of the LEDs around the clock face gives the number of minutes passed since the top of the hour.
To display the hour, [Mike] used a red/blue bi-color LED in the center of each line of LEDs. For example, at 1:03 the one ‘o clock hand will have a blue LED in the first position and a purple LED in the second position. A minute later at 1:04, this changes to blue, red, blue.
If that is a little confusing, there’s a wonderful video demonstrating the pattern of LEDs throughout the hour.
For such an interesting clock, the build is fairly simple – just an ATtiny44 with an STP16CP05 LED driver. Time is kept with a battery-backed MCP7940 real-time clock, and power is provided by a simple USB port.
[Mike] had enough boards manufactured for several dozen clocks, but only had enough parts (and patience) to solder up four clocks. You can check out the time-lapse of him going to town with a soldering iron on one of these boards after the break. As with all good builds, the code and schematics are provided on GitHub if you’d like to make your own.
A Flashlight For Any Occasion
Whether you’re trying to light your path, build your own night vision, or do some tanning at home, this flashlight has you covered. [David Prutchi] designed the high power flashlight with three swappable heads.
He built the base unit out of aluminum pipe. It’s got plenty of room for the four 9V batteries that act as the power source. The driver circuit is just a bit smaller than one of those batteries, and to bring the whole thing together [David] and his helper added a potentiometer, toggle switch, and quick connector which makes head swaps a breeze. The heads themselves are all LED based, with one for visible light, another for infrared, and the final module outputs ultraviolet. We joke about tanning with it, but at 10 Watts you should be more worried about accidental damage to your vision.
The finished product is shown checking the security ink on some Canadian Currency. This would also make a nice secondary light source for your night vision monocle.
[David] Hand Soldered A Blinky Ball… And You Can Too!
This is a blinky ball that [David] designed, built, and programmed himself. Does it look familiar? It should, he took his inspiration from the original prototype, and the Hackerspace-produced derivative. [David’s] version is not as small, or as blinky, but in our minds the development process is the real reason for building something like this. He took a great idea and figured out how he could pull it off while pushing his skill set, staying within his time and budget constraints.
The project is powered by an Arduino nano which resides in the core of the ball. [David] used protoboard sourced locally for each of the slices, soldering green LEDs along the curved edges, and added shift registers to drive them. The ball is driven by a LiPo battery which can power it for about 45 minutes. You can see the animation designs he coded in the clip after the break.
Continue reading “[David] Hand Soldered A Blinky Ball… And You Can Too!”
He Blinded Me With Backup Lights
When driving at night you need to be able to see where you’re going. And that goes for reversing up as well. But the stock white lights on [Ryan’s] ride didn’t provide the type of illumination he wanted, so he replaced them with two sets of super bright LED modules. These are ridiculously bright, perhaps outshining some types of headlights. And since they bring a lot of heat there’s a fair amount of work that went into mounting them.
He sourced some Cree XM-L T6 LED modules, two for each side of the car. These can put out intensity approaching 1000 Lumens each. To keep them cool he grabbed one CPU heat sink for each. These include a copper core with aluminum fins coming off like a spiral starburst. To act as a bezel he used a piece of copper clad board. This gives him a surface to mount the heat sinks, and after coating it with chrome brite it also acts as a reflector. Once mounted he fires it up and the difference is remarkable.
Motorcycle Lighting Upgrade Ensures Other Drivers Know You’re There
[Pete Mills] recently bought himself a motorcycle, and as people are known to do, they start trying to scare him with gruesome stories of cycling accidents once they hear about his purchase. While he tries to shrug them off as people simply not minding their own business, something must have resonated with him, because he started tinkering with the bike’s taillight in order to ensure he was always seen by other drivers.
He swapped out his motorcycle’s incandescent taillight for a smart LED-based lamp that he constructed using perfboard. Not only does his new brake light feature ultra bright LEDs, but the onboard ATtiny85 rapidly flashes the lights each time he hits the brakes, making his presence impossible to miss. Before everyone starts with the claims of, “Flashing red lights are illegal!”, let’s all take a deep breath and read on.
We’ve seen these sorts of lights on the back of motorcycles for years, though being a careful guy, [Pete] wrote to the state of Michigan in order to ensure that his modifications won’t get him pulled over. He has yet to hear back, but in the meantime, he merely needs to start the bike with the brakes applied to trigger the ATtiny85 to run the lights in “normal mode.”
Continue reading to see a short demo video of his brake light mod in action.
Continue reading “Motorcycle Lighting Upgrade Ensures Other Drivers Know You’re There”
Stair Accent Lights Made From Cheap LED Strips
We really like [Geert’s] take on accent lighting for his stairs. He built his own LED channels which mount under the bullnose of each step. The LED strips that he used are actually quite inexpensive. They are RGB versions, but the pixels are not individually addressable. This means that instead of having drivers integrated into the strip (usually those use SPI for color data) this strip just has a power rail and three ground rails for the colors. Ten meters of the strip cost him under forty dollars.
He did want to be able to address each step separately, as well as mix and match colors, so he designed the driver board seen above to use a set of TLC5940 LED drivers. These are controlled by the Arduino which handles color changing and animations. It will eventually include sensors to affect the LEDs as you walk up the stairs. Each strip is mounted in a piece of angle bracket, and they’re connected back to the driver board using telephone extension wire.