diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-21 21:41:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-21 21:41:35 +0200 |
| commit | 555e95319513c7c8289ffe9d188ca1899e5cf70d (patch) | |
| tree | 261d25f66986f42ae7f8ac6455011191cd14c423 /content/post/esp8266.md | |
| download | blog-555e95319513c7c8289ffe9d188ca1899e5cf70d.tar.gz blog-555e95319513c7c8289ffe9d188ca1899e5cf70d.zip | |
migrate to hugo
Diffstat (limited to 'content/post/esp8266.md')
| -rw-r--r-- | content/post/esp8266.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/content/post/esp8266.md b/content/post/esp8266.md new file mode 100644 index 0000000..bacb235 --- /dev/null +++ b/content/post/esp8266.md @@ -0,0 +1,16 @@ +--- +categories: +- embedded +date: 2015-10-14 +title: Quick guide - Flashing an ESP8266 +--- + +Get an FTDI, the Arduino IDE, add the ESP8266 plugin to the IDE. + +Then connect TX↔RX, RX↔TX, GND↔GND, VCC↔3V and CHPD↔3V. + +To enter the flashing mode, connect GPIO0↔GND. Then briefly touch RST↔GND. + +After flashing, disconnect GPIO0 from GND. + +RX and TX can later be used as GPIOs. The blue led is on when TX is low. |
