Author |
Message |
Topic: Aurel module and remote control servomotor |
nabil
Replies: 5
Views: 6836
|
Forum: General CCS C Discussion Posted: Tue Nov 22, 2011 7:18 am Subject: Aurel module and remote control servomotor |
Dear Sir;
About ADC, please find below the used code:
#include <18F4550.h>
#device adc=10
#FUSES HS, WDT256, NOPROTECT, NOLVP
#use delay(clock=12000000)
#use rs232(baud=24 ... |
Topic: Aurel module and remote control servomotor |
nabil
Replies: 5
Views: 6836
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2011 11:59 pm Subject: Aurel module and remote control servomotor |
Dear Sir,
Can I use the functions in servos.c file in drivers folder to control servomotors with PWM ?
Best Regards. |
Topic: Aurel module and remote control servomotor |
nabil
Replies: 5
Views: 6836
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2011 6:32 am Subject: Aurel module and remote control servomotor |
Dear Sir,
Thanks for your reply and help.
It will not be easy for me to develop as I just start with PIC and PCW.
At the first time your recommandation is about Transmitter code or receiver code ... |
Topic: Aurel module and remote control servomotor |
nabil
Replies: 5
Views: 6836
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2011 4:34 am Subject: Aurel module and remote control servomotor |
Dear sir,
I need your help to use Aurel module and PIC 16F4550 to remote control sevomotors. I have make the code below for transmitter:
#include "send.h"
#include <stdlib.h>
... |
|