This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/LAUNCHXL-CC1312R1: Issue to start TI 15.4 Linux App on 433MHz China Frequency

Part Number: LAUNCHXL-CC1312R1

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.

  • Hello,

    Instead of running the whole gateway application can you run the collector alone and make sure it works?

    Regards,

    AB

  • Thanks for reply AB,

    As you suggested 

    "Instead of running the whole gateway application can you run the collector alone and make sure it works?"

    I run collector application alone, but network  shouldn't start.

    Here you can find collector_log.txt file.

       1.037: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       2.038: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       3.038: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       4.039: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       5.042: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       6.043: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       7.043: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       8.043: ERROR: **ERROR** Set/Operation failed with status code: 0x19
       9.044: ERROR: **ERROR** Set/Operation failed with status code: 0x19
      10.044: ERROR: **ERROR** Set/Operation failed with status code: 0x19
      11.045: ERROR: **ERROR** Set/Operation failed with status code: 0x19
      11.045: Found Mac Co-Processor Version info is:
      11.048: Transport: 3
      11.048:   Product: 1
      11.048:     Major: 2
      11.048:     Minor: 2
      11.048:     Maint: 0
      13.050: ERROR: **ERROR** Set/Operation failed with status code: 0x19
      14.050: ERROR: **ERROR** Set request failed code: 0x19
      15.050: ERROR: **ERROR** Set/Operation failed with status code: 0x19
      16.051: ERROR: **ERROR** Set request failed code: 0x19
      17.051: ERROR: **ERROR** Set/Operation failed with status code: 0x19
      19.052: ERROR: **ERROR** Set/Operation failed with status code: 0x19
    

    Regards,

    Vignesh K.

  • interesting,

    If you switch back 915, does it work?

  • Thanks for reply,

    It works perfectly when I go back to 915 MHz. 

    Regards,

    Vignesh K. 

  • try running from this from the examples folder and re build(clean and build) everything after you change the frequency