Arduino with a robotic arm

I want to use my Arduino Uno for programming a robotic arm for my school project.
The robotic arm that I will use is the C-S 113. The Arm will have to draw an equation on paper.
Will Arduino Uno handle this or should I upgrade to a more powerful one?

Will Arduino Uno handle this or should I upgrade to a more powerful one?

How much power do you need? How many watts?

Proxy1337:
I want to use my Arduino Uno for programming a robotic arm for my school project.
The robotic arm that I will use is the C-S 113. The Arm will have to draw an equation on paper.
Will Arduino Uno handle this or should I upgrade to a more powerful one?

From a programming point-of-view, your UNO will be fine.
Just don't supply power to the arm directly from the UNO board. Those stepper motors would suck a fair bit of current.

Actually, I just read (the power supply section of) the pdf on the arm and it has it's own power supply, so you're good-to-go. The PSU supplies 6A for the steppers.
That looks like a pretty nice arm - wish I had one. :slight_smile:

OldSteve:
Actually, I just read (the power supply section of) the pdf on the arm and it has it's own power supply, so you're good-to-go.

Could you please tell me were you found that pdf?

Proxy1337:
Could you please tell me were you found that pdf?

I did a search on "Pro Arm RS2200". I got other interesting results as well as the manual.

The pdf Manual:-
Pro Arm RS-2200 Manual

And the general search results:-
Pro Arm RS-2200 Search

OldSteve:
I did a search on "Pro Arm RS2200". I got other interesting results as well as the manual.

The pdf Manual:-
Pro Arm RS-2200 Manual

And the general search results:-
Pro Arm RS-2200 Search

Thank you very much.

Proxy1337:
Thank you very much.

No problem. Glad to help.
Have fun. :slight_smile:

This web will help you.

Use arduino mega 2560

dante_wzj:
This web will help you.
http://www.instructables.com/id/Build-a-Laser-Cut-and-Soldering-Dobot-arm/
Use arduino mega 2560

He already has a perfectly good robot arm, so why would he want to pay for a laser-cut one? And he'll be using a UNO, not a Mega2560. He already has the UNO, so why buy a Mega?

OldSteve:
He already has a perfectly good robot arm, so why would he want to pay for a laser-cut one? And he'll be using a UNO, not a Mega2560. He already has the UNO, so why buy a Mega?

Will the UNO have enough pins for my project?
I want to use my ramps 1.4 with it.

Proxy1337:
Will the UNO have enough pins for my project?
I want to use my ramps 1.4 with it.

I've never used ramps or the robot arm, so your guess would be better than mine. Just draw a schematic, work out how many pins it needs, and if it's 19 or less the UNO will do it, otherwise you'll need an expansion board or a Mega.
Actually, I thought a RAMPS board needed a Mega anyway. Check the RAMPS documentation.

RAMPS is a Mega shield.

MarkT:
RAMPS is a Mega shield.

Thanks for confirming that Mark. I thought it was, but wasn't sure.

Hi, We are a group of people teaching robotics to students by the name RoboSpecies Technologies Pvt. Ltd. We also have an online store by the name RoboShop.in. One of our students who is just 10 years old made this dancing Robot: Do check out and leave comment.

Dancing Robot using Arduino: Dancing Robot Using Robotrix Junior Kit | Roboshop.in - YouTube

RoboSpecies: http://www.robospecies.com/
RoboShop.in: http://www.roboshop.in/

This 5 axis robotic arm only 50 $ http://www.robimek.com/el-hareketleriyle-kontol-edilen-robot-kol/

Proxy1337:
Will the UNO have enough pins for my project?
I want to use my ramps 1.4 with it.

I used a shield from adafruit to control steppers they use only 2 pins (SDA & SCL) on the arduino to control up to 64 stepper ( if you stack them ).

That being said, i fried the shield with a NEM17 because it is limited to 1.2A so i won't recommend them, but that mean that it is possible, you just have to find the right shield OR build it

Also you have to check if RAMPS use the SDA or SCL pin

Hi,if you want to diy a robot arm,this web will help you:

If you want to buy one, please click here:
https://www.kickstarter.com/projects/dobot/dobot-robotic-arm-for-everyone-arduino-and-open-so