Getting Started with Node MCU/Arduino IDE in Ubuntu
Nov 22, 2020
Defaultly Arduino doesnt support Node MCU, So we need to add node mcu packages link to the board manager in Arduino IDE preferences
- Add link to aditional boards manager
http://arduino.esp8266.com/stable/package_esp8266com_index.json
2. We need to add Node MCU (esp8266) community library in boards manager
Thats all , now the all esp boards are listed in the tools and board section. Select Node MCU and start programing.
Happy Programming !!!!!