Hello there,
I am developing a coap based client-server application which has thread mesh network. Client is a sleepy node here.
Dev kit: nrf52840
Thread SDK: nRF5_SDK_for_Thread_v0.10.0_e1c3d11
What is the typical timing required to broadcast 1 thread message considering following?
- Wake up the device
- Initialization
- Send 1 thread message with 16 bytes payload
- Disable the thread (deinit)
- Deep Sleep (NRF_POWER->SYSTEMOFF = 1;)