Skip to content

BLE deep sleep #354

Open
Open
@athankok

Description

@athankok

I am using the BLE notify example. I want to deep sleep the ESP32 but it seems like it never goes to deep sleep (current consumption 60 ma). Is there a way to deinitialize the ble server ?

esp_bt_controller_disable();
delay(1000);  
esp_sleep_enable_ext0_wakeup(GPIO_NUM_0,0);
delay(1000);
esp_deep_sleep_start();

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions