Foul-mouthed Game Will Get You In Trouble

[Fridgehead] modified his Simon Says game to include a dirty word for each lighted button. This is a real good way to teach kids to swear and to get child protective services to pay you a visit all at the same time. The hardware has been modified to use an Arduino in tandem with an ISD audio chip. These chips can record and playback sound. Although [Fridgehead] could have made it say anything he, choose four words you won’t say in front of your mother. We should warn you not to play the video after the break if you’re at work or it’ll be your boss that comes after you, not your disappointed mom.

Continue reading “Foul-mouthed Game Will Get You In Trouble”

Android G1 Serial To Arduino

With the ability to get root access to some of these new powerful pieces of hardware we call cell phones, we’re a bit surprised we haven’t seen more interfacing with external hardware. Here’s an example of some rudimentary connections between an Android G1 and an Arduino. To do this, you must have your G1 rooted, have the Android SDK installed, and then a custom python program running.  There is also a simple level shifter from 3.3v to 5v necessary for the connection to the Arduino.  You can get all the details from the instructable. They’ve documented the process quite well adn we’re excited to see what kinds of stuff people come up with.

Ideas Based On Photo Frame Clock

[Mahto] bought a digital picture frame but the image quality turned out to be terrible. He decided to turn it into a clock in a unique way. He loaded up 720 images, one for each minute in a twelve hour period. He then used an Arduino to simulate a button once a minute, cycling to the next image.

This is a simple solution and it works. Visions of hardcore hacks danced through our head when we first looked at this. We’re wondering if there is a way to inject image data into the frame’s memory? How about rewriting the SD card location where the image file that’s currently being displayed is stored, then having the frame reload the picture? Those are projects for a snowy weekend, but we’re sure that [Mahto] finished this hack long before we would have because he kept it simple.

Sooner or later we’re going to need a category for all of these clock hacks.

[Thanks Drone]

Arduino Programmer For Arduino

[youtube=http://www.youtube.com/watch?v=M-sFQNIXde8]

Wow, that title is flamebait… but give us a chance to explain. [George] wrote some code for the Arduino that allows it to program another Arduino. You may be thinking to yourself “this has already been done”. In a way it has, with the AVR ISP programming shield. But once the code has been uploaded to the Arduino, you don’t need a computer to program the next chip. This concept turns an Arduino into an in-the-field programmer. Right now his code only programs the ATmega328 and it’s a little buggy, but the concept is solid. A fully functioning independent programmer is easy to image; [George] has laid the ground work, the AVR ISP programming firmware has proven this can work with several different chips, and if your AVR has an ATmega328 there should be plenty of room to store the code you plan to flash to the target microprocessors. It’s up to you to put all the pieces together.

Frustromantic Box, A Reverse Geocache

One of the best feelings in the world is when one of our posts inspires a fellow hacker to plan, create, and execute his or her own project.

[Russ] let us know about his Frustromantic Box which he gained inspiration from the original Reverse Geochache we posted about. For those out of the loop, the box is locked and will only open in a certain location. The current distance to the  location is displayed on the screen when a button is pressed, and usually there is a limited number of button presses (3 presses for those that know geometry, 50 for everyone else). As soon as the box is at location, it will open.

The Frustromantic Box uses an Arduino, classic HD44780 display, a servo, and the pièce de résistance EM406 GPS. All built in time to frustrate his wife for Christmas.

Buzzle: A Morse Code Puzzle Box

[lucasfragomeni] built the Buzzle after being inspired by the reverse geocache puzzle. The Buzzle was built as a gift to a friend. It’s a tricky gift too. His friend can’t open it until he decodes the words being displayed in morse code via an LED. A word is chosen at random, so you would have to decode it each time you want to open the box. That’s a pretty neat security feature. Sure it’s not the most secure, but it would keep casual peepers out. Unfortunately, the box was empty when his friend received it.

Live High Altitude Balloon Launch

[Terry] is planning to launch his high altitude balloon within the next few days. As we’ve seen before he has gone for a general setup – GPS tracking, environment sensors including temperature and humidity and pressure, and 2 on board cameras – all with an expected height of about 100,000 feet. What makes this project unique is the transmission of live telemetry data to a Google Maps or Google Earth interface.

The planned launch date is Sunday the 24th about 00:00 UTC so long as the Civil Aviation Safety Approval for the launch is passed.

As a final note [Terry] wanted to let inspiring balloon launchers to check out the UK High Altitude Society – who have been an invaluable source of information.