Hi everyone,
Environment:
- nRF Connect SDK v2.8.0
- Light Switch example
I’m currently working on implementing a Zigbee Sleepy End Device (SED) for a battery-operated remote control using the nRF52840.
Requirements:
- The device should wake up from sleep mode upon a switch press and immediately serve its functionality.
- After waking up, the device should rejoin the Zigbee network and continue operating.
Current Progress:
- I’m using the Light Switch example as the base.
- I have successfully operated switches and joined the device to the Zigbee network.
Problem:
The current implementation results in high battery consumption, as I noticed that the system sleep mode is not enabled by default in this example.
Request for Guidance:
As I’m new to nRF development, I would appreciate any suggestions for:
- Examples or code snippets demonstrating Zigbee Sleepy End Device configurations.
- Documentation or guides specifically for enabling sleep modes in Zigbee applications using the nRF Connect SDK.
- Tips on optimizing battery life for such applications.
Rgeards,
Suresh