JamesNewton / Arduino_Dynamixel_Stepper_Controller

USB adapter to Arduino with Dynamixel Shield provides simple digital IO and motion.
1 stars 0 forks source link

Arduino resets on every connection from Ubuntu #5

Open JamesNewton opened 2 years ago

JamesNewton commented 2 years ago

If you don't use the Dynamixel Shield, and so just communicate on the programming port, under Ubuntu, every echo or write of data to the port /dev/ttyACM0 is a new connection and the hardware for programming does a reset. This, of course, prevents anything from working for the long term.

Possible fixes:

JamesNewton commented 1 year ago

Easy hardware fix: Add a 10uF capacitor between the reset pin and the ground pin. OR add a 100 ohm resistor between the reset pin and the +5 pin. https://forum.arduino.cc/t/stop-reboot-on-serial-connection-how/370507