Xinyuan-LilyGO / LilyGo-Cam-ESP32S3

46 stars 17 forks source link

Download Mode within Deep Sleep #10

Closed qbsho closed 9 months ago

qbsho commented 9 months ago

Device not showing up in deep sleep mode esp_sleep_enable_ext1_wakeup((1ULL << PIR_INPUT_PIN), ESP_EXT1_WAKEUP_ANY_HIGH); esp_deep_sleep_start();

Serial port not coming up again ls /dev/{tty,cu}.*

Entering Download Mode not working. Pressing and hold BOOT and PWR while plug in USB.

Need help to reset the board

lewisxhe commented 9 months ago

Press and hold the BOOT button and insert the USB. The port should be wired at this time. Please be careful not to connect the battery.

qbsho commented 9 months ago

After a while without connecting the board to power, it works!