OpenBot icon indicating copy to clipboard operation
OpenBot copied to clipboard

Running without stopping

Open A-janjan opened this issue 8 months ago • 6 comments

When I go to the Robot info section and then click the forward or backward command in the send command section, I see that my motors start running without stopping. Additionally, when I click stop, nothing changes.

I use POCO X3 Pro.

A-janjan avatar Oct 21 '23 21:10 A-janjan

Please ensure that the app maintains a stable Bluetooth connection with the robot, without any disconnections between commands.

hardikgarg02 avatar Nov 02 '23 10:11 hardikgarg02

No, I didn't use Bluetooth. I just used the main application and the following sections:

openbot_err1

A-janjan avatar Nov 03 '23 21:11 A-janjan

I did the firmware testing with an Arduino serial monitor, and at first, I sent, for example, c100,100 and then the motors started running. but after I sent c0,0 and the motors didn't stop. I don't know why motors can't be stopped.

A-janjan avatar Nov 07 '23 20:11 A-janjan

Ensure that your motor connections are accurate, and double-check that the specified serial pin numbers in the code align with the actual hardware configuration. Please review the configuration file [README]https://github.com/isl-org/OpenBot/tree/master/body/diy)

Eashika2504 avatar Dec 15 '23 06:12 Eashika2504

After I sent a command via a serial monitor (e.g., c50,0), the motors moved correctly, but the serial connection disconnected, and I couldn't send a new command.

A-janjan avatar Mar 03 '24 07:03 A-janjan

The main problem arises when I enable #define HAS_OLED 1 in the DIY body firmware. Consequently, other commands fail to send correctly. However, after disabling the OLED, everything is fixed.

A-janjan avatar Mar 27 '24 17:03 A-janjan