Hi
I am disabling Ble and restarting BLE after sleep, but my problem is reinitialization takes time.
Search found 3 matches
- Thu May 25, 2023 3:44 pm
- Forum: Report Bugs
- Topic: Reset in light sleep
- Replies: 9
- Views: 64457
- Sun Apr 16, 2023 4:12 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Getting Reset again and again
- Replies: 2
- Views: 2390
Re: ESP32 Getting Reset again and again
esp_sleep_enable_timer_wakeup(5000000); Serial.flush(); delay(100); delay(1); yield(); vTaskDelay(pdMS_TO_TICKS(30)); rtc_wdt_disable(); esp_light_sleep_start(); rtc_wdt_enable(); I have similar problem but different chip (ESP32 WROOM ). rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) c...
- Sun Apr 16, 2023 4:03 pm
- Forum: Report Bugs
- Topic: Reset in light sleep
- Replies: 9
- Views: 64457
Re: Reset in light sleep
Hi,
Did you find the solution? I am running into the same problem.
Thank you so much!
Best
Did you find the solution? I am running into the same problem.
Thank you so much!
Best