Jerry-Hat-Trick
- Joined Aug 31, 2022
- 824
I'm sort of repeating myself, but if you want a flexible test set up it's hard to beat an Arduino UNO. Whether you use a L298 or ULN20003 or SN754410 or a discrete component H bridge circuit for actually driving the coils the beauty of this processor approach is that you have ample digital output lines and analogWrite() lines for PWM into the EN pins and you can write code to accommodate different motors. And with potentiometers into analogRead() pins you can vary the speed and PWM mark/space easily. All this without having to think about the detail of the circuit driving the H Bridge.









