Example code for STM32WB + BLE in low power mode
Hi,
For my application, I have BLE connection between STM32WB55 (role = peripheral ) and mobile connection.
I want to use BLE in low power mode such a way that,
1) If device is not paired MCU(M4) should wakeup and pair if device is available then sleep again.
2) If already paired then collected the data at some interval.
What is the best example/ best way to implement this scenario?
Any suggestions would be helpful as I am beginner.