Skip to content

Instantly share code, notes, and snippets.

@SharpCoder
Last active March 7, 2022 16:19
Show Gist options
  • Select an option

  • Save SharpCoder/85feba5d79bdb8f3aa1313df0411c4f7 to your computer and use it in GitHub Desktop.

Select an option

Save SharpCoder/85feba5d79bdb8f3aa1313df0411c4f7 to your computer and use it in GitHub Desktop.
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