ESP8266 Intelligent Distribution Network Reconnect after Power Off #include bool autoConfig( ){ WiFi.begin(); for (int i = 0; i Reference link
Tag: ESP8266
ESP8266 Chapter II How to Rewrite the ESP Engineering Structure by Makefile
Standard project structure: │ ── Project // Custom project
│ ├── component
│ │ └── button //Component 1: Button package< /span>
│ │ └── include //Component one: key package header file
│ │ └──
ESP8266 and Arduino serial communication
1. The wiring is as follows:
CH340 ESP8266 Arduino DataPin
TXD -> URXD 13
RXD -> UTXD 12
3.3V -> 3.3V br> 3.3V -> CH_PD 3.3V
GND -> GND GND
2. Write code
#incl