Amarino Makes Android Controlled Robots A Snap

[Lucas Fragomeni] is controlling this robot using the accelerometer on his Android phone (translated). He could have gone through our Android tutorials and developed a custom application but he took the shorter route and used Amarino, an ‘Android meets Arduino’ toolkit, to do it for him. [Lucas] combined an Arduino, a BlueSMiRF Bluetooth modem, and two servo motors to build his robot. Amarino lets him connect to that Bluetooth modem and send sensor data over the connection. In this case it’s only the accelerometer that he chose to use, but he could have gone with the touchscreen, or any other sensor the handheld has to offer. Using this code package got him up and running quickly, only requiring that he writes his own code to turn the received signals into servo motor control routines. See it in action after the break.

Continue reading “Amarino Makes Android Controlled Robots A Snap”

Yet Another Cat Door

Cat Flap Fever

RFID cat flaps are one of those projects we see all of the time. They are generally pretty simple to rig up, not too expensive, and have a good “wow” factor for any non-technical friends or family, not to mention tremendously useful. Why did we decide to share this one? Well, for one, it is simple. It doesn’t tweet, email, or text message, it just gets the job done. Two, it is excellently documented, including a detailed parts list and a step by step schematic just about anyone could use to build their own. [landmanr] does mention that he recommends some sort of project enclosure to protect the electronics from damage, which would be bad for the poor cat stuck outside.

Google Takes Science Fairs Global

Teen hackers get ready to compete for cash and prizes. Google, the big G itself, is sponsoring a Science Fair but it’s not in a town near you, it’s online (no surprise there). Project entries will populate the content of a new corner of the Googleverse, with contestants 13-18 competing alone or as a team. The grand prize is a trip to the Galapagos Islands for ten days, but there are also cash scholarships for all of the winners. Check out their promo video for the event after the break.

If you’re a college student who’s too old to be eligible don’t forget to keep your eyes open for details about 2011 Google Summer of Code. Last year’s information is still up, but they usually release the details sometime in the first quarter.

Continue reading “Google Takes Science Fairs Global”

Roll The D’Icey

Most of the dice related hacks we run into have to do with pseudo random number generation, but today we saw something different. This sleek looking jumbo die is actually a prize holding box opened by a secret sequence of rotations. Using an accelerometer and an ATmega 328 with a sub-micro servo to control the locking mechanism. Worried about the batteries going flat and losing your treasure indefinitely? Good news! The batteries are accessable without giving away the secret inside.

It also turns out that this is an update to an earlier project from the same laboratory, so be sure to check that out as well to see where this build came from. Code is available for anyone looking to make their own, as well as a useful parts list.

[via Hacked Gadgets]

DIY Ultrasonic Range Finder For $5

After finding some ultrasonic transducers online for a dollar each [Kerry Wong] decided to create an ultrasonic range finder. The result is much like parallax’s PING))) sensor but much cheaper. His post is not only a good way to save some money, but also does a good job of explaining how ultrasonic sensors work.  The transmit circuit is essentially an H-bridge, much like what you would use to control a motor. To listen to the returning echo he uses a pair of high gain/low noise op-amps to filter and amplify the signal.  The board he uses to test the range finder (not included in the cost) is an ATMega328 running the Arduino boot loader.  He also provides lots of example code to boot.

Hackaday Links: January 24, 2011

New Project Hosting site

[Paul] wrote in to tell us about his brand new hack hosting service, HackHut. Based on WordPress with some modifications, it is definitely worth keeping an eye on as new features emerge.

Instructabliss

Speaking of project hosting, Instructables are a common source of projects as well as complaints. Instructabliss by [Daid] is an often mentioned solution in our comments, and we thought we would bring it up so commenters don’t have to. We understand why it was made and think it was a clever hack, but we don’t officially endorse it. We survive on Ad revenue, if someone were doing this to us, it would hurt. We’re also not sure about the legalities of such a service, so keep us updated.

Grass Burning Robot

[Sebastian] brings us his grass burning, flame throwing robot. This robot takes in SVG files to create its burn path, and burns away. Not too many details, but be sure to check out the photos on his site.

[via Make]

Your Very Own Cloud Chamber

 

[Kenneth] and [Jeff] spent a weekend building a cloud chamber. This is a detection device for radiation particles that are constantly bombarding the earth. It works by creating an environment of supersaturated alcohol vapor which condenses when struck by a particle travelling through the container, leaving a wispy trail behind. This was done on the cheap, using isopropyl alcohol and dry ice. They already had a beaker, and after a few tries figured out that the dry ice worked best when serving as a bed for the flask. A black piece of paper was added inside the base of the container to help raise the contrast when looking for condensate. They experimented with a couple of different methods for warming the alcohol, including an immersion heater built from power resistors.

There’s a video explaining the apparatus which we’ve embedded after the break. It’s a bit hard to see evidence of particle travel in the video but that’s all the more reason you should give this a try yourself.

Continue reading “Your Very Own Cloud Chamber”