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?

Drawbot Produces Portraits… Very Slowly

This robot artist, the Drawbot, produces images using an Arduino and Processing. A piece of paper is attached to a wall as a stylus connected to a couple of stepper motors scribbles out patterns that gradually become the image seen above. Each drawing is different and can take several weeks of constant operation to finish. That must have made debugging a real problem for [Harvey] during development. We wonder if this would work with homemade pencils?

Intelligent Ground Vehicle Competition 2010 Day One Report

The Intelligent Ground Vehicle Competition (IGVC) is the precursor to the DARPA Grand Challenge, and in many ways it is just as difficult. We have the pleasure of being at the competition this year with the Tennessee Technological University Autonomous Robotics Team. The teams at the competition pull off some amazing home-brew robotics, so we’ve decided to do a short section on some exemplary robotic hacking each day of the competition.

Today’s robot comes from the York College of Pennsylvania. The robot, dubbed “Green Lightning”, features an impressive set of custom made hardware.

We interviewed the team, and got a pretty thorough rundown of their robot with pictures after the jump. Continue reading “Intelligent Ground Vehicle Competition 2010 Day One Report”

Nixie-display Brings More Wiring Madness

[Tim Anderson] whipped up this nixie tube display using epoxy-coated wires. He’s certainly giving the wire-wrapped LED display a run for its money. He ground the epoxy off the end of each wire using a Dremel before soldering them. We thought you could solder right through the epoxy but maybe not. Was this easier than wire wrapping would have been? We’d bet that because of the voltages wire wrapping wasn’t an option here. That board on the left is the 180V power supply for the tubes with an AVR chip running the Arduino bootloader to the right. After the break there’s a brief demo of data being pulled down over a serial connection. [Tim] also has some plans to add an atomic clock module to this setup sometime down the road.

Easy Data Input For LabVIEW

[youtube http://www.youtube.com/watch?v=9cKBdn4uHyY%5D

Props go to [Michael Nash] for establishing an interface between National Instrument’s labVIEW and an Arduino (an example video using a potentiometer is above). Personally, from the one time we were forced to use labVIEW, we hated every second of it.

One reason it’s so terrible, is the Data Acquisition Modules cost well into the hundreds of dollars, yet the documentation and help resources are very scarce. By using an Arduino instead of the modules, the price and difficulty decrease a considerable amount. Which begs the question why has it taken so long to get a decent (and so simple) of a setup working?