RGB Display Development

[SeBsZ] tipped us off that he’s working on a display using RGB LEDs. He’s etched some nice surface mount controller boards to carry the ATmega8 microcontroller and NXP PCA9635 drivers. This setup uses the I2C bus to address each expansion board of 5 LED modules. Theoretically this hardware would allow for 638 RGB modules but because of power and refresh rate issues he’s set his sights on reaching somewhere between 100-125, a total of about 25 expansion boards.

There’s not a ton to show off yet. But we expect big things from the project. Partly because one of his goals is to generate a display that can be rolled up and easily moved, and partly because his large-scale light bulb displays are so impressive. Take a look at the video of his 60-bulb unit after the break.

Continue reading “RGB Display Development”

Guerilla Theater Hits Two Wheels

[Tom] wanted to take the show on the road so he added lights to his bike using theater grade control hardware. The picture above shows three tail lights comprised of 195 LEDs. Built on perf-board, a DMX512 controller can display several patterns on each module. The lighting technician (bike pilot) controls the patterns through a series of switches on the handlebars. There’s several pages of details posted including schematics and firmware. This would bring a little extra fun the next time you ride in a Critical Mass event.

Know Your Resistors… Tell The Time

[Darren] built a clock that uses a resistor to display the time. Well, it really uses a model of a resistor. This extremely tardy entry in the Hackaday design challenge houses all of the electronics on a PCB the size of a business card. Four RGB LEDs shine up through holes in the wooden base to light bands on an acrylic tube. The colors correspond to the values used in the Resistor Color Code. In the picture above the clock is displaying 5:26 (that’s supposed to be a red band but the camera didn’t pick it up too well). The band in the center fades up over 60 seconds to signify AM, and down to show PM.

It may be late, but it’s a clever design. It looks sleek and it uses no buttons for an interface. [Darren] sourced the LEDs themselves as light sensors to display the date, and enter time setting mode.

Home Made Small Form Factor LED Projector

[youtube=http://www.youtube.com/watch?v=mQ8Kq2wLrf0]

[Newtonn2] dropped a tip in our inbox this morning that made us quite happy. This is a step by step build of a small form factor LED based projector. While the size may not get some of you too excited at first, those of us who have built projectors before know that home made ones are usually quite large. This one is roughly the size of the small office projectors you would see in a large retailer.  He’s using a 30 watt LEd for the light and we didn’t notice a lumen measurement anywhere, but it looks bright enough to be watchable. Pictures usually turn out dark, so in person, the projection probably looks more bright and crisp. Now he just needs to find a high definition LCD that size.

Beginner Concepts: Binary-coded Decimal

A rudimentary understanding of digital logic and simple integrated circuits is critical if you’re ever going to pull off some really gnarly hacks. [Daniel] put together an explanation about the use of 4511 BCD 7-segment drivers. These chips take binary data in and output decimal data to a 7-segment LED display. In short, they can read 0b1001 from input pins and light the numeral ‘9’ on the display. The best part is that you can build this example circuit in the Atanua logic simulator without ordering parts. We love zero-cost learning!

TF2 Kill Counter, Binary Style

[youtube=http://www.youtube.com/watch?v=d7Pft-GPQWU]

After getting some fun new toys for Christmas, [IceColdFreezie] set up this kill counter for Team Fortress 2. At first glance, we weren’t that impressed. It’s an Arduino and a few LEDs. Then we saw that it was counting the kills in binary. We’re not sure if it gets much geekier than that. You can download the source code and try it out yourself. Just don’t make more than 31 kills.

[via littlebirdceo]

Location Tracking Using IR Throwies

[Joe] and his team hacked together some location tracking using IR throwies for their final project. The challenge they undertook was to find a way to track the orientation of a sculpture in the form of a rotating metal cube. The end result dips its toe into the augmented reality pool but the methods are what interest us.

They wanted this to work day or night so contrast would be a major issue if working completely with image manipulation. Having a simple way to pick out the corners of the monotone block would make this process a breeze. They ended up using magnetic throwies that have an infrared LED which can easily be picked up by a webcam no matter what the ambient light issues happen to be.

After the break you can see these guys out in the wild testing the system. We’d like to note the diffusers used in the project. We’re used to seeing ping-pong balls as diffusers but this is the first time we’ve noticed Styrofoam balls being used.

Continue reading “Location Tracking Using IR Throwies”