Difference between revisions of "Arduino Setup for ESP32"
Line 5: | Line 5: | ||
Download/Clone the latest esp32 files from the [https://github.com/espressif/arduino-esp32 espressif repo]. | Download/Clone the latest esp32 files from the [https://github.com/espressif/arduino-esp32 espressif repo]. | ||
Extract and copy the files to '''Documents\Arduino\hardware\arduino-esp32\esp32''' as shown in the below image. | Extract and copy the files to '''Documents\Arduino\hardware\arduino-esp32\esp32''' as shown in the below image. | ||
+ | [[File:Esp32folderStructure.PNG]] | ||
<br/> | <br/> |
Revision as of 12:35, 17 December 2016
After the brief overview of Esp32, its time to setup the arduino for ESP32 and run some sample examples.
Windows
Download/Clone the latest esp32 files from the espressif repo.
Extract and copy the files to Documents\Arduino\hardware\arduino-esp32\esp32 as shown in the below image.