Tuesday, May 24, 2016

Node MCU - ESP8266 pins corespondence


This is not to search every time I need it !!!

Correspondence pins between NodeMCU and other ESP8266 modules.

File pins_arduino.h

static const uint8_t SDA = 4;
static const uint8_t SCL = 5;

static const uint8_t LED_BUILTIN = 16;
static const uint8_t BUILTIN_LED = 16;


NodeMcuESP8266
D0GPIO 16
D1GPIO 5
D2GPIO 4
D3GPIO 0
D4GPIO 2
D5GPIO 14
D6GPIO 12
D7GPIO 13
D8GPIO 15
D9GPIO 3
D10GPIO 1


A better image:

http://www.banggood.com/Geekcreit-Doit-NodeMcu-Lua-ESP8266-ESP-12E-WIFI-Development-Board-p-985891.html?p=630301435985201402N9


No comments:

Post a Comment