summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-10-12 11:24:26 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-10-12 11:24:26 +0200
commit567e072c48521a53325c358b934f58ee7b068de9 (patch)
tree0e4a9afcf3d84938d88353050e60cdea10e18c7f
parent48c9ff174fceac4ab36f8b341580c8a6f0a24503 (diff)
downloadblog-567e072c48521a53325c358b934f58ee7b068de9.tar.gz
blog-567e072c48521a53325c358b934f58ee7b068de9.zip
rm esp8266.md
-rw-r--r--content/tech/esp8266.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/content/tech/esp8266.md b/content/tech/esp8266.md
deleted file mode 100644
index 51de7b3..0000000
--- a/content/tech/esp8266.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-categories:
-- embedded
-date: 2015-10-14
-title: Quick guide - Flashing an ESP8266
----
-
-<!--more-->
-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.