We can control the speed of a DC motor through a microcontroller. All we need to know about PWM .That means " Pulse Width Modulation ". It is a very popular technique and most important part of a microcontroller. In this tutorial we will use PWM to create signal. By changing pulse width of a signal ,we can control the speed .
Basic Description:
At first we will connect a DC motor with PIC microcontroller and we will also connect two push buttons with it. One of those buttons will be used for increasing speed and another one for decreasing speed. That's all .
Now listen to me carefully, Just keep this in your mind
1. Increasing duty or Pulse Width will increase the speed of DC motor .
2.Decreasing duty or Pulse Width will decreasing the speed of DC motor.
Now, we need to know about PWM [ Pulse Width Modulation ]
Pulse Width Modulation (PWM)
![]() |
Pulse width modulation |
![]() |
when Set_Duty(127); |
![]() |
PWM |
In L293D's EN1 pin we provide the signal. If you will provide highest pulse width, the speed will be highest. When you will decrease pulse width, the speed will also be decreased.
So if you don't know how to interface DC motor with microcontroller. It's recommended to read this tutorial ,
DC Motor Interfacing with PIC Microcontroller in Proteus [step by step]
Time Period = Times of ON state + Times of OFF state .
PWM has four functions
1. PWM1_Init( Set_Frequency );
2. PWM1_Start();
3.PWM1_Set_Duty( Count );
4.PWM1_Stop();
Here most important thing is PWM1_Set_Duty(count) , If we increase the value of count, the speed increases. If we decrease the value of count, the speed decreases. Another important thing is the highest value of count is 255 and lowest is 0.count proportional to PW
So, count = K * PW ----eq(1) where K = constant .
count/PW=K
When PW=T , count=255 and when PW=T/2 , count=127.5 or 127
255/T=127/(T/2) = K
and , inserting values of PW and count in eq(1)
255=K * T----eq(2)
127.5=K * (T/2)------eq(3)
Now eq(2)+eq(3) : 382.5= K { T +(T/2)}
or 382.5=K*(3T/2)
or 765=3*K*T
or T*K=255
or K=255/T
Now inserting value of K into eq(1) , we get
Finally we get, count =255*(PW/T), This is the relation between count, PW & T.
That was not very necessary for this tutorial. But I've shared all I knew.
That was not very necessary for this tutorial. But I've shared all I knew.
When pulse width is equal to T it means total time period it remains ON . Now look at the picture given below :
Now create a project in proteus
# Proteus Circuit :
#MikroC Code :
void main() {
unsigned int count=0;
ADCON1=0x0F;
CMCON=7;
TRISA.F0=1;
TRISA.F1=1;
TRISC.F1=0;
TRISC.F0=0;
PWM1_Init(1000);
PWM1_Start();
PORTC.F0=1;
PORTC.F1=0;
PWM1_set_duty(count);
while(1){
if(PORTA.F0==0){
delay_ms(100);
if(count>=255) {
count=255; }else{
count=count+15;
PWM1_set_duty(count);
}
}
if(PORTA.F1==0){
delay_ms(100);
if(count<=0){
count=0; }else{
count=count-15;
PWM1_set_duty(count);
}
}
}
}
Hello Mr. I need CCS code for this pwm control.... is it possible give me changed it? Thank you.
ReplyDeleteIt's already too late. My comment option wasn't working because of the template. I like to say CCS HAL Library should work fine and they are supposed to be the same manner. That's all I could say.
DeleteI found your this post while searching for some related information on blog search.. Speedway pediatric
ReplyDeleteI see. Thank you and good luck!
DeleteThank you very much for writing such an interesting article on this topic. This has really made me think and I hope to read more. https://www.mot-centre.com/
ReplyDeleteThis program is regulated by Frank H. Steensnaes and is run from the San Diego State University Research Foundation's office situated at 6495 Alvarado Ct.excel vba training london
ReplyDeleteInformation Technology (IT) debt is basically the cost of maintenance needed to bring all applications up to date. Shockingly, global "Information Technology (IT) debt" will reach $500 billion this year and could rise to $1 trillion by 2015! But why should you take IT debt seriously and begin to take steps to eliminate this issue from your business? Programming Help
ReplyDeleteRattling excellent info can be found on web blog . نحوه بازی انفجار
ReplyDeleteI like your post. It is good to see you verbalize from the heart and clarity on this important subject can be easily observed... PTCL speed test
ReplyDeleteYou understand your projects stand out of the crowd. There is something unique about them. It seems to me all of them are brilliant. motovario redüktör
ReplyDeleteit's really nice and meanful. it's really cool blog. Linking is very useful thing.you have really helped lots of people who visit blog and provide them usefull information. Satta result
ReplyDeleteThank you for your blog post. Much thanks again. Really Cool.
ReplyDeletedigital learning singapore
ReplyDeleteWe can create various signal through PWM. If we want to create 36KHz signal, that can be done by PWM .We can create any type signal.
When we write program for creating signal through MCU, the CPP pin of microcontroller generate the signal according to the instructions. Lets consider, we have a 2Hz frequency signal.
Steinco Industrial Solutions, Inc.
Pretty! This has been a really wonderful article.
ReplyDeleteZeus Street Greek in Westfield Sydney