NRF24 weirdness - doesn't seem to work reliably with [0,0,0,0,1] and [0,0,0,0,2]. #492
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 1 comment
-
Posted at 2014-06-10 by @gfwilliams Strange... I'm not sure why that wouldn't work (I've been using those addresses when I do stuff) - I'm happy to change the example code though :) It's not that there's some other set of NRF devices near you that might be using those addresses?? On mine, after some time (roughly 2 days?) the module seems to lock up. Software reset won't do it, and I have to power cycle it. I was talking to someone at the Maker faire who'd come across this with Arduino, and said that the only solution they'd found was to move the transmit power down from maximum to the next lowest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2014-06-10 by DrAzzy
Very simple setup - Two NRF's talking to eachother, connected to a single Espruino. I figure this is a best case scenario, right?
Using the addresses above, I get stuff like:
Note here that it worked well for a while, sometimes quite a while at a time without going into fail-every-time mode, but throughout that time, it's occasionally receiving bogus data (!) shifted one bit to the right - which tells you something about the value of the NRF's CRC check...
Well, that's discouraging isn't it?
Except... This works:
In fact, every combination of addresses I've tried so far - except [0,0,0,0,1] and [0,0,0,0,2] - seem to work just fine.
Am I the only one encountering this behavior?
Beta Was this translation helpful? Give feedback.
All reactions