Search found 1 match

by rohit1979
Tue Oct 23, 2018 11:07 am
Forum: ESP32 Arduino
Topic: Problem driving two DC Motors in a straight line
Replies: 1
Views: 4515

Re: Problem driving two DC Motors in a straight line

Welcome to the real world. Turning both motors equally in order to move forward is a non trivial problem. You will need to use a dual PID controllers using feedback from rotation sensors in order to maintain each wheel's speed. However, it is easier said than done. You can use a stepper motor for be...