NRF24L01+PA+LNA msg send failure
-
Hi, I know this has been discussed many times in the past and I hope I have not missed any old topic before posting. I have a NRF24L01+ connected to a raspberry pi and works just fine.
I've then tried with a NRF24L01+PA+LNA and got some (expected) issues so I tried the following based on old discussios but without luck:- Power the NRF24L01+PA+LNA with a dedicated power supply
- Add a capacitor, I got up to 100uF
- Build some sort of shield around the board
- Check the wiring, restarting, rebooting, etc.
- Move the sensor closer
Receiving is working fine, problem (and very consistent) is with sending:
mysgw: Starting gateway... mysgw: Protocol version - 2.1.1 mysgw: MCO:BGN:INIT GW,CP=RNNG--Q,VER=2.1.1 mysgw: TSF:LRT:OK mysgw: TSM:INIT mysgw: TSF:WUR:MS=0 mysgw: TSM:INIT:TSP OK mysgw: TSM:INIT:GW MODE mysgw: TSM:READY:ID=0,PAR=0,DIS=0 mysgw: MCO:REG:NOT NEEDED mysgw: Listening for connections on 0.0.0.0:5003 mysgw: MCO:BGN:STP mysgw: MCO:BGN:INIT OK,TSP=1 mysgw: TSF:MSG:READ,2-2-255,s=255,c=3,t=7,pt=0,l=0,sg=0: mysgw: TSF:MSG:BC mysgw: TSF:MSG:FPAR REQ,ID=2 mysgw: TSF:CKU:OK,FCTRL mysgw: TSF:MSG:GWL OK mysgw: !TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0 mysgw: TSF:MSG:READ,2-2-255,s=255,c=3,t=7,pt=0,l=0,sg=0: mysgw: TSF:MSG:BC mysgw: TSF:MSG:FPAR REQ,ID=2 mysgw: TSF:CKU:OK,FCTRL mysgw: TSF:MSG:GWL OK mysgw: !TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0 mysgw: TSF:MSG:READ,2-2-255,s=255,c=3,t=7,pt=0,l=0,sg=0: mysgw: TSF:MSG:BC mysgw: TSF:MSG:FPAR REQ,ID=2 mysgw: TSF:CKU:OK,FCTRL mysgw: TSF:MSG:GWL OK mysgw: !TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0 mysgw: TSF:MSG:READ,2-2-255,s=255,c=3,t=7,pt=0,l=0,sg=0: mysgw: TSF:MSG:BC mysgw: TSF:MSG:FPAR REQ,ID=2 mysgw: TSF:CKU:OK,FCTRL mysgw: TSF:MSG:GWL OK mysgw: !TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0
Is there anything else that I've missed? I'm also waiting for another NRF24L01+PA+LNA to see if it is just a faulty hardware.
Btw, despite other comments I've read around, to me the range has improved decently, I can see these errors from a sensor which is around 20 meters away, on a different floor and with at least 3 walls in between which is much more than I was expecting.Thanks
-
I'd wait for the new radio. Did you try some basic examples code to check nrf24 communication?
-
Thanks, this was my plan but then I tried a even simpler test which makes me excluding the hw failure: I just connected the NRF24L01+PA+LNA to a serial gateway and this worked just fine.
Since the raspberry pi is very close to my wireless router I thought about some sort of frequency issues so I attached the serial gateway to the raspberry pi but again was still working fine.
So the issue has something to do the NRF24L01+PA+LNA connected to my raspberry pi (a standard NRF24L01+ connected in the same way is doing ok).
Not ideal but at least now I have some sort of workaround...
Thanks
-
Could be a power issue? Did you try to use an external supply ? Maybe the RPI can't supply enough current. You may also try to set nrf24 power to MIN and see if it changes something.
-
Yeah, really looks like a power issue but I tried with both an external supply and setting power to MIN with the same result. Now things are getting even more strange, the serial gateway that was working before now is no more working, same problem while sending.
After many attempts looks like when the antenna is plugged is less likely to work, when unplugged 80% of the times works. Too much uncertainty, I'd be better waiting for another radio
Thanks!
-
@user2684 Don't leave your antenna unplugged as without the transmitter being 'loaded' by the antenna the power amplifier may be damaged.
I'm convinced that the component and/or build quality on most of these NRF boards is abysmal and so there is tremendous variability from unit to unit. I bought two +PA+LNA units initially and was quite impressed by my 100 yard range between two buildings, each building has stucco walls with wire mesh buried in the walls. Much better range than my wi-fi router. I ordered two more units from same source and one works but the PC board was trimmed with an extra 25mm along one edge of the board; the other unit had very high power consumption and does not work at all.... Go figure.
-
I ordered a couple of the shielded ones just to try them out
-
Thanks for your advice guys. I've also verified the 20 standard NRF24L01+ that I got and I found 18 of them working fine, 1 not working at all and another with a behavior similar to the +PA+LNA, even if a bit more random but still failing while sending. To me this means I need to test a few more NRF24L01+PA+LNA to drive any conclusion
-
I've just received two new NRF24L01+PA+LNA and the result is always the same (send failure). I'm using also a capacitor and external power supply for the radio. Only minor difference I've noticed is when defining MY_RF24_PA_LEVEL as RF24_PA_MIN, 1 time out of 10 seems working for a while but I couldn't understand the why behind that single time that is working. Looks like there is something I do (consistently) wrong since the result is the same with 3 different devices
-
Have you tried to change channels?
-
I've just tried with a few different channels but the result is the same. This was a good try, thanks for pointing it out!
-
Have you tried to recompile the gateway? I don't like "Listening for connections on 0.0.0.0:5003"
In addition if the log is still the same (remember to check it on the https://www.mysensors.org/build/parser) it seems gateway is receiving the message and it also replies but the node with ID 2 is not responding: chances are node has some problems or signal/antenna is not right. I have seen videos on youtube where some Chinese products were shipped with wrong frequency antenna that of course caused problems.
-
Yes, I tried it, I've moved from the raspberry gw (used in my first post, hence the listening from connections) to a serial gw to test the new boards. I've also tried to replace the two arduino boards (both gateway and sensor) and the NRF24L01 radio on the sensor.
I've also noticed I did not run a test so far with encryption disabled. I turned it off and nothing changed. Don't know if it is expected but I've also measures the current draw for the gw with the NRF24L01+PA+LNA and it was around 24mA. Of course I have a basic multimeter so it is not accurate but I was expecting way more than that with MY_RF24_PA_LEVEL not defined.
-
Look at what is set as default when not specified. I'm running out of ideas.
-
I had similar issues. I had a serial GW with a NRF24L01+PA+LNA and the option MY_RF24_PA_LEVEL to HIGH and worked for more than one year; than I decided to convert it to an Ethernet GW and I had many failure in sending messages. When I was out of ideas (after checking connection wiring and power issues, adding capacitor, making the ugly shield fix) I decided to play with the MY_RF24_PA_LEVEL, and it started to work again with the value MIN.
-
Thank you both, I'll try to give RF24_PA_MIN another try since also in my case happened to work (even if for just a couple of times) with this setting (default if not set is RF24_PA_MAX).
-
I run a few other tests with MY_RF24_PA_LEVEL always set to RF24_PA_MIN and the results are...very random which is the worst scenario
Basic setup with a serial gateway with NRF24L01+PA+LNA and simple sensor with NRF24L01. Out of 15 reboot of both of them, a couple of times the gw was able to send the message but even in this case apparently with some failures in between:0;255;3;0;9;TSF:MSG:BC 0;255;3;0;9;TSF:MSG:FPAR REQ,ID=100 0;255;3;0;9;TSF:CKU:OK,FCTRL 0;255;3;0;9;TSF:MSG:GWL OK 0;255;3;0;9;TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=24,pt=1,l=1,sg=0:1 0;255;3;0;9;TSF:MSG:PINGED,ID=100,HP=1 0;255;3;0;9;TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=25,pt=1,l=1,sg=0,ft=0,st=OK:1 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=15,pt=6,l=2,sg=0:0100 0;255;3;0;9;!TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=NACK:0100 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=0,t=17,pt=0,l=5,sg=0:2.1.1 100;255;0;0;17;2.1.1 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=6,pt=1,l=1,sg=0:0 100;255;3;0;6;0 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=11,pt=0,l=19,sg=0:NodeManagerTemplate 100;255;3;0;11;NodeManagerTemplate 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=12,pt=0,l=3,sg=0:1.2 100;255;3;0;12;1.2 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=200,c=0,t=23,pt=0,l=0,sg=0: 100;200;0;0;23; 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=201,c=0,t=30,pt=0,l=0,sg=0: 100;201;0;0;30; 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=0,pt=1,l=1,sg=0:90 100;255;3;0;0;90 0;255;3;0;9;TSF:MSG:READ,100-100-0,s=255,c=3,t=26,pt=1,l=1,sg=0:2 0;255;3;0;9;!TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=27,pt=1,l=1,sg=0,ft=0,st=NACK:1
I've tried again by combining external power, moving the sensor closer, changing capacitor but looks like those do not have an influence (positive or negative) with my test.
Excluding a hardware failure (since sometimes it works and is consistent with 3 different radios), I guess has still something to do with the lack of power. I'd probably move to RFM69 or add a NRF24L01 repeater if range becomes an issue unless I'm missing something else... Thanks!
-
@user2684 I have had very similar issues to yours with my Arduino Mega Ethernet GW with nrf24l01+ lna+pa. It turned out the 5V to 3.3V regulator was at fault. nrf24l01+ lna+pa is using more current during peak and hence require a very stable power. I took me months to figure out the problem as AMS1117 was intermittent. As soon as I re-soldered a new one, the RF transmission stabilised. No more lost nodes and "FAIL" in the log.
Appreciated you have checked it all many times, but there is no magic. Either this is a power issue or just try a different transmitter.
-
Thanks @alexsh1, your message suggested to me also to try powering the radio with 3 AA batteries and a AMS1117 instead of a direct connection to 2 AA batteries but I couldn't appreciate any positive change. Thanks all for your support, I'll put the NRF24L01+PA+LNA aside for now and just use NRF24L01 for the short range and RFM69 for a longer range.
-
@user2684 I'm powering the GW with a decent 5V PSU (5V 2A) and then only for nrfl01+ LNA+PA i reduce 5V through AMS1117 to a stable 3.3V.
One last time, please try this and see if there are any changesI have never heard nrf24l01+ LNA+PA being powered with batteries. Any reason for this?
-
Oh sorry, I used the batteries just because for quickest to test but I understand this may impact the test iselft, sorry for that. I've tested the setup you recommended, 5V 2A feeding the AMS1117, powering the nrfl01+ LNA+PA. Same situation, I see the READ but fails on SEND
-
@user2684 what is it you are trying to send?
OK, if you bring the sensor closer to the GW any difference?
-
Closer to one meter and then away 7-8 meters, I haven't notice any difference even after rebooting 2-3 times both the devices
-
@user2684 do you still use a capacitor in radio, right?
-
@user2684 in this case, it does not sound like RF problem to me. If you touch antenna or the antenna wire with your fingers, no improvement?
Did you try a different nrf24l01+ LNA+PA?
-
@user2684 Have you swapped in a regular non-LNA-PA nrf radio to confirm everything else (software, hardware) is working fine? In other words absolutely every single solitary thing identical except the board.
These particular boards appear to be very low quality, probably are made with reject components, etc, none of the four I bought consume the same current.
But 2 of the four work OK at 100 yards thru walls with zero fussing around with power settings, capacitors, tinfoil hat, antennas, etc. Oh, and this is with the board powered by the 3v output on a cheap Uno clone (no cap).
There is no question in my mind that by far the most likely culprit is a crappy board, and unless you are comparing results side by side with a known good board and configuration you are doomed to perpetual tinkering. I gave up on these and have been shopping for much more expensive correctly built radios instead.
(But surprisingly some of the cheap $2 non-LNA-PA radios seem to work nearly as well... with little unit-to-unit variation.)
This is not voodoo, it's simple electronics. Crappy hardware quality is a giant waste of time.
Tim
-
So to respond to everybody, yes I'm using the capacitor between vcc and gnd of the radio (on every reboot I change a few of them going up to 100uF), I've tried the three nrf24l01+ LNA+PA that I have, I've played with the antenna all without luck.
0;255;3;0;9;TSM:INIT 0;255;3;0;9;TSF:WUR:MS=0 0;255;3;0;9;TSM:INIT:TSP OK 0;255;3;0;9;TSM:INIT:GW MODE 0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0 0;255;3;0;9;MCO:REG:NOT NEEDED 0;255;3;0;14;Gateway startup complete. 0;255;0;0;18;2.1.1 0;255;3;0;9;MCO:BGN:STP 0;255;3;0;9;MCO:BGN:INIT OK,TSP=1 0;255;3;0;9;TSF:MSG:READ,100-100-255,s=255,c=3,t=7,pt=0,l=0,sg=0: 0;255;3;0;9;TSF:MSG:BC 0;255;3;0;9;TSF:MSG:FPAR REQ,ID=100 0;255;3;0;9;TSF:CKU:OK,FCTRL 0;255;3;0;9;TSF:MSG:GWL OK 0;255;3;0;9;!TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0 0;255;3;0;9;TSF:MSG:READ,100-100-255,s=255,c=3,t=7,pt=0,l=0,sg=0: 0;255;3;0;9;TSF:MSG:BC 0;255;3;0;9;TSF:MSG:FPAR REQ,ID=100 0;255;3;0;9;TSF:CKU:OK,FCTRL 0;255;3;0;9;TSF:MSG:GWL OK 0;255;3;0;9;!TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0 0;255;3;0;9;TSF:MSG:READ,100-100-255,s=255,c=3,t=7,pt=0,l=0,sg=0: 0;255;3;0;9;TSF:MSG:BC 0;255;3;0;9;TSF:MSG:FPAR REQ,ID=100 0;255;3;0;9;TSF:CKU:OK,FCTRL 0;255;3;0;9;TSF:MSG:GWL OK 0;255;3;0;9;!TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0 0;255;3;0;9;TSF:MSG:READ,100-100-255,s=255,c=3,t=7,pt=0,l=0,sg=0: 0;255;3;0;9;TSF:MSG:BC 0;255;3;0;9;TSF:MSG:FPAR REQ,ID=100 0;255;3;0;9;TSF:CKU:OK,FCTRL 0;255;3;0;9;TSF:MSG:GWL OK 0;255;3;0;9;!TSF:MSG:SEND,0-0-100-100,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=NACK:0
To your point @Grubstake every time I connect back a standard nrf24l01 everything works just fine. I've just realized though I've bought the three boards from the same aliexpress vendor even if in different times. Maybe they are all coming from the same crappy stock. Just out of curiosity I may buy another one from a different vendor...
-
@Grubstake @user2684 I think Tim has got a point here. This is what frastrates me about these modules - you spend a lot of time tinkering just due to a poor hardware and/or a combination of other things.
@user2684 can please post a photo of your nrf24l01+ lna+pa?
-
there are some posts about tested NRF24 PA modules, this one was one of them
http://www.aliexpress.com/item/2-pcs-L24L01-D03-1000-Meters-Distance-NRF24L01-P-LNA-Wireless-Module-with-Antenna/32335491233.html
-
@user2684 Here are the ones I thought were great, but ended up not so much (2 of 4 acceptable). Board build quality initially looked very good. On the second order one had a bizarre 1/2" untrimmed edge on the PC board. It worked, though. One of the initial ones failed after a few weeks. One of the second batch unusable out of the package. I bought them from seller Makerfocus at Amazon:
-
@Grubstake This is the one I'm using now. Works really great, but...I have learnt the hard way that the may board, but different batch may perform differently
-
@Grubstake mine looks like those in the picture you have just posted. Well, if you got 2 out of 4 working, I should not be that surprised I've had so many issues so far
I will also try ordering those @gohan suggested, just to evaluate all the options and report back
-
@user2684 I've exactly the same problem.
I've noticed that putting #define MY_NODE_ID X (not AUTO) makes situation better (a little).
I've also played with MY_RF24_PA_LEVEL settings and "MAX" is NOT working for me (MIN, LOW, HIGH are fine but without AUTO id number).
I've plan to move GW to arduinoMega and ethernet but a few post above there is a report that "it's also not working!"......
Does really (USB) serial gateway the only way for RPI????
-
I had both Arduino and rpi as gateways working fine, most often the problem is the radio or power supplied to it
-
Now I've read some post on these forum and found very important statement:
Automatic node assignment is handled by the controller (see https://www.mysensors.org/about/network for information about the different components in a MySensors network)
I've playing with GW without controller running (Domoticz) I've to check it today.
-
If you want auto ID you have to run myscontroller and enable auto ID
-
Thanks for the feedback. I'm personally moving to RFM69 due to my range requirements but not completely given up with this. I've recently tested both gw and sensor with NRF24L01+PA+LNA but without luck (I was afraid they were using some sort of wrong frequency hence I tried two same radio). I'm now waiting for the high quality model @gohan recommended so to give another try Overall, I really have the feeling it must be after all some sort power issue, that random behavior cannot be easily explained otherwise...
-
@gohan said in NRF24L01+PA+LNA msg send failure:
The two modules have finally arrived and unfortunately the situation hasn't changed
I've also enabled RF24 verbose logs but I still don't see anything strange. It must have something to do with the the power but I haven't tried with a dedicated supply yet (just because I'd rather to move to the RFM69 when I need to cover more distance rather than getting crazy with this :p)0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1 40 MCO:BGN:BFR NodeManager v1.5-dev4 INT1 M=255 INT2 M=255 59 TSM:INIT 118 TSF:WUR:MS=0 137 RF24:write register, reg=0, value=14 186 RF24:write register, reg=3, value=3 227 RF24:write register, reg=4, value=95 270 RF24:write register, reg=5, value=76 313 RF24:write register, reg=6, value=39 356 RF24:write register, reg=16, value=115 401 RF24:write register, reg=29, value=6 444 RF24:read register, reg=6, value=39 485 RF24:read register, reg=5, value=76 528 RF24:write register, reg=2, value=2 569 RF24:write register, reg=1, value=0 612 RF24:write register, reg=28, value=3 655 RF24:flushRX 673 RF24:flushTX 690 RF24:write register, reg=7, value=112 735 TSM:INIT:TSP OK 755 TSM:INIT:STATID=101 780 RF24:write register, reg=2, value=3 823 RF24:write register, reg=1, value=1 864 RF24:STRT LIS 884 RF24:write register, reg=0, value=15 927 RF24:write register, reg=10, value=101 972 TSF:SID:OK,ID=101 995 TSM:FPAR 1009 RF24:STP LIS 1030 RF24:write register, reg=0, value=14 1073 RF24:OPEN WPIPE,RCPT=255 1105 RF24:write register, reg=10, value=255 1150 RF24:write register, reg=16, value=255 1198 RF24:SND:TO=255,LEN=16 1226 RF24:flushTX 2926 RF24:write register, reg=7, value=48 2971 RF24:STRT LIS 2992 RF24:write register, reg=0, value=15 3035 RF24:write register, reg=10, value=101 3082 TSF:MSG:SEND,101-101-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 3158 RF24:read register, reg=23, value=1 3201 RF24:read register, reg=23, value=1 3246 RF24:read register, reg=23, value=1 3289 RF24:read register, reg=23, value=1 3332 RF24:read register, reg=23, value=1 3375 RF24:read register, reg=23, value=1 3418 RF24:read register, reg=23, value=1 3461 RF24:read register, reg=23, value=1 3504 RF24:read register, reg=23, value=1 3547 RF24:read register, reg=23, value=1 3590 RF24:read register, reg=23, value=1 3633 RF24:read register, reg=23, value=1 3676 RF24:read register, reg=23, value=1 3719 RF24:read register, reg=23, value=1 3762 RF24:read register, reg=23, value=1 3805 RF24:read register, reg=23, value=1 3848 RF24:read register, reg=23, value=1 3891 RF24:read register, reg=23, value=1 3934 RF24:read register, reg=23, value=1 3977 RF24:read register, reg=23, value=1 4020 RF24:read register, reg=23, value=1 4063 RF24:read register, reg=23, value=1 4106 RF24:read register, reg=23, value=1 4149 RF24:read register, reg=23, value=1 4192 RF24:read register, reg=23, value=1 4235 RF24:read register, reg=23, value=1 4278 RF24:read register, reg=23, value=1 4321 RF24:read register, reg=23, value=1 4364 RF24:read register, reg=23, value=1 4407 RF24:read register, reg=23, value=1 4450 RF24:read register, reg=23, value=1 4493 RF24:read register, reg=23, value=1 4536 RF24:read register, reg=23, value=1 4579 RF24:read register, reg=23, value=1 4622 RF24:read register, reg=23, value=1 4665 RF24:read register, reg=23, value=1 4708 RF24:read register, reg=23, value=1 4751 RF24:read register, reg=23, value=1 4794 RF24:read register, reg=23, value=1 4837 RF24:read register, reg=23, value=1 4880 RF24:read register, reg=23, value=1 4923 RF24:read register, reg=23, value=1 4966 RF24:read register, reg=23, value=1 5009 RF24:read register, reg=23, value=1 5052 RF24:read register, reg=23, value=1 5095 RF24:read register, reg=23, value=1 5138 RF24:read register, reg=23, value=1 5181 !TSM:FPAR:NO REPLY 5208 TSM:FPAR 5222 RF24:STP LIS 5242 RF24:write register, reg=0, value=14 5285 RF24:OPEN WPIPE,RCPT=255 5318 RF24:write register, reg=10, value=255 5363 RF24:write register, reg=16, value=255 5410 RF24:SND:TO=255,LEN=16 5439 RF24:flushTX 7141 RF24:write register, reg=7, value=48 7184 RF24:STRT LIS 7204 RF24:write register, reg=0, value=15 7247 RF24:write register, reg=10, value=101 7294 TSF:MSG:SEND,101-101-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 7372 RF24:read register, reg=23, value=1 7415 RF24:read register, reg=23, value=1 7458 RF24:read register, reg=23, value=1 7501 RF24:read register, reg=23, value=1 7544 RF24:read register, reg=23, value=1 7587 RF24:read register, reg=23, value=1 7630 RF24:read register, reg=23, value=1 7673 RF24:read register, reg=23, value=1 7716 RF24:read register, reg=23, value=1 7759 RF24:read register, reg=23, value=1 7802 RF24:read register, reg=23, value=1 7845 RF24:read register, reg=23, value=1 7888 RF24:read register, reg=23, value=1 7931 RF24:read register, reg=23, value=1 7974 RF24:read register, reg=23, value=1 8017 RF24:read register, reg=23, value=1 8060 RF24:read register, reg=23, value=1 8103 RF24:read register, reg=23, value=1 8146 RF24:read register, reg=23, value=1 8189 RF24:read register, reg=23, value=1 8232 RF24:read register, reg=23, value=1 8275 RF24:read register, reg=23, value=1 8318 RF24:read register, reg=23, value=1 8361 RF24:read register, reg=23, value=1 8404 RF24:read register, reg=23, value=1 8448 RF24:read register, reg=23, value=1 8491 RF24:read register, reg=23, value=1 8534 RF24:read register, reg=23, value=1 8577 RF24:read register, reg=23, value=1 8620 RF24:read register, reg=23, value=1 8663 RF24:read register, reg=23, value=1 8706 RF24:read register, reg=23, value=1 8749 RF24:read register, reg=23, value=1 8792 RF24:read register, reg=23, value=1 8835 RF24:read register, reg=23, value=1 8878 RF24:read register, reg=23, value=1 8921 RF24:read register, reg=23, value=1 8964 RF24:read register, reg=23, value=1 9007 RF24:read register, reg=23, value=1 9050 RF24:read register, reg=23, value=1 9093 RF24:read register, reg=23, value=1 9136 RF24:read register, reg=23, value=1 9179 RF24:read register, reg=23, value=1 9222 RF24:read register, reg=23, value=1 9265 RF24:read register, reg=23, value=1 9310 RF24:read register, reg=23, value=1 9353 RF24:read register, reg=23, value=1 9396 !TSM:FPAR:NO REPLY 9420 TSM:FPAR 9437 RF24:STP LIS 9455 RF24:write register, reg=0, value=14 9500 RF24:OPEN WPIPE,RCPT=255 9531 RF24:write register, reg=10, value=255 9578 RF24:write register, reg=16, value=255 9623 RF24:SND:TO=255,LEN=16 9654 RF24:flushTX 11354 RF24:write register, reg=7, value=48 11399 RF24:STRT LIS 11419 RF24:write register, reg=0, value=15 11464 RF24:write register, reg=10, value=101 11511 TSF:MSG:SEND,101-101-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 11591 RF24:read register, reg=23, value=1 11634 RF24:read register, reg=23, value=1 11679 RF24:read register, reg=23, value=1 11722 RF24:read register, reg=23, value=1 11767 RF24:read register, reg=23, value=1 11812 RF24:read register, reg=23, value=1 11855 RF24:read register, reg=23, value=1 11900 RF24:read register, reg=23, value=1 11943 RF24:read register, reg=23, value=1 11988 RF24:read register, reg=23, value=1 12032 RF24:read register, reg=23, value=1 12077 RF24:read register, reg=23, value=1 12120 RF24:read register, reg=23, value=1 12165 RF24:read register, reg=23, value=1 12210 RF24:read register, reg=23, value=1 12253 RF24:read register, reg=23, value=1 12298 RF24:read register, reg=23, value=1 12341 RF24:read register, reg=23, value=1 12386 RF24:read register, reg=23, value=1 12429 RF24:read register, reg=23, value=1 12474 RF24:read register, reg=23, value=1 12519 RF24:read register, reg=23, value=1 12562 RF24:read register, reg=23, value=1 12607 RF24:read register, reg=23, value=1 12650 RF24:read register, reg=23, value=1 12695 RF24:read register, reg=23, value=1 12738 RF24:read register, reg=23, value=1 12783 RF24:read register, reg=23, value=1 12828 RF24:read register, reg=23, value=1 12871 RF24:read register, reg=23, value=1 12916 RF24:read register, reg=23, value=1 12959 RF24:read register, reg=23, value=1 13004 RF24:read register, reg=23, value=1 13047 RF24:read register, reg=23, value=1 13092 RF24:read register, reg=23, value=1 13135 RF24:read register, reg=23, value=1 13180 RF24:read register, reg=23, value=1 13225 RF24:read register, reg=23, value=1 13268 RF24:read register, reg=23, value=1 13314 RF24:read register, reg=23, value=1 13357 RF24:read register, reg=23, value=1 13402 RF24:read register, reg=23, value=1 13445 RF24:read register, reg=23, value=1 13490 RF24:read register, reg=23, value=1 13535 RF24:read register, reg=23, value=1 13578 RF24:read register, reg=23, value=1 13623 !TSM:FPAR:NO REPLY 13649 TSM:FPAR 13666 RF24:STP LIS 13686 RF24:write register, reg=0, value=14 13731 RF24:OPEN WPIPE,RCPT=255 13764 RF24:write register, reg=10, value=255 13811 RF24:write register, reg=16, value=255 13858 RF24:SND:TO=255,LEN=16 13889 RF24:flushTX 15591 RF24:write register, reg=7, value=48 15636 RF24:STRT LIS 15656 RF24:write register, reg=0, value=15 15702 RF24:write register, reg=10, value=101 15749 TSF:MSG:SEND,101-101-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 15828 RF24:read register, reg=23, value=1 15872 RF24:read register, reg=23, value=1 15917 RF24:read register, reg=23, value=1 15960 RF24:read register, reg=23, value=1 16005 RF24:read register, reg=23, value=1 16050 RF24:read register, reg=23, value=1 16093 RF24:read register, reg=23, value=1 16138 RF24:read register, reg=23, value=1 16181 RF24:read register, reg=23, value=1 16226 RF24:read register, reg=23, value=1 16269 RF24:read register, reg=23, value=1 16314 RF24:read register, reg=23, value=1 16357 RF24:read register, reg=23, value=1 16402 RF24:read register, reg=23, value=1 16447 RF24:read register, reg=23, value=1 16490 RF24:read register, reg=23, value=1 16535 RF24:read register, reg=23, value=1 16578 RF24:read register, reg=23, value=1 16623 RF24:read register, reg=23, value=1 16666 RF24:read register, reg=23, value=1 16711 RF24:read register, reg=23, value=1 16756 RF24:read register, reg=23, value=1 16799 RF24:read register, reg=23, value=1 16844 RF24:read register, reg=23, value=1 16887 RF24:read register, reg=23, value=1 16932 RF24:read register, reg=23, value=1 16975 RF24:read register, reg=23, value=1 17020 RF24:read register, reg=23, value=1 17065 RF24:read register, reg=23, value=1 17108 RF24:read register, reg=23, value=1 17154 RF24:read register, reg=23, value=1 17197 RF24:read register, reg=23, value=1 17242 RF24:read register, reg=23, value=1 17285 RF24:read register, reg=23, value=1 17330 RF24:read register, reg=23, value=1 17373 RF24:read register, reg=23, value=1 17418 RF24:read register, reg=23, value=1 17463 RF24:read register, reg=23, value=1 17506 RF24:read register, reg=23, value=1 17551 RF24:read register, reg=23, value=1 17594 RF24:read register, reg=23, value=1 17639 RF24:read register, reg=23, value=1 17682 RF24:read register, reg=23, value=1 17727 RF24:read register, reg=23, value=1 17772 RF24:read register, reg=23, value=1 17815 RF24:read register, reg=23, value=1 17860 !TSM:FPAR:FAIL 17883 TSM:FAIL:CNT=1 17903 TSM:FAIL:PDT 17924 RF24:write register, reg=0, value=12 17969 RF24:PD