Forum Discussion
Altera_Forum
Honored Contributor
12 years agomotor speed variable using FPGA
Hi. How to design variable speed motor using FPGA. I want to design line follower robot in different surface application for example, on roughness(slow) or smooth floor(fast).
Altera_Forum
Honored Contributor
12 years agoIf you are only supposed to generate a pwm signal for open loop drive control, it's an easy task with fpga.
You basically need a counter+comparator and possibly some extra logic for setting the pwm level. Whiile if you want a complete closed loop controller, your system must provide some sort of feedback signals in order to adjust the pwm level in real-time.