Hello,
I have a project where I have to synchronize the speeds of two DC motors, the master motor and the slave motor. I will have to manually adjust the speed of the master motor and the slave motor should follow the speed of the master( They should both rotate with the same speed). I would like to know if there is a specific reference on motor speed synchronization theory that anyone might know.
I have tried to google the topic, but failed to find a suitable reference on this.
It is a requirement that I use a dsPIC microcontroller. Both the motors will be driven from separate PWM output port pins of the microcontroller. What I would like to know also, is how to verify that the motors will not be driven from the same signal, without using wireless control to show that the slave DC motor is indeed following the master DC motor.
This is my first time working with motors and having to control them.