Tagged: Arduino Robot
This topic has 1 reply, 2 voices, and was last updated 8 years, 1 month ago by SuperDroid.
- AuthorPosts
- September 23, 2016 at 12:54 pm #3805James KiddParticipant
Hey guys,
So I am starting this project to build a small functioning robot. I plan for the robot to have 2 motors on the drive which would be a tank and then another 2 motors to use as a type of claw. I am new to the Arduino world so I am not sure which microcontroller and motor controller to get. The motors I plan to use are 6V motor and from my research this would be to powerful to connect direct to the Arduino controller and therefore I would need a motor controller? The robot would be programmed autonomously with NO driver control. I plan to make this as simple as possible (plug USB from computer to robot and download the program)
If anyone could give me some support/advice on what to do that would be great!
Many Thanks
James
September 23, 2016 at 2:43 pm #3806SuperDroidKeymasterHey James,
Thanks for your question.
For your microcontroller, I would recommend a Arduino Uno. For the motor controllers, you can use either Sabertooths or PWM controllers. Also, here is a link on How To Build a 2WD Robot.
Sample Arduino code can be found on our GitHub.
- AuthorPosts
You must be logged in to reply to this topic.