Let's Make Robots!

IPTUPED (I pick things up, put em' down): Robotic Arm

Jaryd's picture
Pick things up...and put them down(eventually)

Simple Robotic arm still working on claw/gripper/hand.

Any suggestions on a control method would be aprrectiated. I was thinking remote control however would cost me about $50. Or...using and old PS2 controller however i dont know how to do that. ):

Check out video updates will be coming soon. Thanks

**Update**

Gripper added. Made out of legos. More info to come. Servos seem a little weak. (HS-311)

Would ading a second servo on the opposite side of the base work? Theoretically wouldnt it double the torque? Would it work?

I dont have time right now be back with more soon.

 

--------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------------------------

 

 

-------------------------------------------------------------------------------------------------------------------------------------

Last Update for this project.

I am currently working on IPTUPED version 2.Just waiting on more parts, then it will be posted.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Jaryd's picture

I am using two joysticks from an old PS2 controller and it works pretty well...i am close to completing version two and that will be posted soon.

Jaryd's picture

I got it working with the x and y axis of one potetiometer. But it kind of works now i posted a forum for this specific topic if u want to look at that....

 

http://letsmakerobots.com/node/25747

Jaryd's picture
I can only get one to work at a time. when I connect a second, it freaks out.
Knightrider's picture

Try all combinations of servos and potentiometers to see what is causing the problem.

Try also two potentiometers at a time, but from different joysticks.

 

Also be aware that "debug" command in the program prevents servos from correct function.

Write the code, then remove debug command an only then load it into picaxe.

Jaryd's picture

I got it working...thanks so much. Right now i can only use one potentiometer. When i do the readadc it seems to work for each individual pot but when i try both at the same time it doesnt work. I will see whats up.  Thanks

Jaryd's picture

I am having a difficult time scratching away the copper. Could i just solder the wires on or do i NEED to remove the copper.

Also, would it just be easier to remove the whole joystick and then put it on a seperate board and just soler that in place?

Knightrider's picture

If you have problems with existing copper connections it will be better to remove joysticks completelly out from joypad.

Put it on separate board and connect the pins as I described formerly.

Jaryd's picture

Thankyou, this really clears things up for me. I will let you know how it works.

Jaryd's picture

So basically this is what i would have to do.

1. Remove Joysticks from my old PS2 controller.

2. Solder a wire to each connection.

3. plug into...which wires go where??

 

Knightrider's picture

You can leave joysticks inside to keep it ergonomical.

I do not have pictures of my gamepad, but I found this one on web.

http://www.arcadeforum.com/forum/images/local/360.jpg

Each joystick has two potentiometers (blue pieces at two sides). Each potentiometer has 3 contacts.

Cut the printboard connections to joysticks (the copper lines on other side of board) by scratching them using sharp tool. Cut them close to the  solder points.

For connection to picaxe use servo extending cables. Cut the end with pins away. Solder signal wire of it (yellow or white) to center pin of potentiometer. Plus (red) and minus (black or brown) wires of cable solder to other two pins of potentiometer. Doesnt matter which where.

Do this for all four potentiometers. Cut away existing USB cable of gamepad. New four cables can be connected to ADC pins of Picaxe and can be read by readadc command.