Hi All,
After stugling with V2.0.0 for a few days now, it's time to ask for help (again). I had troubles with radio's before, those are supposed to be fixed now.
I have A GW with W5100 (nano) and two sensors (Uno and Pro Mini) running. I changed the channel to 1 (#define MY_RF24_CHANNEL 1), as I also have a 1.5 network running on the standard channel 76. That is all I changed in the standard scripts.
The is no controller attached yet.
I now get the following log from the gateway (taken from MYSController):
[2016-08-30 14:44:27.217 Info] INFO Connected to COM3
[2016-08-30 14:44:28.705 Info] RX 0;255;3;0;9;Starting gateway (RNNGA-, 2.0.0)
[2016-08-30 14:44:28.706 Info] CHILD New child discovered, node id=0, child id=internal
[2016-08-30 14:44:28.706 Info] RX 0;255;3;0;9;TSM:INIT
[2016-08-30 14:44:28.706 Info] RX 0;255;3;0;9;TSM:RADIO:OK
[2016-08-30 14:44:28.706 Info] RX 0;255;3;0;9;TSM:GW MODE
[2016-08-30 14:44:28.707 Info] RX 0;255;3;0;9;TSM:READY
[2016-08-30 14:44:29.008 Info] RX IP: 192.168.0.211
[2016-08-30 14:44:29.008 Info] ERROR ErrorFlag=255, Msg=IP: 192.168.0.211
[2016-08-30 14:44:32.017 Info] RX VMDPV_1|1_VMDPV
[2016-08-30 14:44:32.017 Info] ERROR ErrorFlag=255, Msg=VMDPV_1|1_VMDPV
[2016-08-30 14:44:32.017 Info] RX 0;255;3;0;9;No registration required
[2016-08-30 14:44:32.017 Info] RX 0;255;3;0;9;Init complete, id=0, parent=0, distance=0, registration=1
[2016-08-30 14:44:36.381 Info] RX 0;255;3;0;9;TSP:MSG:READ 1-1-255 s=255,c=3,t=7,pt=0,l=0,sg=0:
[2016-08-30 14:44:36.382 Info] RX 0;255;3;0;9;TSP:MSG:BC
[2016-08-30 14:44:36.382 Info] RX 0;255;3;0;9;TSP:MSG:FPAR REQ (sender=1)
[2016-08-30 14:44:36.382 Info] RX 0;255;3;0;9;TSP:CHKUPL:OK (FLDCTRL)
[2016-08-30 14:44:36.382 Info] RX 0;255;3;0;9;TSP:MSG:GWL OK
[2016-08-30 14:44:36.962 Info] RX 0;255;3;0;9;!TSP:MSG:SEND 0-0-1-1 s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=fail:0
[2016-08-30 14:44:38.447 Info] RX 0;255;3;0;9;TSP:MSG:READ 1-1-255 s=255,c=3,t=7,pt=0,l=0,sg=0:
[2016-08-30 14:44:38.447 Info] RX 0;255;3;0;9;TSP:MSG:BC
[2016-08-30 14:44:38.447 Info] RX 0;255;3;0;9;TSP:MSG:FPAR REQ (sender=1)
[2016-08-30 14:44:38.449 Info] RX 0;255;3;0;9;TSP:CHKUPL:OK (FLDCTRL)
[2016-08-30 14:44:38.449 Info] RX 0;255;3;0;9;TSP:MSG:GWL OK
The radio gives the following log (from direct serial log):
Opening port
Port open
Starting sensor (RNNNA-, 2.0.0)
TSM:INIT
TSM:RADIO:OK
TSP:ASSIGNID:OK (ID=1)
TSM:FPAR
TSP:MSG:SEND 1-1-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSM:FPAR
TSP:MSG:SEND 1-1-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSM:FPAR
TSP:MSG:SEND 1-1-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSM:FPAR
TSP:MSG:SEND 1-1-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
!TSM:FPAR:FAIL
!TSM:FAILURE
TSM:PDT
As you can see failures on both ends. As the two nodes show the same behaviour, I suspect the problem lies with the GW.
Does anyone have a hint where to look.
Thx
Ralph