2023-09-28 01:20 AM
I am currently using STM32WB5MMGH6TR for product development.
It is in STOP2 mode while advertising and RUN mode while pairing. I would like to make it so that when it is disconnected it goes back to STOP2 mode, but I am having trouble finding a good example.
Is there any good way to do this?
Solved! Go to Solution.
2023-10-17 03:17 AM
Hello,
You can start from BLE_HeartRate example available in STM32CubeWB package which is the reference for low power. By default in this example, the advertising is restarted when a disconnection occurs, you can removed this if you want.
Best Regards,
2023-10-10 07:55 AM - edited 2023-10-10 01:54 PM
Hi All,
This question has been escalated to our online support system for direct support.
Regards,
Jake
ST Support
2023-10-17 03:17 AM
Hello,
You can start from BLE_HeartRate example available in STM32CubeWB package which is the reference for low power. By default in this example, the advertising is restarted when a disconnection occurs, you can removed this if you want.
Best Regards,