Author |
Message |
Topic: PWM: no way to move a servo |
navajo
Replies: 10
Views: 16359
|
Forum: General CCS C Discussion Posted: Mon May 08, 2006 3:34 am Subject: Working |
ckielstra, thank you very much to you and all people how helped me. The servo is now working.
Thank you very much. |
Topic: PWM: no way to move a servo |
navajo
Replies: 10
Views: 16359
|
Forum: General CCS C Discussion Posted: Mon May 08, 2006 1:20 am Subject: Still no PWM signal generated |
Hello again people,
I was working in the idea of andreluizeng. I used his PWM function into my program. I think the main progam section fails. What I want to do is, if pins RA1 and RA0 have 0v or 5 ... |
Topic: PWM: no way to move a servo |
navajo
Replies: 10
Views: 16359
|
Forum: General CCS C Discussion Posted: Tue May 02, 2006 2:40 pm Subject: PWM: no way to move a servo |
Hi,
Yes I am using a RC servo.
So andreluizeng you mean that to move the servo left I should use something like:
while (1)
{
output_low(PIN_C2);
setup_timer_2(T2_DIV_BY_4, 1(it refers to 1m ... |
Topic: PWM: no way to move a servo |
navajo
Replies: 10
Views: 16359
|
Forum: General CCS C Discussion Posted: Tue May 02, 2006 2:00 pm Subject: PWM: no way to move a servo |
Hello everybody,
After check many post in this and other forums I still can not move my servo with the program I have written.
I have a breadboad with a PIC 16F877A and a 4MHz xtal. I
I want to ... |
|