Introduction: Bluetooth+Infrared Controlled Robotic Arm

About: Darren Vortex the Mastermind.
Hi. I’m Darren a 17 year old hobbyist, and this is the first Instructable I’m posting here, so I apologize if it kinda sucks! I hope it's good enough...
So how did the idea of a robotic arm come to me? Well, the first thing I remember is our chemistry teacher (!) coming to me yelling that she has a project for me. It was for science Olympiad, however, apparently it was different from all the others, "something related to electronics" (that’s what she said!) and since I had a bit of a reputation in the school for my skills with robots, she thought I would be the right person to ask from!
And well, what could I say to the teacher? I accepted, and she put me in the team. Next thing I remember is my dad yelling at me for the $200 I spent for the equipment I needed, and next… well, the robot was built!
So we went there and harvested the medals with this arm (it didn’t have the high-tech bluetooth utility back then, I controlled it using our TV’s remote controller!), and I came back and decided to post an Instructable for the first time in my life, since I thought this project is actually worth it! Arduino contest was up too, so I was tempted and…
In a nutshell, this Instructable is over how to build a robotic arm which can be controlled by your phone through Bluetooth + Your old TV’s remote controller from the garbage! Sounds pretty cool, huh? I personally like it since next time I’m doing my homework and my pencil is dropped on the ground, and I don’t have to reach down and grab it and instead I can make the arm do it for me! (too lazy I guess!) (And I better not mention that I should be lucky enough that the arm happens to be right beside the pencil)
I’ve done my best to make it as cool and easy as possible. It's not the biggest robotic project on earth, and it's not as trivial as some simple robots. I’ve tried to categorize it and make it step by step, however, I’m posting this tutorial after I built the arm, so I couldn’t take pictures of some of the individual parts. Please forgive me if that makes the tutorial difficult to understand!
These pictures were also taken before I attached the claws. I had some really crappy claws before, as you can see in the video below! But don't worry, this instructable offers better claws! HAIR CLIPS!
Here's the arm being controlled using Bluetooth, which is significantly harder than infrared (also the claws were crappy when I recorded this):

ALSO ALSO ALSO if you like this, please vote for it on Arduino Challenge HERE. Now that you'ves seen what we're talking about, lets get down to serious business and build it!

Step 1: Get the Stuff!

Step I – The stuff you need:
Arduino! (Sparkfun.com, I bought it with the Arduino Inventor's kit that's why I have the little black board that holds the Arduino + The breadboard, however, that's totally optional)
Breadboard + Wires (also Sparkfun.com !)
Bluetooth Shield (I’m using a SeeedStudio Bluetooth shield bought from Radioshack)
Servo Motors x 4 (3 standard sized servos and 1 giant servo. I’m using a “HS-485HB” for the base servo, two “HS-645MG” servos for the arms and a HS-805BB giant servo from ServoCity.com)
Batteries (RC batteries recommended, however, AAA Alkaline also worked for me, except for the Giant Servo. For the giant one, I’m using a RC battery with +5A current.)
An Infrared Remote Controller (Back in the garage!)
An IR Receiver (Radioshack + Sparkfun)
Hair Clips (or some type of Claw!)
Wood & Aluminum (or some material with which you can build the mechanics)
Screws (they’re everywhere!)
Super Glue (Walmart!)
A computer with Arduino software + a cable for connecting the arduino
********************************************************************************

Step 2: Bluetooth

Step II – Software
Section 1 - Bluetooth
I would prefer to do this step first (I didn’t, but I realized that it’d be better if I’d done this first, since we won’t have to re-wire the circuit again if we mount the shield first). However, it doesn’t make much difference, and if you’re not planning on using Bluetooth for controlling your robot, you may skip this step. Otherwise, here's what you have to do:
First of all here's a nice documentation over the Seeedstudio BT Shield: http://www.seeedstudio.com/wiki/index.php?title=Bluetooth_Shield
Whenever you feel like you're stuck, take a look over here and they give you some instructions, HOWEVER, read these instructions first I made them even easier for you:

a) Mount the Bluetooth shield: It’s the green chip with a protrusion in one end. All you have to do is to put it on the Arduino. If it’s your first time mounting a shield on Arduino, all you have to do is to match the shield’s pins with the Arduino’s, and then plug them in all together. Make sure that the pins match and you’re not mounting it the wrong way, the mounted shield should look like the picture above.
If the BT Shield is mounted correctly, the 01 LED should be blinking in green.

