In thread development, how to enable the low power mode after the end device join the thread network?
In thread development, how to enable the low power mode after the end device join the thread network?
Hi liisa,
What kind of low power mode are you talking about here?
If you want to make the node a Sleepy End Device (SED), then you need to configure the application as such for building.
You can find more about SED and Synchronized SED and how to enable the features in the documentation: Thread.
Hieu
Hi Hieu,
I want it to go into SED mode,I know some information about SED on the Nordic website, but they only describe what the concept is and how powerful it is. But there is no detailed description of how to use the api to develop, how to configure the relevant content.
liisa
Hi liisa,
The COAP Client demonstrates how to setup SED with its MTD snippet. You can read more about it in the documentation:
Hieu
Hi liisa,
The COAP Client demonstrates how to setup SED with its MTD snippet. You can read more about it in the documentation:
Hieu