Gyro Controlled Game

gyro_game

[Eric] sent in this cool project that he did as part of his graduation project. He built a game that uses a gyroscope as an input device. For the gyroscope, he’s using a Powerball with a sensor inserted into it. This data is gathered by an Arduino in a pretty enclosure. The whole unit connects to a PC via USB and is supposedly plug and play. There’s a video of the setup in action on the site, just try not to laugh too hard watching them.

Arduino Wireless Rotating POV

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

got an old cdrom and an Arduino laying around? Why not make it into a spinning POV display. It was built using parts from a floppy drive and a cdrom, as well as an Arduino and a small wireless transceiver. Using an IR sensor to detect rotations, the Arduino sends data to the LEDs. The wireless is used when sending new messages to the device. The link is in Spanish, so here’s the Google Translation.

[via Hacked Gadgets]

Wireless Arduino Programming With ZigBee


ZigBee is a low-power communication system using digital radios. It’s intended to be easier to work with than Bluetooth. Adafruit recently added an adapter board for Digi’s XBee product line and has put together a great how-to to show the devices potential. Using two XBee radios and adapters you can wirelessly program an Arduino board. This would be great if your Arduino was installed in an inaccessible area or maybe it’s over 100feet away from where you’re working. The radios do serial communication just fine. What the how-to covers is getting the reset line working so the Arduino can restart automatically after you program it. Once the radio pair is configured properly, it will pass the RTS line state directly from one device to the other.

Arduino Gameboy Killer

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

For roughly $250, you too can have this sweet bit of gadgetry based off of the Arduino platform. It is open source, and has some pretty impressive specs. Sporting a rumble pack, lithium ion battery, OLED display, and space for expanson. You can buy the pieces pre assembled, or as a kit. If you get the kit, you’ll see that the controller board has been laid out so that you can solder your buttons and joystick in as either left handed or right handed. The only problem? No games yet.

Adafruit Arduino Sale

With the release of the Arduino Duemilanove, Adafruit is trying to shift out some old stock Arduino Diecimila by offering 10% off. [amk] noted that the new Duemilanove is not so much an upgrade as an Arduino with a new hat. The only changes were autoselecting power and a cutable reset line. The best part about the Adafruit sale is they’re offering Atmega328s preloaded with the Arduino bootloader as a $5 upgrade. The Atmega328 gives you twice the flash memory, twice the RAM, and twice the EEPROM than the original Atmega168.

Coin Slot Detector


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.

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.

Continue reading “Keyless Entry Using Touch Sensing”