diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-24 19:46:37 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-24 19:46:37 +0200 |
| commit | bd8464abb8deee0d31bb84cc47cd3335c0e688d5 (patch) | |
| tree | cea507ae72e1b5fda03ae6dc5c6d3cae2436a7cc /content/tech/esp8266.md | |
| parent | 55439cd6455232057c9c08202c853c1f5201d79f (diff) | |
| download | blog-bd8464abb8deee0d31bb84cc47cd3335c0e688d5.tar.gz blog-bd8464abb8deee0d31bb84cc47cd3335c0e688d5.zip | |
move posts into 'tech' section
Diffstat (limited to 'content/tech/esp8266.md')
| -rw-r--r-- | content/tech/esp8266.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/content/tech/esp8266.md b/content/tech/esp8266.md new file mode 100644 index 0000000..bacb235 --- /dev/null +++ b/content/tech/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. |
