This repository contains files, content, code and projects related to the IoT workshop.
-
In your Arduino IDE, go to File > Preferences
Enter https://dl.espressif.com/dl/package_esp32_index.json into the “Additional Boards Manager URLs” field as shown in the figure below.
Then, click the “OK” button:
-
Open the Boards Manager. Go to Tools > Board > Boards Manager…
Search for ESP32 and press install button for the "esp32".
-
Now, Go to Tools > Board:"Arduino Uno" > Select ESP32 Arduino > Select the Board you have/ Select 'ESP32 Dev Module' as default.
That's it !! You are SET and ready to start with the ESP32 Development using Arduino IDE.
-
In your Arduino IDE, go to Sketch > Include Library
If having a
.ZIP
file which claims to be a library, select "Include .ZIP Library" field as shown in the figure below.Select the ZIP file, and you're good to go!!
-
Download ESP32FS-1.0.zip from ESP32 release page on Github
-
Go to the Arduino IDE directory, and open the Tools folder. Unzip the downloaded .zip folder to the Tools folder. You should have a similar folder structure:
<home_dir>/Arduino/tools/ESP32FS/tool/esp32fs.jar
-
Restart the Arduino IDE and and check for
ESP32 Sketch Data Upload
underTools
section.