skip to content

7.4 How to Download Arduino IDE and Configuring Blynk Libraries?

Steps to Download Arduino IDE and Configuring Blynk Libraries :

1. Go to this link and download the IDE for your preferred operating system.
https://www.arduino.cc/en/Main/Software_

2. Download the latest Blynk libraries from this link. These libraries will help us connect the Blynk app with the NodeMCU.
https://github.com/blynkkk/blynk-library/releases/tag/v0.4.8

3. Extract the download zip file in a folder.
Open up Arduino IDE, go to: File > Preferences and under the Settings tab, copy the sketchbook location path.

4. Now open the file explorer and go to the copied path location. This is the path where all the Blynk libraries are installed. So, we’ll have to copy all the newly downloaded Blynk libraries into this folder.
Copy the files/folders from the Libraries folder of the downloaded Blynk directory, and paste it to the Libraries folder of your Arduino IDE’s directory (The path that we copied earlier).
Similarly, copy the files/folder from the Tools folder of the downloaded Blynk directory, and paste it to the Tools folder of your Arduino IDE’s directory.