The Arduino MEGA is official and even more expansive than we originally thought. It has 54 digital i/o pins. 14 of those can be PWM outputs. Along with 16 analog inputs and 4 UARTs. It is even compatable with most shields for the Arduino Duemilanove or Diecimila.
Arduino Hacks3063 Articles
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.
MEGAshield For Arduino MEGA
The folks over at NKC electronics didn’t waste any time with this one. They sent in the MEGA shield for the Arduino MEGA. We just posted the story of the Arduino MEGA yesterday, so that was pretty fast.
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
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.
Thermosmart: Arduino Thermostat
[Chris] sent in the Thermosmart. It is an Arduino controlled thermostat. It has a web interface which allows him to see the current temperature and make adjustments from remote locations. He can set heating or cooling to on, off, or auto and adjust the ranges as well. We’ve seen similar done with an Arduino before, even one with a nice LCD interface. This could possibly be useful for remote plant monitoring as well.