This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CLI in nrf52840

Can 30 modules be interconnected with cli uart open thread FTD method??

Parents
    • What kind of data will be exchanged between the 30 nodes? 

    Simply some adc value

    • Will all the nodes be FTD/router devices, or will some be (Sleepy-)End-Devices only?

    Not all , just want to know if it is possible 

    • Are you planning to send data to the internet/cloud services?

    Yes

    I follow  youtu.be/ZwOobg2GLGo  tutorial, is it possible to have sed in openthead cli 

    If a node get reset in cli , when it start again , it need to scan and have to get commissioned again to rejoin the mesh again right , in  shaking mode 

  • sivaguru said:
    is it possible to have sed in openthead cli

    Yes, see this post. Note that the HFCLK and UART peripheral will be running all the time in CLI, meaning you will not get very low current consumption.

    These CLI commands should work for SED:

    > panid 0xabcd
    Done
    > ifconfig up
    Done
    > thread start
    Done
    > mode n
    Done
    > pollperiod 1000
    Done

    This gives me the following current consumption:

    sivaguru said:
    If a node get reset in cli , when it start again , it need to scan and have to get commissioned again to rejoin the mesh again right , in hand shaking mode

    No, you only need to set the PANID the first time and bring up the interfaces after each reset. The example is pre-commissioned. 

Reply
  • sivaguru said:
    is it possible to have sed in openthead cli

    Yes, see this post. Note that the HFCLK and UART peripheral will be running all the time in CLI, meaning you will not get very low current consumption.

    These CLI commands should work for SED:

    > panid 0xabcd
    Done
    > ifconfig up
    Done
    > thread start
    Done
    > mode n
    Done
    > pollperiod 1000
    Done

    This gives me the following current consumption:

    sivaguru said:
    If a node get reset in cli , when it start again , it need to scan and have to get commissioned again to rejoin the mesh again right , in hand shaking mode

    No, you only need to set the PANID the first time and bring up the interfaces after each reset. The example is pre-commissioned. 

Children
No Data
Related