Setup NodeMCU Programming With Arduino IDE
by duiprogramming in Circuits > Arduino
365 Views, 1 Favorites, 0 Comments
Setup NodeMCU Programming With Arduino IDE
In this instructable I'm going to show you how to program NodeMCU board using Arduino IDE. To do this you need to install drivers and add NodeMCU board to Arduino board list. Let's do step by step.
Add Additional Board Manager URLs
Go to "File" > "Preferences". It will open the Preferences window. In that window check "Additional Board Manager URLs" section. This field is empty by defaults. You have to add following url,
http://arduino.esp8266.com/stable/package_esp8266com_index.json
Then click on "Ok" button.
Go to Boards Manager and Install ESP8266 Package
1. Go to "Tools" > "Board" > "Boards Manager..."
2. When you move to this window your PC must be connected to internet. In this time packages downloading from previous step added Url.
3. After loading all the packages in Boards Manager window type "node" in search field.
4. If "esp8266" package is not installed in this section install it.
Install NodeMCU Drivers for Windows
1. If you have successfully completed above steps then when you move to "Tools" > "Board" you will see,
NodeMCU 0.9
NodeMCU 1.0
Boards are available.
2. But if you connect your NodeMCU board to USB you will not see the Port in "Tool" > "Port".
3. That is because of NodeMCU drivers not being installed in your computer.
4. You can download drivers from following urls,
https://github.com/duiprogramming/NodeMCU_Setup
https://www.silabs.com/products/development-tools/...
5. Please check the above YouTube video related to this Instructable.