Difference between revisions of "Arduino Setup for ESP32"
Line 2: | Line 2: | ||
After the [[Overview of ESP32 features. What do they practically mean?|brief overview of Esp32]], its time to setup the arduino for ESP32 and run some sample examples. | After the [[Overview of ESP32 features. What do they practically mean?|brief overview of Esp32]], its time to setup the arduino for ESP32 and run some sample examples. | ||
− | Download | + | ==Windows== |
+ | 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. | ||
+ | <br/> |
Revision as of 12:30, 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.