Author |
Message |
Topic: PIC to PIC communication (wireless) |
Ali_P
Replies: 10
Views: 13215
|
Forum: General CCS C Discussion Posted: Tue Nov 01, 2011 8:24 am Subject: PIC to PIC communication (wireless) |
Olivier, good luck for your project. I'll be posting my tx/rx code shortly as
soon as I get time, it may help you and others as well, and let us be informed too.
Regards. |
Topic: ADC with PIC16F887 for Sonar Detector |
Ali_P
Replies: 4
Views: 11192
|
Forum: General CCS C Discussion Posted: Tue Oct 25, 2011 10:38 am Subject: ADC with PIC16F887 for Sonar Detector |
Hi, this sample prog and the sensor may help you. I made it a while ago. I'll provide a link for the sensor here.
http://www.sparkfun.com/products/639
Its a cool ultrsonic sensor having 3 output ... |
Topic: Multi servo controller. |
Ali_P
Replies: 5
Views: 51980
|
Forum: Code Library Posted: Thu Oct 20, 2011 4:43 am Subject: Multi servo controller. |
Greetings btklister,
Great code ! I wanted to control 4 servos since your program has 6 servo control. It shouldn't be a problem, but when I simulate your code and send command from tx, 2 servos wo ... |
Topic: PIC to PIC communication (wireless) |
Ali_P
Replies: 10
Views: 13215
|
Forum: General CCS C Discussion Posted: Thu Oct 20, 2011 1:26 am Subject: PIC to PIC communication (wireless) |
Thank you Gabriel for your reply. Actually my problem is mostly solved You are right about sending hex values, and HT was not able to distinguish b/w the raw hex and char values (1,2,3) I sent. I h ... |
Topic: PIC to PIC communication (wireless) |
Ali_P
Replies: 10
Views: 13215
|
Forum: General CCS C Discussion Posted: Tue Oct 18, 2011 9:49 pm Subject: PIC to PIC communication (wireless) |
Thank you Gabriel for your reply yes you guessed it right, I'm a R/C plane guy
Well the problem was that I was previously sending int16 values directly, using printf function,
printf ... |
Topic: pic16f722 UART |
Ali_P
Replies: 3
Views: 6821
|
Forum: General CCS C Discussion Posted: Tue Oct 18, 2011 8:05 am Subject: pic16f722 UART |
Is your hardware setup working properly?
What is it you are getting? |
Topic: PIC to PIC communication (wireless) |
Ali_P
Replies: 10
Views: 13215
|
Forum: General CCS C Discussion Posted: Tue Oct 18, 2011 7:44 am Subject: PIC to PIC communication (wireless) |
Hi everyone I'm making a project which involves two PICs (16F876A) to communicate using RS232 interface(half duplex). The Tx is attached with a remote controller (AN0,AN1,AN2) 3 channels of ADC with t ... |
|