Search found 1 match
- Thu Aug 23, 2018 7:39 pm
- Forum: ESP32 Arduino
- Topic: ESP32 deep sleep current consumption
- Replies: 5
- Views: 10607
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 ideas? Is this...