OrangePi and 2.3.0
-
Hello!
I decided to try to upgrade to the 2.3.0 library. But it does not work.
The gateway is assembled on the basis of OrangePi Zero, a node on the nRF24.gateway configuration:
./configure --spi-spidev-device=/dev/spidev1.0 --my-transport=nrf24 --my-rf24-ce-pin=2 --my-rf24-cs-pin=13 --my-gateway=ethernet --my-port=5003 --my-signing-debug
Sketch for tests RepeaterNode
Here is the gateway debug log:
Here is the node debug log:
On the node debugging information begins to be displayed only after the lineJul 05 17:49:08 DEBUG TSF:MSG:READ,66-66-0,s=255,c=4,t=0,pt=6,l=10,sg=0:FFFFFFFF58039CD90103
If I compile a sketch on the 2.2.0 library, then everything works.
-
Somebody can prompt in what the problem? and how to cope with it