2023-11-06 09:12 PM
I am using Zigbee wireless communication using STM32WB55RG. I would like to reduce the current consumption to 1μA after it has finished its role, but the current does not go down. What should I do now
Solved! Go to Solution.
2023-11-10 02:26 AM
Hello @Born2,
Which role are you using for your device ?
Please note that the Sleepy End Device role is the best configuration possible for low power consumption, The SED manages its power consumption in a low-power state with the radio networking off most of the time.
You can refer to the document below describing how to develop a sleepy end device on ZigBee network supported by the STM32WB series:
developing-zigbee-sleepy-end-devices-on-stm32wb-series-stmicroelectronics.pdf
Best regards
Ouadi
2023-11-10 02:26 AM
Hello @Born2,
Which role are you using for your device ?
Please note that the Sleepy End Device role is the best configuration possible for low power consumption, The SED manages its power consumption in a low-power state with the radio networking off most of the time.
You can refer to the document below describing how to develop a sleepy end device on ZigBee network supported by the STM32WB series:
developing-zigbee-sleepy-end-devices-on-stm32wb-series-stmicroelectronics.pdf
Best regards
Ouadi