Getting started with Arduino IDE
Hello everyone, today we will learn how to install Arduino IDE and add Node MCU board to it. Arduino IDE is an open-source platform that makes it easier to write code and upload it on a board such as Node MCU. It runs on different Operating Systems, such as Windows, macOS, and Linux. So what does IDE means? IDE stands for I ntegrated D evelopment E nvironment. It is a software that provides all necessary tools to build an application such as a code editor, automation tools, debugger, compiler, etc. in a single platform. Now we will see how to install Arduino IDE in our PC. You can download according to your operating system. Refer to this video for all the detailed explanation. Open the link - https://www.arduino.cc/en/main/software Scroll down to the download section and click on the suitable link. Click on download, and it starts downloading. Now open the folder where the executable file is downloaded and run it. Click on next and follow the prompts on the sc...