gobabygocarswithjoysticks / car-code

New code for go baby go cars!
MIT License
4 stars 1 forks source link

add 1500 esc signals for a few seconds and then a pulse like the old code or is it not needed? #13

Closed joshua-8 closed 1 year ago

joshua-8 commented 2 years ago

if not needed, update car tips sheet to say wait a couple seconds instead of wait for 3 beeps.

joshua-8 commented 2 years ago

it is necessary, to make sure the ESC is calibrated.

should it be a hardcoded 1500 or should it use the _MOTOR_CENTER values?

joshua-8 commented 2 years ago

find a way to do it so it doesn't block serial data

joshua-8 commented 2 years ago

the code sends centered signals for 3 seconds, but no pulse when it finishes. the code is in loop not setup, and it doesn't block serial data

joshua-8 commented 2 years ago

Either add a pulse, or document the fact that it's gone.

joshua-8 commented 1 year ago

pulse added