Can 30 modules be interconnected with cli uart open thread FTD method??
Can 30 modules be interconnected with cli uart open thread FTD method??
Simply some adc value
Not all , just want to know if it is possible
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.
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.