<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3AESP8266_HDK</id>
	<title>Category:ESP8266 HDK - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://w.electrodragon.com/w/index.php?action=history&amp;feed=atom&amp;title=Category%3AESP8266_HDK"/>
	<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:ESP8266_HDK&amp;action=history"/>
	<updated>2026-07-21T23:03:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://w.electrodragon.com/w/index.php?title=Category:ESP8266_HDK&amp;diff=27026&amp;oldid=prev</id>
		<title>Chao at 11:11, 17 June 2020</title>
		<link rel="alternate" type="text/html" href="https://w.electrodragon.com/w/index.php?title=Category:ESP8266_HDK&amp;diff=27026&amp;oldid=prev"/>
		<updated>2020-06-17T11:11:37Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== List ==&lt;br /&gt;
&lt;br /&gt;
* Programming and code please see at [[:category: ESP8266 SDK]]&lt;br /&gt;
* ESP8266 Datasheet, development board sch, please see at github: https://github.com/Edragon/ESP8266-HDK&lt;br /&gt;
* ESP8266 Modules: https://www.electrodragon.com/w/Category:ESP8266_Modules&lt;br /&gt;
&lt;br /&gt;
== SCH ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:ESP13-arduino schematic.png | ESP-13 dev board schematic&lt;br /&gt;
File:D1_mini_schematic.jpeg | D1 Mini dev board schematic&lt;br /&gt;
File:Mini_pro.png | D1 Mini Pro&lt;br /&gt;
File:D1-Wifi-UNO.jpg | D1 UNO Board&lt;br /&gt;
File:NODEMCU_DEVKIT_SCH.png| Nodemcu schematic 0.9&lt;br /&gt;
File:Arduino_exp_extension_shield.png | ESP arduino extension board schematic &lt;br /&gt;
File:ESP8266_dev_sch_01.jpg | ESP8266 common development schematic 01&lt;br /&gt;
File:Esp-lora.png | ESP-LORA arduino shield&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
* NodeMCU [[File:NODEMCU_DEVKIT_V1.0.PDF|Nodemcu 1.0 schematic]]&lt;br /&gt;
&lt;br /&gt;
== Pin Map ==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! ESP8266 GPIO  !! NodeMCU  !! Function !! D1 WIFI UNO R1 !! D1 mini !! ESP-12F  &lt;br /&gt;
|-&lt;br /&gt;
| GPIO15 || D8 || SS / TXD2 || D10 || D8&lt;br /&gt;
|-&lt;br /&gt;
| GPIO13 || D7 || MOSI / RXD2 || D11 D7 || D7&lt;br /&gt;
|-&lt;br /&gt;
| GPIO12 || D6 || SPI_MISO || D12 D6 || D6 &lt;br /&gt;
|-&lt;br /&gt;
| GPIO14 || D5 || SPI_SCK || D13 D5 || D5&lt;br /&gt;
|-&lt;br /&gt;
| GPIO16 || D0 || WAKE || D2 || D0&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| GPIO1 || D10 || TXD0  || D1 || TXD0 || TXD&lt;br /&gt;
|-&lt;br /&gt;
| GPIO3 || D9 || RXD0  || D0 || RXD0 || RXD&lt;br /&gt;
|-&lt;br /&gt;
| GPIO5 || D1 || SCL || D3 || D1 || -&lt;br /&gt;
|-&lt;br /&gt;
| GPIO4 || D2 || SDA || D4 || D2 || -&lt;br /&gt;
|-&lt;br /&gt;
| GPIO0 || D3 || FLASH || D8 || D3 || -&lt;br /&gt;
|-&lt;br /&gt;
| GPIO2 || D4 || TXD1 || D9 || D4 || On board LED&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:NODEMCU DEVKIT V1.0 PINMAP.png | nodemcu pin definition&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Circuits ==&lt;br /&gt;
* auto reset circuits see [[Serial]]&lt;br /&gt;
* Boot options &lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Function !! GPIO0  !! GPIO15 !! GPIO2&lt;br /&gt;
|-&lt;br /&gt;
| Design || External Pull || External Pull || Internal Pull up&lt;br /&gt;
|-&lt;br /&gt;
| ESP-12S || - || - || On board LED&lt;br /&gt;
|-&lt;br /&gt;
| bootloader flash mode || 0V || 0V || 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| Boot from Flash || 3.3V || 0V || 3.3V&lt;br /&gt;
|-&lt;br /&gt;
| SDIO mode|| X || 3.3V || X&lt;br /&gt;
|}&lt;br /&gt;
Reference for GPIO2:&lt;br /&gt;
* https://tttapa.github.io/ESP8266/Chap04%20-%20Microcontroller.html&lt;br /&gt;
* https://bbs.espressif.com/viewtopic.php?t=1498&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: ESP8266]]&lt;/div&gt;</summary>
		<author><name>Chao</name></author>
	</entry>
</feed>