arduino / include-robot

GNU General Public License v3.0
9 stars 6 forks source link

Check if sleep when sending BLE command is still useful #17

Closed csarnataro closed 9 months ago

dido18 commented 9 months ago

I've reviewed the proposed changes, and after comparing both solutions, there is no need for the delay.

I tested with these two-scratch programs. Both can move the robot. image

dido18 commented 9 months ago

As a side note: in both versions, the wheels aren't moving in sync since the messages are sent at different times. The need of a unique message is needed to ensure both wheels move together seamlessly.

See Issue https://github.com/arduino/include-robot/issues/6