The Narcisystem

biometric

The Narcisystem is part of an art display where [Eric] strapped himself to as many biometric sensors as he could. The core of the system was a Funnel IO which includes an Arduino, Xbee plug, and LiPo charging circuit. It was collecting data from a heart rate monitor, an EEG, a breathalyzer, compass, and an accelerometer. This data was sent to a laptop and then sent to different displays. You can see the setup functioning in a video after the break. The red flashes are his heart beat, the blue light is the direction he’s facing. What you can’t see is the high power bass thud every time he takes a step. The EEG data was supposed to effect the tempo of the music, but it failed and was dropped, as was the fog machine based on his blood alcohol level. He notes that he wanted to do more, but was lacking the hardware.

Continue reading “The Narcisystem”

Daft Punk Costumes

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

[derektroywest] has posted a detailed step by step breakdown of making a Daft Punk costume. They’ve done a great job, the overall look is very convincing. They include links to where to get each part as well as information on how they pulled it off. The helmets were inspired by the timelapse Daft Punk helmet build. As you can see in the video, they don’t have the entire visor made into a display, but the effect is quite nice, especially because it is multi color.

Wii Nunchuck And Classic USB Mod

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

[kero905] sent in this project he’s working on. It is an open source hardware converter to connect Wii controllers via USB. It uses an Arduino for its brains. It is still in development, the only controllers that work are the nunchuck and the classic. He notes that there are enough extra pins left to adapt to an arcade controller fairly easily. The code is available on the site, as well as a rough parts list.

Arduino MEGA

arduino_mega

Evil Mad Scientist Laboratories spotted one of the first images of the Arduino MEGA. The board is based on the ATmega1280 microcontroller, which has 128KB of flash,4KB of RAM, and 4KB of EEPROM. We haven’t seen any official specs yet, but the silkscreen shows 12 PWM connections, 36 Digital I/O, and 16 analog inputs. The post mentions 4 hardware UARTs and an I2C bus as well. No release date yet, but we can assume it’s soon since the hardware was already demoed at ETech.

Related: We added an Arduino category.

AVR HV Rescue Shield

rescueshield

While playing with an ATmega168, [Jeff] programmed the RSTDISBL fuse bit. This pretty much makes the chip useless in most cases. [Jeff] didn’t want to give up on it though, so he built a system to program it using the rarely used high voltage parallel programming mode. He used an Arduino, a few lines of code and a few spare parts to make it. After sharing the idea with some fellow programmers, he decided to make an Arduino shield specifically for this purpose. You can use this to reset almost any fuse to rescue a chip. If you are a die hard AVR person and never started using Arduino instead, the STK500 actually has this built in.