Author |
Message |
Topic: SERVO MOTOR |
misato14
Replies: 6
Views: 10260
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 9:48 am Subject: SERVO MOTOR |
I already seen that link, but problem remains, is that the servo rotate to one side whatever value I put in the duty cycle. I cannot find the problem and I already buy a new servo motor. I'm using pic ... |
Topic: SERVO MOTOR |
misato14
Replies: 6
Views: 10260
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 8:48 am Subject: SERVO MOTOR |
We already used an oscilloscope, and it is 50 Hz wave and the duty cycle is correct. I already use fuse XT and HS... the result is the same.... |
Topic: SERVO MOTOR |
misato14
Replies: 6
Views: 10260
|
Forum: General CCS C Discussion Posted: Mon Mar 29, 2010 7:40 am Subject: SERVO MOTOR |
Hello I'm using a servo motor futaba S3003. I'm using this code:
#include "18f4550.h"
#fuses HS,NOWDT
#use delay(clock = 4000000)
#define servo PIN_B1
void main() ... |
|