Skip to content

This repository contains files, content, code and projects related to the IoT workshop.

Notifications You must be signed in to change notification settings

Manoj-2702/IoT-Workshop-IEEE-RAS-PESU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏫 IoT-Workshop-IEEE-RAS-PESU

This repository contains files, content, code and projects related to the IoT workshop.


Getting Started with ESP32 on Arduino:

1. Install ESP32 Add-on in Arduino IDE

  • 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.

    Screenshot (1905)

    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".

    Screenshot (1907)

  • 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.

2. Install Libraries in 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.

    Screenshot (1905)

    Select the ZIP file, and you're good to go!!

3. Install SPIFFS (SPI Flash Filesystem) on Arduino IDE for ESP32:

  • 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 Screenshot (1909)

  • Restart the Arduino IDE and and check for ESP32 Sketch Data Upload under Tools section.

About

This repository contains files, content, code and projects related to the IoT workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.5%
  • C++ 11.3%
  • HTML 1.1%
  • Shell 0.6%
  • Logos 0.5%
  • Python 0.0%