Gateway not responding to I_ID_REQUEST from sensors
-
Hi all,
I recently bought a Senserbender gateway and multiple micros from itead. Using NRF24 radios with the extra cap.
It seems that the radio is working fine as soon as I turn on the sensor the gateway starts receiving requests I_ID_REQUEST
114516 TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
However there's no response on the gateway, I'm expecting it to send something back.
I tried uploading the standard senserbend gateway serial sketch again with 2.3.2 (tried older libraries as well) but I get the same. Interestingly I had the same results using a standard arduino. I also have a couple of extra radios and tried multiple ones. Cleared eprom, using LOW power, tried moving them farther and closer.
I have not yet tried uploading the sensor sketches as I don't have a programmer yet. Is there anything else I could try?
logs:
21:49:16.519 -> 0;255;3;0;9;3092 MCO:BGN:INIT GW,CP=RNNGS---,FQ=48,REL=255,VER=2.3.2
21:49:16.552 -> 0;255;3;0;9;3121 TSF:LRT:OK
21:49:16.552 -> 0;255;3;0;9;3121 TSM:INIT
21:49:16.552 -> 0;255;3;0;9;3122 TSF:WUR:MS=0
21:49:16.552 -> 0;255;3;0;9;3128 TSM:INIT:TSP OK
21:49:16.552 -> 0;255;3;0;9;3128 TSM:INIT:GW MODE
21:49:16.552 -> 0;255;3;0;9;3129 TSM:READY:ID=0,PAR=0,DIS=0
21:49:16.552 -> 0;255;3;0;9;3129 MCO:REG:NOT NEEDED
21:49:16.552 -> 0;255;3;0;14;Gateway startup complete.
21:49:16.552 -> 0;255;0;0;18;2.3.2
21:49:16.552 -> 0;255;3;0;9;3130 MCO:BGN:STP
21:49:16.552 -> 0;255;3;0;9;3130 MCO:BGN:INIT OK,TSP=1
21:49:16.552 -> 0;255;3;0;9;3131 TSM:READY:NWD REQ
21:49:16.552 -> 0;255;3;0;9;3134 ?TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK:
21:51:05.796 -> 0;255;3;0;9;112458 TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
21:51:05.796 -> 255;255;3;0;3;
21:51:07.850 -> 0;255;3;0;9;114516 TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
21:51:07.850 -> 255;255;3;0;3;
21:51:09.903 -> 0;255;3;0;9;116568 TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
21:51:09.903 -> 255;255;3;0;3;
-
Welcome to the forum @rody82
The gateway is not supposed to answer id request. A controller is needed.
-
Feeling embarrassed not reading page 3 of the intro docs just assuming roles of the components... after your comment I got this up and running within 10mins. Thank you!
-
Nice work @rody82! Thanks for reporting back.