Wow, how quickly the wearable electronics world has slid into the gutter. They’re now resigned to watching our nations finest natural resource, the butt crack. This project by [semiotech] uses a LilyPad Arduino to monitor the exposure of the wearer’s coin slot. It detects the presence of light with a photoresistor and alerts the user with the vibrations of a pager motor. This breakthrough in coin slot technology will prevent dryness and certainly reduce our exposure to domestic terrorism. We see plenty of room for future development; the Arduino is already capable of logging exactly how often your coin slot is exposed. Even if you feel this is more protection than your coin slot needs, we recommend Neutrogena’s Coin Slot Cream for general upkeep.
Arduino Hacks3063 Articles
Keyless Entry Using Touch Sensing
[Alex] sent us this slick little keyless entry system. He wanted a discreet way to trigger the door to unlock. Knocking was too loud, and would give away his secret access code. He decided that touch sensors would be the best. Initially he planned on using the doorknob itself, which would have been awesome, but it was just too much surface area for his touch sensor. Ultimately, he settled for a wire he could touch. An Arduino detects whether or not the correct code has been put in and initializes a high torque servo which turns the doorknob from the inside. In the video, after the break, you can see that it works fairly well.
Arduino Duemilanove
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.
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.