NodeMcu v3 – ESP-12E Development Board

In the past I have worked a lot with separate ESP-8266-12E modules, it was necessary to add several components to keep the whole stable running, not to mention the two buttons needed for resetting and of course flashing the modules. As all my homebridge hardware make use of the ESP8266 it’s time to choose a more stable out of the box solution.

The NodeMcu v3

The NodeMcu v3 is an open-source board with embedded ESP-12E WIFI module. This is not a weakling like the Arduino’s, with 512kb of memory and a processor on 40Mhz there is not a shortage of resources. This sign is ideal for starting IoT (Internet of Things) applications. Programming the NodeMcu v3 is slightly different than normal, with the API that is similar to NodeJS, this module receives the commands through the LUA scripts that are being uploaded.

This concerns version 3 of the NodeMCU series, which is somewhat wider than the previous version and therefore no longer fits neatly on a breadboard. To make this right, an I / O shield has been designed that perfectly fits this NodeMcu v3. This version contains to save costs instead of the CP2102 serial chip the CH340G version.

NodeMcu v3 Specifications

Wireless 802.11 b / g / n standard
Supported STA / AP / STA + AP
Is standard on 9600 baud

Built-in TCP / IP protocol stack to support multiple TCP Client connections (5 MAX)
D0 ~ D8, SD1 ~ SD3: used as GPIO, PWM, IIC, etc., port driver capability 15mA
AD0: 1 channel ADC
Power input: 4.5V ~ 9V (10VMAX), USB powered
Current: continuous transmission: ≈70mA (200mA MAX), Standby: <200uA
Transfer rate: 110-460800bps
Support UART / GPIO data communication interface
Remote firmware upgrade (OTA)
Support Smart Link Smart Networking

Fritzing part

Because I always use the Fritzing app to illustrate the hardware setup of a new project, I need a new fritzing part for future setup’s. So after some designing in illustrator this is the end result.


Note: I made wo Fritzing parts, because there are multi versions available, just choose the one you have.


Download all Files for this project on github.

Do you have any questions? Leave a comment down here.
Scroll to Top