FPC Arduino

Seeed Studios has a new version of the Arduino that they’re calling the Seeeduino Film. Instead of the traditional fiberglass substrate they’ve used a resin material to produce a Flexible Printed Circuit (FPC). In addition to its flexibility their aim with this prototype was to keep it modular. From what we can see each of the four squares is a different component in the Arduino system. The photo above has the USB interface on the nearest node, then the power regulator, the microprocessor, and finally the remaining peripheral connections. This material can easily be cut with a pair of scissors so the programming section can be removed once the firmware is burned to the chip. It will be interesting to see final pricing and package options. We wouldn’t mind having an FPC ATmega168 breakout board around, but specifially this would fit nicely in a watch band if you were building your own wristwatch.

[Thanks Juan]

Touchscreen Scooter Computer

[Kurt’s] scooter computer started off as a way to use a couple of LEDs to show the battery charge on his hog. It was based on a Arduino and used a voltage divider to judge how much juice was left. But then he ran across a touch-screen OLED shield for the Arduino and the project started to take off. Now he’s got battery, temperature, real-time clock, and GPS running through the slick-looking display. It may not be a full-blown motorcycle but it gives the computer interfaces we’ve seen for other bikes a run for their money.

[Thanks Mowcius]

Talking Poker Timer

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

This interesting box of buttons is a talking poker tournament timer. Full of useful tools like a binary time display, words of wisdom, countdowns to the end of the game, and even good old “bicycle built for two” mode (around 1:20).  While we find it fairly difficult to understand, we applaud the feature list, especially the song.  He used an Arduino with a voice shield, so there’s not much to the electronics side, but you can download his source code from his site.

[via Makezine]

Win At Hangman, Gain Entry

Do not put anything in this box that you will need in a rush. You’ll have to successfully guess the word in a game of hangman to gain entry. He’s using an Atmega328 as the brains of this project with a rotary dial and an LCD for input and display. If you win, the box is unlocked and you can open it up to get whatever is inside. There are links to various tutorials along the way to help with each step, including the Arduino source code he used to build it. We think he should bump it up a notch and have the box destroy the contents if you fail. Sounds like fun, right?

Android Meets Arduino

This new toolkit, called “Android” meets Arduino, allows you to connect an Arduino to your device and communicate back and forth. You could trigger external events at the Arduino end when an event happens on your phone, or even trigger things on your phone side when something happens at the Arduino.  We can’t wait to see the stuff people come up with beyond simple notifiers.

[via littlebirdceo]

Unbricking With The Help Of Arduino

A

This bricked Eee PC came to [Janzo] for about $50. Everything was fine with it, except for the failed bios update that rendered it useless to the last owner. [Janzo] set to work with an Arduino on a quest to repair the bios. He looked up the datasheet for the EEPROM that stores the bios and did some delicate soldering to gain access to the power and data pins on the device. A bit of trial and error and he was able to read the registers. Some comparisons between the output file and the official Eee PC bios file in a HEX editor confirmed that the first 80 bytes were fine but after that something went wrong. After coding a quick Python script [Janzo] reflashed the chip and had the computer up and running again.

We’ve seen Eee PC bios recovery before. This is a very simple method because it makes use of the simplicity we find in the Arduino. Nice job.

An Arduino Watch You Would Actually Want To Wear

Leather work, copper tubing, small easy to use package. Now that is a beautiful Arduino Watch. [Matthew Garten] has retrofitted his old Arduino Watch and given us the details that we crave.

Previously, all we had was a video and a few pictures of a quite uninviting watch. But now we know it has temperature, range finding, and trackball input while displaying time, games, and more with its 128 by 128 pixel OLED 16 bit display. And did we mention the much more enticing steampunk case?