2022-05-10 12:37 AM
2022-05-11 12:33 AM
UPD: I was getting a big power supply when connecting to *****. When I used the Zigbee_OnOff_Server_Coord application example, the power supply dropped significantly. What can be special?
2022-05-11 08:39 AM
Hello,
Zigbee_OnOff_Client_SED example is available on P-NUCLEO-WB55.Nucleo and allows to enter in STOP2 low power mode with a supply current of 3 uA. You can modify this example to use it on STM32WB5MMGH6TR module.
If you have a supply current of 3 mA you didn't go in low power mode. If you measure the current on the STM32WB5MMG Discovery Kit, there is an overconsumption due to ST-Link supply which is connected on STM32WB5MMG supply, so you can't reach a supply current of 3 uA.
Best Regards
2022-05-11 10:41 PM
This current is achieved with the ST-Link disconnected.
2022-05-30 08:41 AM
Hi Maxim,
Previously to the initial setup step, the SED will desperately search for a coordinator, hence, with the application Zigbee_OnOff_Client_SED, you need to provide also a coordinator, else you will stay in the "previous to setup commissioning done" step (quite power consuming) as long as a coordinator is not there.
In attachment, three steps: first step without ZC (Coordinator), a second step with the commissioning between SED and ZC, a third step (with 3 power spikes) with SED requesting to toggle ZC' led every second.
Cdlt, Pascal