Last active
March 7, 2022 16:19
-
-
Save SharpCoder/85feba5d79bdb8f3aa1313df0411c4f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is how I wire up an ESP8266 and the power-on sequence I use to initialize the device. | |
| It seems really hard to find such simple information, so here it is in this gist for all eternity. | |
| ------ | |
| VCC - 3.3v | |
| GND - Gnd | |
| RST - High | |
| En - High | |
| Rx - Tx | |
| Tx - Rx | |
| Power-up sequence: | |
| Pull EN Low | |
| Pull EN High | |
| Pull RST Low | |
| Pull RST High | |
| Release RST (Switch to floating/input) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment