Author |
Message |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Maniac0Maniac2
Replies: 286
Views: 1378102
|
Forum: Code Library Posted: Sun Mar 30, 2014 4:43 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hi Eduardo
Yes, it is one receiver, with multiple transmitters, transmitting at random times.
It took me a while, but I think I figured it out! The key was in the random data received in the tra ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Maniac0Maniac2
Replies: 286
Views: 1378102
|
Forum: Code Library Posted: Wed Mar 19, 2014 7:34 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Hi Eduardo
I followed your advice on using RF24_check_config and noticed something odd on the status register... Hold on to your hat... This is a mouth full...
If I only use 1 transmitter, the s ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Maniac0Maniac2
Replies: 286
Views: 1378102
|
Forum: Code Library Posted: Sun Mar 16, 2014 6:33 pm Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Ah... missed that one. Thanks for pointing it out PCM Programmer! Fixed it, and checked the rest of the code where it might have happened.
It did not fix the original problem, but you probably save ... |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
Maniac0Maniac2
Replies: 286
Views: 1378102
|
Forum: Code Library Posted: Sat Mar 15, 2014 7:24 pm Subject: MAX_Retrys_Reached causing chip to hang! |
Hi Eduardo,
Thanks for the driver and all the work you've put into it... Works a treat!
I've been banging my head for weeks on this one and it's finally time to ask for help! I'm trying to get m ... |
Topic: A/D Double Sleep Problem |
Maniac0Maniac2
Replies: 4
Views: 7788
|
Forum: General CCS C Discussion Posted: Thu Feb 27, 2014 4:42 pm Subject: A/D Double Sleep Problem |
PCM programmer -- spot on with that suggestion!
Sleep(SLEEP_IDLE) in the A/D section
Sleep(SLEEP_FULL) at the bottom
Works as expected - brought the power consumption right down! It's odd that ... |
Topic: A/D Double Sleep Problem |
Maniac0Maniac2
Replies: 4
Views: 7788
|
Forum: General CCS C Discussion Posted: Wed Feb 26, 2014 6:02 pm Subject: A/D Double Sleep Problem |
Hi everyone!
I'm trying to do an A/D conversion once a second, while keeping the PIC asleep for as long as possible. I want to sleep during the A/D conversion (a very short sleep, woken by the ADC ... |
|