Search found 1 match

by tueddy
Thu Aug 23, 2018 7:39 pm
Forum: ESP32 Arduino
Topic: ESP32 deep sleep current consumption
Replies: 5
Views: 11056

Re: ESP32 deep sleep current consumption

Hi,

i used this deep sleep code before with success (and some power reduction):


// turn Wifi/BLE off
WiFi.mode(WIFI_OFF);
btStop();
esp_wifi_deinit();
esp_deep_sleep_start();
// ESP is sleeping now!


But with latest revision from Github i get also a crash on line
esp_wifi_deinit();

Any ...

Go to advanced search