-
• #2
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.
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?