b) THE CODE: This was the HARDEST section for me, since the tutorials regarding bluetooth networking with Arduino are extremely rare on the Internet! However, you may not worry, I’ve already done the hard job. I’ve written the code, and all you have to do is to download it to your computer and upload it to your Arduino! You can also take a look and see how Bluetooth networking works, but I don’t go over it either (an Instructable is not supposed to do so!) However, this is not as easy as what it looks, you have to go through some steps. I put it all here the easy way, step by step:

First, you have to see which Arduino version you’re using:

IF USING ARDUINO 1.0: Download the complete Source Code from Here. This is the complete source code written by me, which will also rotate the servos if they’re connected. This one is recommended since it's TESTED and I used this one, so I know that it works! For the sample code example which simply enables a Bluetooth connection to the shield, go Here.

IF USING THE PREVIOUS ARDUINO VERSIONS: First, download Software Serial library from Here, (this lib already comes with Arduino 1.0 software but if you're using previous versions you need to download it) and put it in your libraries directory. If you don’t know how to put a library into your libraries directory, you have to do this:

1.1: go to the “C:\Users\[username]\Documents\Arduino” directory ( [username] is your username in your computer)
1.2: If there is no “libraries” folder in there, you should create one. Create a folder called “libraries”.
1.3: Copy the folder containing the library into the “libraries” folder. Restart the Arduino IDE if it’s open. Next time you open it up, the library and code examples should be available through the menu.

Then Download THIS source code. For the sample code example which simply enables a Bluetooth connection to the shield, go Here.

C) In any case, you'll need another library for the Infrared controller as well. Download it here, extract it, and put it in the same "libraries" folder no big deal!
After you've restarted the Arduino software and made sure that all the libraries are available through Sketch > Import library menu, You may open up the code and compile it to make sure that it compiles. If there are errors, feel free to message me about it and I’ll help you as much as possible, because I KNOW that some of you might face some problems, because I DID face LOTS of problems when I was trying to do this. If you do exacly as the instructions say, you should not normally have any problems.
The code should be compiled successfully if it doesn't, you're either using the wrong source code or you haven't imported the libraries correctly.
D) If the code compiles successfully, go ahead and upload it to the Arduino.
E) Testing it: You’ll perform 2 tests:
1. If the right code is uploaded correctly, the 01 and 02 LEDs should be blinking: 01 in green, 02 in red. One after the other. This shows that the BT shield is put in the Slave mode and is ready for accepting connections from Master devices.
2. Open up the Serial Monitor, wait a couple of seconds, and you should see the message: "The slave bluetooth is inquirable!"
If both conditions are met, WOOOHOOO! Congrats! You’ve passed the hardest section! Now you will try connecting your phone to the BT shield.

What does the code do?
Ok this is the programming section. I just thought I owe you an explanation for those tangled lines of code I just offered you! If you don’t care about the code or you’re not much of a programmer and just want to get things going, you may skip this step. If you’re a curious code digger like me (!), this section is for you.
a) setupBlueToothConnection() function: puts the BT shield into the slave mode.
b) parse() function: parses the entry according to a separator character (which is ‘:’ in this code example), taking the Servo number and the servo position according to the sent data, and writing it to the servos if validated. The format must be the servo motor number, followed by the separator character, followed by the servo position.
So say, you want servo #1 to be put into 30 degree position. What you have to send from you phone is this: “1:30”
Notice that you can never put servo in 0 position because 0 value is used to evaluate the validity of entered data, and is considered to be invalid. Also the servo motors numbering starts from “1” not “0”, like the arrays.
c) loop(): Checks for data, and parses the received data.
d) setup: Attaches servo pins and calls setupBlueToothConnection() function.

