Boot from SD-Card | ANY | ANY | HIGH | 4-7
You can identify these on boot-up by looking at the UART output, the first
number in the boot mode: line tells you what mode was selected
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
The first lines when viewing the UART logs might have unrecognized
characters. This is because the effective baudrate of the ESP8266 bootloader
is 74800, whereas the program uses 115200.
Reset Causes
Additionally, the first line also contains the reset cause. These reset
causes are documented:
|
| 0 | Undefined
| 1 | Power On Reboot
| 2 | External reset or deep-sleep wakeup
| 4 | Hardware WDT reset
|
After a software reset, the reset cause will not change.
Electrical Characteristics
Parameter | Min. | Typical | Max.
| Unit
| Operating Temperature | -40 | | 125 | °C
| Working Voltage V_IO | 2.5 | 3.3 | 3.6 | V
| V_IL - INPUT voltage level to be considered LOW | -0.3 | | 0.25*V_IO | V
| V_IH - INPUT voltage level to be considered HIGH | 0.75*V_IO | | 3.6 | V
| V_OL - OUTPUT voltage level for LOW | | | 0.1*V_IO | V
| V_OH - OUTPUT voltage level for HIGH | 0.8*V_IO | | | V
| I_MAX - Maximum current for GPIO | | | 12 | mA
| Power Consumption in Deep Sleep | | 20 | | µA
| Power Consumption in Active Mode | | 120 | | mA
|
Source:
ESP8266EX datasheet
The internal pull up/down resistors have values of 30kΩ to 100kΩ
(source).
See Also
ESPHome Core Configuration
|