Hi!
I'm new to mysensors and trying to set up my first nodes.
My test units are a UNO and a NANO, both with nRF24L01+ and 10uF caps. I'm getting a similiar outcome as @gmccarthy is getting:
-"pingpair" and "pingpair_dyn" (RF24 library) sketches runs OK, tested up to 30ft apart.
-Similar output when running mysensor's 1.5.4 "PingPongSensor", except for the "Init complete, id=20x, parent=255, distance=255" part, which is not displaying. As follows:
Sender node:
Ying NodeReady.
T received - starting test...
Sending Ping to Yang Node
find parent
send: 200-200-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
Receiver node:
Yang NodeReady.
What I'm supposed to see on screen when running this sketch?
Thanks for your help!