Ok.
I try to explain all steps done.
On the serial Gateway:
Arduino UNO, NRF24L01+, 3,3 V supplied by Arduino UNO board
Need set DATA_RATE on 1MPS (without I have "radio init fail") in Myconfig.h
2)Uncomment #define SOFTSPI in Myconfig.h
Result:
0;0;3;0;9;gateway started, id=0, parent=0, distance=0
0;0;3;0;14;Gateway startup complete.
On the Distance Sensor :
Configuration: Arduino Pro Mini Clone, NRF24L01+, 3,3 V supplied by Arduino UNO board
Need set DATA_RATE on 1MPS (without I have "radio init fail") in Myconfig.h
2)Comment #define SOFTSPI in Myconfig.h
Comment isPVariant() check in MyTransportNRF24() (without I have "radio init fail")
Result on the node:
find parent
send: 201-201-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
Ping: 3 cm
I'm using the same transceiver for both boards.
This is the transceiver :
image url)