Gateway do not receive info from sensor node
-
Hi guys,
I feel Im getting closer.
I have a raspberry Pi 2 that I've installed MyController on. This works fine, I can access it via the browser. I have also wired up an NRF24L01+ module to the GPIO pins on the Raspberry Pi. I've managed to add the Raspberry Pi as a controller in MyController.
Next step is to be able to send something from a Arduino based sensor node. I have an Arduino Uno, with an NRF24L01 module connected.
I uploaded the
"hard_signing_whitelisting_full_debug_nrf24_rsa" sketch and the result was this in the Serial Monitor.Starting sensor (RNNNAA, 2.0.0)
TSM:INIT
TSM:RADIO:OK
TSM:FPAR
TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSM:FPAR
TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSM:FPAR
TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSM:FPAR
TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
!TSM:FPAR:FAIL
!TSM:FAILURE
TSM:PDTSeem to fail, but not sure why... any suggestions?