The programming code is attached here as a .txt file. Download it and paste the text on the Arduino compiler. Remember to add the IRremote library (also attached to this post) to your arduino software before trying to compile the code!
Further information about motor controller and IR receiver here: http://adhocnode.com/arduino-irrecv-module/ http://arduino-info.wikispaces.com/IR-RemoteControl http://adhocnode.com/motor-control/
I bought the robot from: http://dx.com/p/arduino-compatible-bluetooth-controlled-robot-car-kits-146418
The robot moves avoiding obstacles and choosing the best way to follow by ultrasound.
Control method: Autonomous navigation, Infra Red Control
I got the same bot but from ebay this week. Could you please tell me where I should connect the wires of the motors for I don’t know which two I should put together in MOTOR A and MOTOR B.
I got the same bot but from ebay this week. Could you please tell me where I should connect the wires of the motors for I don’t know which two I should put together in MOTOR A and MOTOR B.
You must connect left motors together in MOTOR A and right motors together in MOTOR B. Be careful with their polarity. I´m posting 2 pictures of my wiring. Hope you find them helpful!
Thanks for the bottom part. I got that right. But I have a problem with where to place the upper arduino related wires. Please if you’ve got a diagram for where to place each wire, post it. im so confused right now.
i put the wires just like you said, downloaded the IR library and installed it, and uploaded the script. Now all that happens when I press the ‘1’ button is the robot judt keeps moving forward. I tried to move the head thinking that the servo was stuck, but the head (the ultrasonic sensor) would just vibrate in its place. You got any idea about what’s happening?