2. Download the Android app for sending data to the BT shield Here. This app is called “ITEAD BT Debugging Assistant”, or BTDA for short. The downloaded file is an .apk file which can be installed on your Android phone, so go ahead and install it. Open it up to make sure that it’s installed correctly.
3. Test the connection between your phone and the BT shield. In order to do this, you have to be exact: we have 2 processes in order to make the connection: You have to pair the devices first, then establish a connection.
In order to pair the devices, here’s what you should do:
1. Go to the Settings section in your phone. Then go to Wireless & networks.
2. Turn on the Bluetooth.
3. Go to Bluetooth Settings, and “Scan for Devices”.
4. You should see a device coming up, called “SeeedBTSlave”.
5. Just click on it to pair the device. You may be asked for a PIN number, enter “0000” if so.
6. You should see “paired but not connected” under the device name after a while.
Now, In order to connect the devices:
(6.5) – first make sure that a serial monitor is opened up on your computer and Arduino + BT shield is connected to your computer. This is needed to make sure that Arduino receives signals from Android via the BT shield.
7. Open up the BTDA app, it’s the app you downloaded and installed on your Android device.
8. Click on “Search Devices”.
9. You should see MAC addresses displayed in the list + the name of the device associated with that address. The name of your BT Shield device is “SeeedBTSlave”. Find it in the list. If it’s not there, make sure that and your Bluetooth is turned on and the LEDs on the BT Shield are flashing Red & Green. If not, check the code and make sure it’s uploaded correctly.
10. If “SeeedBTSlave” is found, click on it, and there you go, you should see a screen with a textbox, some checkboxes including “Send as Newline”, and “send as hexadecimal”, and a “Send” button. Go ahead and enter some text in the textbox, check the“Send as Newline” checkbox, and click on “Send”.
11. You should see the input coming up on your serial monitor on your computer.
If all goes well, you’ve successfully connected your Android Device to Arduino, thanks to the Bluetooth Shield!
You may proceed to the next step for building your arm!

Step 3: Infrared

