Experimenting with Sound Localization and Arduino

Today I’m going to walk you through my experience trying to localize the source of a sound using Arduino. My goal with this was to add a feature to my robot that would make it more interactive and look more “alive”. Beta 1 What you normally see people doing, as an easy approach, is to measure the volume level from two microphones in which the amplified output is connected to the Arduino analog inputs. Whichever input is higher determines the source direction of the sound. ...

April 4, 2015 · 13 min · 2661 words · Wagner

Arduino robot controlled from an Android phone via Bluetooth

Project overview This is a differential steering robot that can be controlled from an Android phone via Bluetooth. The robot’s “brain” is Arduino Uno compatible board (an “Arduino on a breadboard”). The robot uses a JY-MCU Bluetooth module for communication with the Android phone. A custom Android app, created with the MIT App Inventor 2 essentially acts as a remote control, sending commands to the Arduino that tell the robot to move forward, reverse, stop or rotate. ...

January 26, 2014 · 9 min · 1706 words · Stan

The Rover from the OWI 3 in 1 ATR kit enhanced for climbing

I recently bought the OWI 3 in 1 ATR (all terrain robot) kit from Amazon. What got my attention was its potential for hacking and re-use of its components. In the “Rover” mode the unit is pretty tightly packed. There does not seem to be much space to add electronics, or batteries inside, but they can be added on top. The front of the robot seemed a good spot to put the extra stuff, so I taped a 4 full AA battery pack as a test. The results were pretty good – the motor handles the extra load without a problem and the additional weight at the front actually helps the bot to climb over fairly tall obstacles with a vertical wall: ...

August 19, 2013 · 1 min · 190 words · Stan

ATTiny85 Mini Robot vs. Black Box

A few days ago we got several ATTiny85 ICs (datasheet) and this is a first video of the small chip in action. Working out the kinks of programming this little guy with an Arduino Uno and getting Arduino libraries to work with it takes a bit of effort and digging around the forums. Still, as a small, light and cheap (can be found for $1.15 online) alternative of an Arduino Uno – it looks very promising! Here is a detailed tutorial on how to program the ATTiny using an Arduino Uno. ...

May 30, 2013 · 2 min · 235 words · Stan

Project 2: Arduino Line following test 3

Test #3 of my Arduino Uno controlled line following bot for the upcoming competition. This test was focused on checking how the bot handles 90 degree turns with sharp corners, line intersections and line breaks. The robot uses 6 TCRT5000 IR reflector sensors positioned in a line. ...

May 23, 2013 · 15 min · 3056 words · Stan

Competition 2: Line Following Robot

General Objectives: The objective of this contest is for a robot to follow a black line on a white background, without losing the line while navigating several turns on a race course. The robot to complete the course in the shortest period of time while accurately tracking the line from start to finish wins. ...

May 4, 2013 · 3 min · 551 words · Stan

T-Tank modified code for course – Test 2

Here i tested my bread boarded tank against a simulation of the trial. http://www.youtube.com/watch?feature=player_embedded&v=KjCIk-AGLy4 Comments Comment by Wagner on 2012-11-27 11:47:16 -0700 Man, you are way ahead of the game (also considering that the video is 54 seconds long) Great work!

November 27, 2012 · 1 min · 41 words · Ted

Robot Platform including h-bridges from $10 R/C Car

This is an “instructable” on how to hack a cheap remote controlled toy car and turn it into an Arduino powered autonomous robot vehicle. It requires some soldering, so be prepared to mess around with wires on a tiny PCB and learn to de-solder a chip from a board! Once you master that though, you open endless possibilities for hacking and salvaging components from old “junk” electronics!

November 16, 2012 · 1 min · 67 words · Stan

Project 1 Showcase: The “Flash”

Batteries almost ran out by the time the bot finally made it trough the obstacle course…Still WIP I guess.

November 15, 2012 · 1 min · 19 words · Stan

Project 1 Showcase: Here comes the tank!

..or rather what is left from a perfectly decent remote controlled tank! http://www.youtube.com/watch?feature=player_embedded&v=ff5dCPZQmjs Comments Comment by Kevin M on 2012-11-14 13:27:13 -0700 Good movement for the tank. Have some questions about fetish’s though… Looks to be a bit of Rubber and Boots to me!

November 13, 2012 · 1 min · 44 words · Ted