Hi everybody !
I recently bought a DFRobotshop (naked), and it works well ! It’s my first robot and I really think it’s a perfect product to learn ! I succed adding different sensors and it always worked :=) !
Now, I want to control it by the air, so i bought the DFRobot Bluetouch (robotshop.com/dfrobot-serial-bluetooth-module-1.html) and the USB dongle but i can’t make the robot and my computer communicate…
Here is what i did :
1 ) I use the sample program (with a,q,s,… key control), i just replace the Serial.begin(9600) by Serial.begin(115200);
2 ) I upload it to my DFRoboshop by USB.
3 ) I install BlueSoleil and I appair my DFRobotshop (seen as Bluetooth_v3) with my computer (with default pwd 1234)
4) I use the function ‘connect with port COM8’ from BlueSoleil
5) I use teraterm, on port COM8 and i tried to send data (with baudrate to 115200)
But nothing append… I add some trace to my code (Serial.println(…) ) but i can’t see them.
I saw data going out from my conputer (with right/click properties in BlueSoleil), but nothing is going from the robot to my computer.
Can someone help me ?
Thanks !
PS : there are two switch button on my usb module and i don’t know what it is… can someone explain it to me ? Thx !