Author |
Message |
Topic: Connecting multiple TX to a single RX |
_panzerschreck_
Replies: 2
Views: 7715
|
Forum: General CCS C Discussion Posted: Sun May 20, 2012 11:01 am Subject: Connecting multiple TX to a single RX |
Hello everybody,
I am planning to design a system with one control unit (PIC) and 8 slave units(8 PICs) and the communication will be established in two ways.
I am sending from control TX to sl ... |
Topic: RF Serial Communication Problems |
_panzerschreck_
Replies: 8
Views: 16136
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2012 1:32 pm Subject: RF Serial Communication Problems |
Sending the 'U' character before the actual data a few times actually helps you because it gives the receiver a chance to properly adjust its gain before receiving data.
Its better if you send char ... |
Topic: RF Serial Communication Problems |
_panzerschreck_
Replies: 8
Views: 16136
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2012 11:05 am Subject: RF Serial Communication Problems |
CORRECTION:
However when I send preamble data first (putc('U')) five times before sending any data, it works flawlessly. I couldn't figure out what is the problem. On robot, it causes a large delay ... |
Topic: RF Serial Communication Problems |
_panzerschreck_
Replies: 8
Views: 16136
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2012 10:44 am Subject: RF Serial Communication Problems |
I guess you are right, modules are not good for the applications that is intolerable for data loss. Is there any way to work with these (i.e. intensive coding etc) or should I buy a new pair? Or how c ... |
Topic: RF Serial Communication Problems |
_panzerschreck_
Replies: 8
Views: 16136
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2012 9:56 am Subject: RF Serial Communication Problems |
setup_spi(FALSE);
Thanks for the spi issue, even though I am not using spi interface, I have corrected it.
You definitely like to make sure okumamodu becomes zero...
okumamodu variable is ... |
Topic: RF Serial Communication Problems |
_panzerschreck_
Replies: 8
Views: 16136
|
Forum: General CCS C Discussion Posted: Mon Feb 06, 2012 7:53 am Subject: RF Serial Communication Problems |
Hi everyone
I am trying to make a communication between two pics (16f877a) over 433mhz rf modules and uart. One pic takes data from computer (I am using pickit's UART tool) processes it and transmi ... |
|