Forum >Cherokey 4WD Arduino Uno
Cherokey 4WD Arduino Uno

Cherokey_4WD_Mobile_Platform
I built and soldered all the cables and pieces directly to the UNO. I then uploaded the sketch using Arduino and I am just trying to get it to move forward using "w" and it seems to be doing nothing. Am I missing something??
do I need a cable from ground to ground from the arduino to the robot? If so, which GND do I put it to on the cherokey?
I am at a complete loss here as to why it isn't working, because the sketch is uploading fine and the arduino is receiving signals and powered.
2015-12-04 00:29:33 I move forwards, the front wheels go backwards, and the backwheels go forwards making it just sit there.
The motor's two wires connected to the green socket should be switched, then the wheel rotation direction could be reversed.
As for the BT, it needs a software on your pc to connected the module and send command, like the software running on a phone, or you could inserted it on your arduino, once it was connected with your PC(you can bind your pc bt address by AT command), you could open arduino serial monitor to send command wirelessly!
http://duino4projects.com/how-to-contro ... h-from-pc/
Leff
The motor's two wires connected to the green socket should be switched, then the wheel rotation direction could be reversed.
As for the BT, it needs a software on your pc to connected the module and send command, like the software running on a phone, or you could inserted it on your arduino, once it was connected with your PC(you can bind your pc bt address by AT command), you could open arduino serial monitor to send command wirelessly!
http://duino4projects.com/how-to-contro ... h-from-pc/

2015-12-03 18:46:21 Awesome thank you very much. So I got that working, except now when I go right or left, it makes a high pitch sound and doesnt turn at all. And when I have all the jumper caps on, and I move forwards, the front wheels go backwards, and the backwheels go forwards making it just sit there. With all jumper caps off, it moves forward and back, except slowly cause its only using the back wheels and it will not turn! LOL I'm having the worst of luck!
And final question once this works: How do I get the bluetooth working? https://www.dfrobot.com/index.php?route= ... l-srXarSCg
That is my bluetooth and I'm wondering how to use it via Arduino sketch. I have no idea how to get it functioning besides pairing it to my pc. Outgoing being com4, and incoming being com3.
davidtucciarone
And final question once this works: How do I get the bluetooth working? https://www.dfrobot.com/index.php?route= ... l-srXarSCg
That is my bluetooth and I'm wondering how to use it via Arduino sketch. I have no idea how to get it functioning besides pairing it to my pc. Outgoing being com4, and incoming being com3.

2015-12-02 11:14:56 For some reason when I remove the jumper caps from the motor selection. The motors begin to work. But that is just supposed to be for having each motor independent. I dont understand why they dont work the jumper caps on, when the purpose of that is supposed to have the motors follow the same commands.
davidtucciarone

2015-12-02 02:18:55 It should be no problem to run it as long as the power supply is enough and the motor connection is right, btw, you could also connect the motor's to the 5 AA battery to see if the motor is ok?
Leff

2015-12-01 16:59:41 Okay so the input is working. I got the baud rate correct, thank you for that. When I press "z" it prints hello. And when I press "w" the lights dim a bunch but nothing else happens.If I press anything other than "w" the lights pretty much dim off completely or until almost no light comes out. Am I missing a wire to be connected? Each wire is hooked into the wheels, but not soldered ( which should not affect anything). I am using 5 AA batteries as that is what it came with. Here are some pictures of the wires going in and soldering.
Am missing any wires to go anywhere? Or are my 5 AA's maybe not giving enough power?
davidtucciarone
Am missing any wires to go anywhere? Or are my 5 AA's maybe not giving enough power?

2015-12-01 13:36:05 @Leff I will check all that tonight when I arrive home, thank you very much for the help.
@Maht:
It is connected to those pins, and soldered on. I am using the instructions given by the wiki dfrobot page.
It is connected to the computer when sending commands, but I might be using the wrong lines, will check to see if it works as suggested by @Leff.
There is the seperate power source of 5 AA batteries powering the whole module. The LED's do power on, and the arduino works and is powered perfectly by those batteries. I also have a rangefinder and a speaker, and a robotic arm all attached which work perfectly when connected to the arduino which is connected to the 5 AA batteries.
I have tested it without having the arm or rangefinder connected, but no go.
Ill check to see if wiring is wrong tonight. Thank you for your fast responses.
davidtucciarone
@Maht:
It is connected to those pins, and soldered on. I am using the instructions given by the wiki dfrobot page.
It is connected to the computer when sending commands, but I might be using the wrong lines, will check to see if it works as suggested by @Leff.
There is the seperate power source of 5 AA batteries powering the whole module. The LED's do power on, and the arduino works and is powered perfectly by those batteries. I also have a rangefinder and a speaker, and a robotic arm all attached which work perfectly when connected to the arduino which is connected to the 5 AA batteries.
I have tested it without having the arm or rangefinder connected, but no go.
Ill check to see if wiring is wrong tonight. Thank you for your fast responses.

2015-11-30 19:18:06 Hello David, can you give some more details?
What instructions are you using?
Is the Arduino connected to the motor driver board (the base) via Arduino digital pins? (D4, D5, D6, D7, Rx, Tx)
Is the Arduino connected to your computer when you send key commands? Also, is there a separate power source powering the motors? Such as a lipo battery
Is the serial monitor showing printouts?
Maht
What instructions are you using?
Is the Arduino connected to the motor driver board (the base) via Arduino digital pins? (D4, D5, D6, D7, Rx, Tx)
Is the Arduino connected to your computer when you send key commands? Also, is there a separate power source powering the motors? Such as a lipo battery
Is the serial monitor showing printouts?
