This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

control a DC Motor using MOTOR CONTROL PWM in LPC1768

Hi every one
I suppose to control speed of DC Motor using LPC1768(MOTOR CONTROL PWM).
is it feasible to implement a digital PID controller using 1768? or i must use a more advanced micro controller.
if YES, can you help me with writhing the codes? how can i implement a PID with c codes?
Do you have sample codes for initial setup for Motor Control PWM?

thanks

Parents
  • The 1768 is more than enough capable to get people to writhe when writing their code.

    Have you spent any time reading up on the capabilities of the processor? Or how a PID algorithm works? Remember that you can also simulate PID code on a PC - the algorithm doesn't care about actual hardware for controlling the output.

Reply
  • The 1768 is more than enough capable to get people to writhe when writing their code.

    Have you spent any time reading up on the capabilities of the processor? Or how a PID algorithm works? Remember that you can also simulate PID code on a PC - the algorithm doesn't care about actual hardware for controlling the output.

Children