Tool/software: Linux
Hello Community,
I successfully run TI 15.4 Linux Gateway on 915MHz. I changed frequency in collector.cfg
phy-id = 1 (old) 915MHz
phy-id = 128 (Change) 433MHz
Then I successfully build TI 15.4 stack by build_all.sh
after starting application by "./rundemo.sh " this shows error
Connected to App Server
/home/pi/ti/prebuilt/gateway/appClient/appclient.js:580
self.nwkInfo.updateNwkState(nState);
^
TypeError: Cannot read property 'updateNwkState' of undefined
at appC_processStateChangeUpdate (/home/pi/ti/prebuilt/gateway/appClient/appclient.js:580:24)
at appC_processIncoming (/home/pi/ti/prebuilt/gateway/appClient/appclient.js:222:21)
at Socket.<anonymous> (/home/pi/ti/prebuilt/gateway/appClient/appclient.js:129:9)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at TCP.onread (net.js:607:20)
I want to run gateway on 433MHz.
Thanks in advance
Regards,
Vignesh K.