Add Some LED Enhancement To Your Netbook Lid

[Mathieu] needed to open up his Acer Aspire One to do a hard drive replacement and decided to add a bit of pizzazz while he was in there. The image above is the lid of the netbook adorned with RGB LEDs and a spray painted stencil.

He previously purchased a set of surface mount RGB packages on eBay and thought that they were perfect for this hack. after removing the case he found that by using a flex PCB he would be able to fit the LEDs inside, and pass the connections through to the main computer housing. The leads connect to a Teensy board, which is held in place with a liberal application of hot glue. [Mathieu] removed the USB connector and soldered jumper wires to one of the computers ports. In the video after the break you can see that he uses the programming software to write some code to the Teensy, driving the LEDs. We’d like to see it set to listen for serial communications and react accordingly. That way you could use it for notifications, as an audio VU meter, to track torrent progress, etc.

Continue reading “Add Some LED Enhancement To Your Netbook Lid”

ATtiny Hacks: DIY High-speed Photography LED Lighting Rig

ATtiny Hacks Theme Banner

diy_high_speed_photography_led_lighting

[Tom] wanted to try his hand at high-speed photography and needed some equipment to get things rolling. Not wanting to spend a ton of money on a lighting rig or trigger mechanism, he decided to build his own. In a three part series on his blog, he details the construction and testing of his high-speed setup along with the improvements and lessons learned along the way.

His adventures started out with a small off-brand Cree LED clone and an ATiny15L that was collecting dust in his workshop. He built a simple circuit that would trigger the LED to light his subject, which in [Tom’s] case was a bowl of milk. Rather than using a motion or sound trigger, he opted to mount a small piezo to the bottom bowl, firing the LED any time a droplet hits the bowl’s surface.

The pictures he took were decent, but he knew he could get better results. He purchased a new, more powerful Cree LED, and wrote a small terminal program that allows him to tweak his flash parameters using his laptop. The results he gets now are far better – in fact, he has a whole gallery of pictures you can check out.

If you want to delve into high-speed photography as well, all of the schematics and code can be found on his blog.

ATtiny Hacks: ATtiny-controlled 4x4x4 LED Cube Has A Unique Design

ATtiny Hacks Theme Banner

simple_attiny_led_cube_charlieplexing

[Tom] recently started experimenting with Charlieplexing, and wrote in to share the 4x4x4 cube he built with an ATtiny24. Similar to this minimalist 4x4x4 LED cube we featured the other day, [Tom’s] version attempts to use the least pins possible to drive the LEDs, but in a different manner.

[Tom] didn’t want to sacrifice brightness, so he decided that the LEDs would have a 1/8 duty cycle. The problem is that the ATtiny’s I/O ports can’t support that kind of current so he needed a different means of driving the LEDs. Rather than employ any sort of shift register to control the LEDs, he opted to exclusively use transistors as he had done in previous projects.

For his Charlieplexed cube to use a total of 9 I/O pins he had to get creative with his design. He broke each level of the structure into two non-connected groups of LEDs, utilizing diagonal interconnects to get everything wired up properly.

It seems to work quite nicely as you can see in the video below. While it uses two more I/O lines than the other ATtiny cube we featured recently, we love the simple, shift register-less design.

Continue reading “ATtiny Hacks: ATtiny-controlled 4x4x4 LED Cube Has A Unique Design”

Robotic Disco Floor Is A Mobile Party

[Chris Williamson] designed the Rave Rover, a mobile disco floor with integrated stripper pole for this year’s DragonCon.

[Chris] started building combat robots back in 2000 for Battlebots and Robot Wars and cofounded the South Eastern Combat Robot league. He’s a lover and not a fighter, so for the DragonCon robotics track [Chris] built his mobile dance party. He put up an Instructable of his build and some of the features are really clever. Whenever the dance floor is being ‘used’, pneumatic cylinders lower the disco floor so it rests directly on the ground. A good idea, especially considering what we imagine happens on the Rave Rover.

For the light-up disco floor, [Chris] cut black ABS sheets on a CNC router and installed RGB LED modules controlled by an Arduino. The floor can display low-res animations, but random patterns look just a cool.

The Rave Rover was designed and built over a one month span to get ready in time for DragonCon. The build was a little hurried but the quality is still there. Check out video of the Rave Rover at DragonCon after the break.

Continue reading “Robotic Disco Floor Is A Mobile Party”

ATtiny Hacks: 2313 Driving A 4x4x4 LED Cube

ATtiny Hacks Theme Banner

[Kirill] wrote in to share his ATtiny hack, a 4x4x LED cube. The 64 LED display is a great choice to fully utilize the hardware he chose. It’s multiplexed by level. Each of the four levels are wired with common cathodes, switched by a 2N3904 transistor. The anodes are driven by two 595 shift registers, providing a total of 16 addressable pins which matches the 4×4 grid perfectly. All said and done it only takes seven of the ATtiny2313’s pins to drive the display. This is one pin more than the chip’s smaller cousins like the ATtiny85 can provide. But, this chip does include a UART which means the project could potentially be modified to receive animation instructions from a computer or other device.

You may have noticed the USB port in the image above. This is serving as a source for regulated power in lieu of having its own voltage regulation hardware and is not used for data at all. Check out the animations that [Kirill] uses on the display by watching the video after the break. You’ll find a link to the source code there as well.

Continue reading “ATtiny Hacks: 2313 Driving A 4x4x4 LED Cube”

A Light-Following Pong Game

Although not everyone has the ability to make a hacked Pong game Like [Marcelo], even fewer have the ability or the creativity to come up with the elaborate hack that he did. The basic premise of his game is a version of pong played on a breadboard with a 8×8 matrix of LEDs. The controls are really what sets this hack apart. Instead of using a paddle controller or normal switches, small flashlights are used to control the on-screen (on-LED matrix) paddle. This is accomplished using a series of photoresistors and a PIC processor.

Innovative as this would be by itself, [Marcelo] decided to make a program in Flash to display the action on a computer.  Communication is done serially, and C# is used to translate everything as Flash doesn’t natively work with a serial connection.

Another innovation is that there are two LEDs connected on either side powered via pulse width modulation. The lights get dimmer as one player is about to lose. Check out [Marcelo’s] pong game after the break!

Continue reading “A Light-Following Pong Game”

Spinning UV Light Writer

uv_light_writer_ring

[David] has always wanted use UV LEDs to write on a phosphorescent surface ever since saw an article about it on Make. He accidentally purchased UV LEDs when he meant to buy purple ones, so he figured that his mistake was all the reason he needed to give UV light writing a try.

He built a PIC16F628 UV POV board using the LEDs, and while manually swiping the writer across various glow in the dark surfaces was cool, he wanted to keep the POV board stationary, moving the writing medium instead. He bought some phosphorescent vinyl, but found that it wasn’t too flexible, meaning he could not use a conveyor belt approach for his display. One day it dawned on him that a vinyl ring might work pretty well, and using a motor from an old cassette player, he constructed the UV writer you see above.

It seems to work pretty well despite a small flaw in the UV ring, and while [David] is happy with the results, he already has plenty of ideas in mind for the second revision.

Check out the video of his UV light ring in action after the jump.

[Thanks, Riley]

Continue reading “Spinning UV Light Writer”