Section 2 – Infrared
1. Get a breadboard and put the IR Receiver on there. Also make a common ground which all your batteries can use. (this is done by connecting the GND pin of the Arduino to a row in breadboard)
2. Connect the middle pin to the ground, the left one to Arduino digital pin, and the right one to GND (according to my picture). Note that left/right might be different for yours so look at the documentation or the data sheet that comes with it.
3. Connect Arduino to your PC (you should've already uploaded the code) and open up the serial monitor. Try to send some signals (make sure that the code is uploaded). If you’re receiving signals, you should see information about those signals on serial monitor.
4. There is a field that says “value”. You use that value to adjust your code according to the infrared signal. If you open up the code and look at the defined constant variables, they should be like VOL_UP or ALT_VOL_UP. Change these values to the values YOU get by pressing the Volume Up/down button. Make sure you leave the ‘0x’ in the beginning of the value because that just represents hexadecimal formatting.
CH_UP = Channel up button => Servo 4
CH_DOWN = Channel down button => Servo 4
VOL_UP = Volume up button => Servo 3
VOL_DOWN = Volume down button => Servo 3
ARR_UP = Up arrow button => Servo 2
ARR_DOWN =down arrow button => Servo 2
ARR_LEFT = left arrow button => Servo 1
ARR_RIGHT = right arrow button => Servo 1
Speed[n] = Speed of the motor (1-3 => servo 1; 3-6 => servo 2; 6-9 => servo 3; servo4 has a fixed speed)
Constants starting with ALT: Well, my controller was weird and it produced 2 different signals for one button! So I had to use an alternative for each constant. However, yours probably doesn’t do that, so you can just ignore or delete all the constant variables that start with ALT.
5. So we're changing the code! Change those values according to your data and re-upload the code. At this point, you should be able to control your robot with the remote controller!

Step 4: Hardware

Step III – Hardware
Now that you’ve made sure that the controllers work, we are going to assemble our robotic arm, Step-by-Step:
1. Make a base on which the whole arm is mounted. Mine is a wooden 20x30 cm base.
2. Make a little cobe block. We use this to hold the first servo on the base. Mine is a wooden, 5x4x4 cm block and my first servo is screwed to it. After you’ve made the block, you should screw it to the base where you want your servo to be.
Make sure you leave enough space for the Arduino. You have to put the block near the edges so that the rest of the space is reserved for the circuit.
3. Screw the servo to it. The servo should be put on the base, right next to the block, and then screwed to the block.
4. Make another block. We use this one for mounting the second servo. Make the block and mount it on the first servo.
5. Mount the second servo on the block (the giant one). You can do this many ways: Build a container of some sort, screw it to the block somehow, etc.
What did I do?? I just taped it!
6. Make the first arm! Mine is a 17cm long piece of aluminum with one hole in one end and two holes on the other end. You’ll need at least 2 screws to mount the arm on the servo. Put the end with one hole on the servo and mount it according to the image.
7. Mount the 3rd servo on the end of the arm (the end with 2 holes). You’ll need to screw it. It should be pretty straightforward and I put up images as well.
8. Mount the 2nd arm on the 3rd servo. You’ll do this exactly how you did it for the first arm and the seconds servo (one hole in one end  Except that this time you’ll need 2 holes in the middle if the arm. These holes are necessary for the static claw of the arm. We’ll mount the static arm later.
9. Mount the 4th servo on the end of the 2nd arm (the end with 2 holes). We’re just building new arms which will make the robot arm more flexible. We are using the minimum of arms though.
10. Mount the moving claw on the last servo. I used an extra arm which holds the claw (the robot will have more reach this way). My CLAWS were hair clips! I bought a pair of them and split them apart and used each half as part of the claw. After you split them, you have to make a slight slice on the back side of it so that you can glue them of the arm. In this step you’re just gluing one of them.
11. Make the static claw. This is the hardest section of the among all the hardware, because you need to be exact and make sure that this claw matches with the other claw. Same thing here: We mount an aluminum arm and then we mount the claw on it. iI order to fix an static arm on the 2nd arm, you created 2 holes. It was my teacher’s idea to use a triangle-shaped structure to hold the other claw static. Take a look at the picture: We used 2 smalls arms to create the triangle. It’s confusing I know, but try to create it exactly like the picture. It’s ok if they don’t match in the beginning: you may bend the arm so that the claws come together, but be aware of the height: Too much height will prevent the arm from reaching the ground and a short arm can’t reach positions near the arm. After you made sure that the arm is fixed, you may mount the claw by making a slice and then using the superglue to glue it on the arm.
12. Put the Arduino + Bluetooth shield + the breadboard + The batteries on the base as well. You should be using at least 4 batteries: 1 for arduino and 3 for servos (1 of the servos is powered up by Arduino.) Do the wiring: Red wires from servos go to +V (batteries + Arduino 5V), Black wires go to ground (GND), and yellow ones go to Arduino digital pins (pins 8,9,10,11, for servos 1 (base), 2(Giant), 3(elbow) and 4(Claw),respectively, if you’re using my code). Each servo is powered up by one set of batteries, so yes, you'll end up having 4 sets of batteries on your base! Remember the giant servo MUST be powered up by a RC battery with +5A current or else it can’t lift the whole thing. I know this since I used alkaline first and then I learned it the hard way...
13. Make sure that the batteries are powered up and everything works fine. The circuit should be complete now! Try connecting to the Bluetooth shield according to the instrcutions in the software section and see if you can send any commands. Send some commands like “1:30” which will move the base servo to the 30 degree position, or “2:78” which will move the second servo to 78 degree position.

Step 5: Outro

Also try controlling the robot by an Infrared remote controller and see if it works. Just point it to Arduino and press the buttons, and the motors should move. Try to pick up a pencil or even a D cell battery. Play around a little and enjoy your robot being alive!
Hope this instructable was useful. It’s a whole lot to do, but it’s worth it. I mean, the robot can do something useful after all! And the next thing I’m gonna do is to mount the whole base on a set of wheels and make it move! Then I’ll have a cute, robotic assistant which can be controlled from everywhere around my house!

Robot Challenge

Participated in the
Robot Challenge

Arduino Challenge

Participated in the
Arduino Challenge