The latest generation of Arduino hardware has been released. The Arduino Duemilanove (2009 in Italian) has the same form factor as previous generations. The specs are essentially identical to the Diecimila, but there have been a few changes to the hardware. The power source is no longer chosen using a jumper. A MOSFET and dual OPAMP have been added to the board to automatically selected between USB power and the external plug. Automatic hardware resets are optional now. Next to the USB port are two solder pads labeled RESET-EN. Cut the trace between them to kill the reset. If you ever want it back, just bridge the pads. The hardware was updated to correspond with the release of Arduino cofounder [Massimo Banzi]’s new book.
Arduino Hacks3047 Articles
Wearable Project Inspiration
Yesterday, Gizmodo published a roundup of wearable gadgets for people who “don’t mind looking like a tool”. It’s interesting to see what has been deemed commercially viable and put into mass production. The list covers HMDs, embedded WiFi detectors, integrated keyboards, tech jackets, speaker hats, and others. We thought you might find some inspiration from the list for your next project. In the past, we embedded a WiFi detector in a backpack strap for our Engadget how-to. The natural choice for wearable projects is the LilyPad Arduino which was featured most recently in the turn signal jacket.
[photo: cksthree]
Tiny Arduino Ethernet Board
[sgk] built this tiny ethernet board to be used with the Arduino. It’s based on a WIZnet W5100 chip. The chip handles all of the TCP/IP communication and you talk to it via SPI. It’s compatible with the standard Arduino ethernet library. [sgk] hand soldered these boards including the 80pin LQFP main chip. His next project is to put the AVR and W5100 all on the same board. It sounds like he’ll use components larger than 1005 though.
Sanguino ATmega644P Board
The RepRap project, which is a printer that can make components using rapid prototyping technology, and it is designed so that it can eventually self replicate. Has released a new breakout board for the Sanguino that provides access to all the pins as screw terminals. The Sanguino is an Arduino compatible board based on the ATmega644P chip. You can populate the full board with all the components and have a fully functional single board. You could populate only the screw terminals and plug your Sanguino, and use it as a breakout board as well. The board design is released on Google Code.
ArduPilot Pro Autonomous Drone
We wrote about [Chris Anderson] before when he released the Arduino based autopilot. He has since crashed his first Predator UAV, due to an underpowered motor and poor control of the v-tail only steering. He has since released a pro version of the autopilot controller, and is modifying this UAV Predator drone kit to work with it. One ATMega168 processor handles flying and the other handles GPS navigation, but because they work together, it results in a fully autonomous drone. He also has a BlimpDuino version we have covered before.
Arduway: A Mini Segway Using The Arduino
[Joe L] sent in the Arduway on the tipline. It is a robot made of Arduino and Lego NXT components based on the Segway. A software library to control LEGO NXT motors and a few sensors he used is available on SourceForge. This robot does a good job of balancing itself while moving forwards and backwards.
There is a YouTube video of it in operation after the break.
Continue reading “Arduway: A Mini Segway Using The Arduino”
Knit Touchpad
[Plusea] made her own touchpad using some anti-static gloves and an Arduino. This proof of concept is fairly small, but the system could be scaled quite large if you could find the fabric. She cut apart the anti-static glove, mounted it and wired it to the Arduino. A special piece is made to fit over the finger that is also wired to the Arduino. The location of where she touches is determined by the resistance between the finger and each corner. Watch the video on the instructable to see how it measures.
She mentions that there are a few different ways to build it, some which would not require anything on your finger, but would use another piece mounted behind the touchpad. The method she is currently using though, would allow for the fabrick to be any size or shape, even molded around something.