This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How can I wake up BLE device from power system off mode without buttons

Dear all: recently, I follow heart rate profile to write custom BLE profile,but I also went to a number of issues. how to wake up the device when entered power system off mode via software . By the way . why the connnection will be automatically disconnected ?

Best Regards

Parents
  • Every BLE examples in the SDK 4.2 have the behaviour you expect. The device switch in system_off mode after the adertising timeout.

    Therefore, you cannot be disconnected until a voluntary disconnection from the connected device.

    Just before switch off, a GPIO pin is defined to be able to wake up the chip. By wake up. I mean do a reset : the main function will be executed.

    Have a look in the BLE examples for more information.

Reply
  • Every BLE examples in the SDK 4.2 have the behaviour you expect. The device switch in system_off mode after the adertising timeout.

    Therefore, you cannot be disconnected until a voluntary disconnection from the connected device.

    Just before switch off, a GPIO pin is defined to be able to wake up the chip. By wake up. I mean do a reset : the main function will be executed.

    Have a look in the BLE examples for more information.

Children
No Data
Related