Thursday 30 August 2018

Node_MCU_Tutorial-1 : Configuring enviornment in Arduino IDE

       
   
                        NodeMCU is an open source IoT platform. It includes firmware which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which is based on the ESP-12 module. NodeMCU was created shortly after the ESP8266 came out. On December 30, 2013, Espressif Systems began production of the ESP8266, NodeMCU started on 13 Oct 2014, when Hong committed the first file of nodemcu-firmware to GitHub. Two months later, the project expanded to include an open-hardware platform when developer Huang R committed the gerber file of an ESP8266 board, named devkit v0.9.


IO indexESP8266 pinIO indexESP8266 pin
0 [*]GPIO167GPIO13
1GPIO58GPIO15
2GPIO49GPIO3
3GPIO010GPIO1
4GPIO211GPIO9
5GPIO1412GPIO10
6GPIO12
      We can easily program this node MCU IoT module with the help of Arduino IDE for that we need to integrate the node MCU board package with the Arduino IDE, We  can add node MCU board package to Arduino by the following steps

Step 1:  Open Arduino-IDE,
Select File => Preferences => paste the following link in the Additional Boards Manager URLs: column "http://arduino.esp8266.com/stable/package_esp8266com_index.json"


Step 2:

Then Choose from options Select Tools => Board => Board manager =>ESP8266=> install the package as shown below



With the above two simple steps, you can add Node MCU to your Arduino IDE

No comments:

Post a Comment