mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-10 10:11:29 +01:00
Onboard USB chip may interfere with deep sleep. (#2627)
* Update deep_sleep.rst Added note to explain that onboard USB chip may interfere with deep sleep. * Update deep_sleep.rst Added note to explain potential with deep sleep on some ESP8266 * Update deep_sleep.rst
This commit is contained in:
parent
a3bdd1ff5d
commit
9f7b9e83a9
@ -30,6 +30,10 @@ even Over The Air updates.
|
||||
run_duration: 10s
|
||||
sleep_duration: 10min
|
||||
|
||||
.. note::
|
||||
|
||||
ESP8266 that have an onboard USB chip (e.g. D1 mini) one the chips' control lines is connected to the RST pin. This enables the flasher can reboot the ESP when required. This may interfere with deep sleep on some devices and prevent the ESP from waking when it's powered through its USB connector. Powering the ESP from a separate 3.3V source connected to the 3.3V pin and GND will solve this issue. In these cases using a USB to TTL adapter will allow you to log ESP activity.
|
||||
|
||||
Configuration variables:
|
||||
------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user