arduino-libraries / ArduinoMotorCarrier

GNU Lesser General Public License v3.0
16 stars 15 forks source link

Motors run full speed as soon as Arduino is powered up and not connected via USB #23

Open circuitBurn opened 4 years ago

circuitBurn commented 4 years ago

This happens with any sketch, even the examples.

Sketches upload and run fine when tethered by USB and the serial monitor displays the right output, but when the Arduino is powered up without a USB connection (even with the infinite loop Serial check removed) the motors are all on at full speed.

facchinm commented 4 years ago

Hi @circuitBurn , we released version 2.0 of the library with fw 0.20 that should fix the motors startup. Can you try updating both the library and the carrier (using Flasher sketch) and report back if it's fixed on your setup? Thanks