Turning LEDs Into A Camera

[Udo] figured out how to turn a bunch of LEDs into a very low resolution camera.

The build is based around [Udo]’s Blinkenlight shield he’s been developing over the past year. The camera operates under the idea that there’s really not much difference between a LED and a photodiode; LEDs can do light emission and detection. In actuality, the LED ‘camera’ isn’t all that different from a linear CCD array, the type of image sensor in flatbed scanners.

After connecting his Blinkenlight shield to his Arduino and computer, [Udo] wrote a sketch that would capture 17 values from his LED camera. These values are shot over the serial connection where high levels of light show up as smaller numbers and low light levels are understood as larger numbers.

[Udo] has been doing a lot of other cool stuff with his Blinkenlight shield, like a persistence of vision experiment and pretending to be [Michael Knight]. Check out the video after the break for a demo of [Udo]’s linear LED camera.

Continue reading “Turning LEDs Into A Camera”

Arduino Nixie Shield

AN_Board_FirstBuild2

Reader [Bradley] sent in his ArduiNIX project, an Arduino shield designed for driving nixie tubes. The shield allows the Arduino to drive and multiplex nixie tubes without any additional hardware. These antique-looking displays are commonly hacked into clocks. It takes 9 volts from a wall wart and steps it up to over 200V in order to drive the displays. The shield is capable of multiplexing up to 80 individual elements. He has example code for driving a 6-digit display and a clock on his site. He is selling kits and completed shields too.

Related: Victorian nixie tube clock

[thanks Bradley!]

TinkerKit, Physical Computing Toolkit

tinkerkit

TinkerKit is a collection of 20 different sensors and 10 actuators. It’s meant to make prototyping of physical computing devices much quicker/easier. The devices plug into a Sensor Hub Arduino shield. There is also a similar hub board that can emulate a keyboard; it translates sensor input directly to key strokes. It looks like a very ambitious project and it’s still in development. We love the idea though and think the wide variety of components will foster better final designs. The TinkerKit site covers the current component lineup and there’s a demo video embedded below.

Continue reading “TinkerKit, Physical Computing Toolkit”

Arduino Shield Scaffold

arduinoshield

[Garrett] from macetech has been prototyping shields for the Arduino development platform. Arduino’s have an inexplicable nonstandard spacing between two of the banks of output pins. This means that you can’t use regular perfboard with them. To make the design process quicker, [Garrett] has put together an Eagle file that just includes the male header pins. The file also has a line indicating the tall lower board components so you can avoid creating shorts.

Official Arduino Ethernet Shield

ethernetshield
Arduino has just released an official ethernet shield. It’s based on the same WizNet W5100 chip that was used in the tiny ethernet board we covered earlier. The W5100 handles the full IP stack and can do TCP or UDP with four simultaneous sockets. The board has a power indicator plus six LEDs to debug the connection. It works with the standard ethernet library. The reset button resets the shield and the Arduino. The SD adapter is not currently supported by the Arduino software.