├── Clean.bat ├── Documents ├── Bill of Materials-NODEMCU_ESP12.xlsx ├── CH340DS1.PDF ├── NODEMCU-DEVKIT-INSTRUCTION-CN.pdf ├── NODEMCU-DEVKIT-INSTRUCTION-EN.pdf ├── NODEMCU-DEVKIT-INSTRUCTION-EN.png ├── NODEMCU-DEVKIT-INSTRUCTION-EN_BIG.png ├── NODEMCU_DEVKIT_SCH.png ├── NODEMCU_DEVKIT_SCH_BIG.png ├── NODEMCU_ESP12.PDF ├── NodeMCU_DEVKIT_V0.9.png ├── PTS820_4mar13-248116.pdf ├── SPX3819M5-L-3-3.pdf ├── 中乌龟有定位-按键开关-TS-015.pdf ├── 新版本管脚对应关系.txt └── 旧版本管脚对应关系.txt ├── Drivers ├── CH341SER_LINUX.ZIP ├── CH341SER_MAC.ZIP └── CH341SER_WINDOWS.zip ├── ESP12_DEVKIT.lbr ├── Gerbers ├── NODEMCU_ESP12_GERBER_V1.rar ├── NODEMCU_ESP12_GERBER_V2.rar ├── NODEMCU_ESP12_GERBER_V3.rar ├── NODEMCU_ESP12_GERBER_V4.rar └── NODEMCU_ESP12_GERBER_V5.rar ├── Images ├── NODEMCU_LOGO.PcbDoc ├── NODEMCU_LOGO_500.PcbDoc ├── NODEMCU_LOGO_730.PcbDoc ├── NODEMCU_LOGO_SMALL.PcbDoc ├── NodeMCU-Style4.bmp ├── NodeMCU-Style5.bmp ├── NodeMCU-Style5.jpg └── NodeMCU-Style5.png ├── LICENSE ├── NODEMCU_ESP12.PcbDoc ├── NODEMCU_ESP12.PrjPCB ├── NODEMCU_ESP12.SchDoc └── README.md /Clean.bat: -------------------------------------------------------------------------------- 1 | del *.SchDocPreview 2 | del *.HarnessPreview 3 | del *.PcbDocPreview 4 | del *.TopPreview 5 | del *.PrjPcbStructure 6 | del *.PcbDoc.htm 7 | del *.apr 8 | del *.DRR 9 | del *.EXTREP 10 | del *.LDP 11 | del *.REP 12 | del *.RUL 13 | del *.APR_LIB 14 | del "Status Report.Txt" 15 | rd History /s/q 16 | rd __Previews /s/q 17 | for /D %%a in ("Project Logs for*") do rd "%%a" /s/q 18 | for /D %%a in ("Project Outputs for*") do rd "%%a" /s/q -------------------------------------------------------------------------------- /Documents/Bill of Materials-NODEMCU_ESP12.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/Bill of Materials-NODEMCU_ESP12.xlsx -------------------------------------------------------------------------------- /Documents/CH340DS1.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/CH340DS1.PDF -------------------------------------------------------------------------------- /Documents/NODEMCU-DEVKIT-INSTRUCTION-CN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU-DEVKIT-INSTRUCTION-CN.pdf -------------------------------------------------------------------------------- /Documents/NODEMCU-DEVKIT-INSTRUCTION-EN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU-DEVKIT-INSTRUCTION-EN.pdf -------------------------------------------------------------------------------- /Documents/NODEMCU-DEVKIT-INSTRUCTION-EN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU-DEVKIT-INSTRUCTION-EN.png -------------------------------------------------------------------------------- /Documents/NODEMCU-DEVKIT-INSTRUCTION-EN_BIG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU-DEVKIT-INSTRUCTION-EN_BIG.png -------------------------------------------------------------------------------- /Documents/NODEMCU_DEVKIT_SCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU_DEVKIT_SCH.png -------------------------------------------------------------------------------- /Documents/NODEMCU_DEVKIT_SCH_BIG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU_DEVKIT_SCH_BIG.png -------------------------------------------------------------------------------- /Documents/NODEMCU_ESP12.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NODEMCU_ESP12.PDF -------------------------------------------------------------------------------- /Documents/NodeMCU_DEVKIT_V0.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/NodeMCU_DEVKIT_V0.9.png -------------------------------------------------------------------------------- /Documents/PTS820_4mar13-248116.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/PTS820_4mar13-248116.pdf -------------------------------------------------------------------------------- /Documents/SPX3819M5-L-3-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/SPX3819M5-L-3-3.pdf -------------------------------------------------------------------------------- /Documents/中乌龟有定位-按键开关-TS-015.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Documents/中乌龟有定位-按键开关-TS-015.pdf -------------------------------------------------------------------------------- /Documents/新版本管脚对应关系.txt: -------------------------------------------------------------------------------- 1 | D0 GPIO16 2 | D1 GPIO4 3 | D2 GPIO5 4 | D3 GPIO0 5 | D4 GPIO2 6 | D5 GPIO14 7 | D6 GPIO12 8 | D7 GPIO13 9 | D8 GPIO15 10 | D9 RXD0 11 | D10 TXD0 12 | -------------------------------------------------------------------------------- /Documents/旧版本管脚对应关系.txt: -------------------------------------------------------------------------------- 1 | D0 GPIO16 2 | D1 GPIO1 TXD0 3 | D2 GPIO3 RXD0 4 | D3 GPIO12 5 | D4 GPIO14 6 | D5 GPIO0 7 | D6 GPIO4 8 | D7 GPIO5 9 | D8 GPIO2 10 | D9 GPIO13 11 | D10 GPIO15 12 | D11 GPIO3 RXD0 13 | D12 GPIO1 TXD0 14 | -------------------------------------------------------------------------------- /Drivers/CH341SER_LINUX.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Drivers/CH341SER_LINUX.ZIP -------------------------------------------------------------------------------- /Drivers/CH341SER_MAC.ZIP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Drivers/CH341SER_MAC.ZIP -------------------------------------------------------------------------------- /Drivers/CH341SER_WINDOWS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Drivers/CH341SER_WINDOWS.zip -------------------------------------------------------------------------------- /ESP12_DEVKIT.lbr: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | ESP12_DEVKIT 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | A0 133 | RSV 134 | RSV 135 | RSV 136 | RSV 137 | RSV 138 | RSV 139 | GND 140 | 3V3 141 | GND 142 | 3V3 143 | EN 144 | RST 145 | GND 146 | 5V 147 | 3V3 148 | GND 149 | TX 150 | RX 151 | ~D8 152 | ~D7 153 | ~D6 154 | ~D5 155 | GND 156 | 3V3 157 | ~D4 158 | ~D3 159 | ~D2 160 | ~D1 161 | D0 162 | >NAME 163 | >VALUE 164 | 165 | 166 | 167 | 168 | ESP12_DEVKIT 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | >NAME 204 | >VALUE 205 | 206 | 207 | 208 | 209 | ESP12 DEVKIT BOARD 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | -------------------------------------------------------------------------------- /Gerbers/NODEMCU_ESP12_GERBER_V1.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Gerbers/NODEMCU_ESP12_GERBER_V1.rar -------------------------------------------------------------------------------- /Gerbers/NODEMCU_ESP12_GERBER_V2.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Gerbers/NODEMCU_ESP12_GERBER_V2.rar -------------------------------------------------------------------------------- /Gerbers/NODEMCU_ESP12_GERBER_V3.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Gerbers/NODEMCU_ESP12_GERBER_V3.rar -------------------------------------------------------------------------------- /Gerbers/NODEMCU_ESP12_GERBER_V4.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Gerbers/NODEMCU_ESP12_GERBER_V4.rar -------------------------------------------------------------------------------- /Gerbers/NODEMCU_ESP12_GERBER_V5.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Gerbers/NODEMCU_ESP12_GERBER_V5.rar -------------------------------------------------------------------------------- /Images/NODEMCU_LOGO.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NODEMCU_LOGO.PcbDoc -------------------------------------------------------------------------------- /Images/NODEMCU_LOGO_500.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NODEMCU_LOGO_500.PcbDoc -------------------------------------------------------------------------------- /Images/NODEMCU_LOGO_730.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NODEMCU_LOGO_730.PcbDoc -------------------------------------------------------------------------------- /Images/NODEMCU_LOGO_SMALL.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NODEMCU_LOGO_SMALL.PcbDoc -------------------------------------------------------------------------------- /Images/NodeMCU-Style4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NodeMCU-Style4.bmp -------------------------------------------------------------------------------- /Images/NodeMCU-Style5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NodeMCU-Style5.bmp -------------------------------------------------------------------------------- /Images/NodeMCU-Style5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NodeMCU-Style5.jpg -------------------------------------------------------------------------------- /Images/NodeMCU-Style5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/Images/NodeMCU-Style5.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014 NODE MCU TEAM, Vowstar 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | 23 | -------------------------------------------------------------------------------- /NODEMCU_ESP12.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/NODEMCU_ESP12.PcbDoc -------------------------------------------------------------------------------- /NODEMCU_ESP12.PrjPCB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/NODEMCU_ESP12.PrjPCB -------------------------------------------------------------------------------- /NODEMCU_ESP12.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/b0f19d6d1c49b6db4aef56ddba789a7f92f6ecce/NODEMCU_ESP12.SchDoc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | nodemcu-devkit 2 | ============== 3 | 4 | This is history. 5 | 6 | New board is NodeMCU-DEVKIT-V1.0, see also https://github.com/nodemcu/nodemcu-devkit-v1.0 7 | 8 | A development kit for NodeMCU firmware. 9 | 10 | It will make NodeMCU more easy. With a micro USB cable, you can connect NodeMCU devkit to your laptop and flash it without any trouble, just like Arduino. 11 | 12 | ![DEVKIT](https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NodeMCU_DEVKIT_V0.9.png) 13 | 14 | It is an open hardware, with ESP-12 core (4MBytes flash version). 15 | 16 | Pin map with ESP-12. 17 | 18 | ![SCH](https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU-DEVKIT-INSTRUCTION-EN.png) 19 | 20 | It is designed by Altium Designer, and fully open–source. Now everyone can make their own NODEMCU. 21 | 22 | ![SCH](https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png) 23 | --------------------------------------------------------------------------------