Setting up Arduino for the Adafruit HUZZAH32 (ESP32 Feather Board) - meinkea/ProjectFirebird GitHub Wiki
Arduino Setup
Once you have download and started up Arduino, you will need to add add the additional board manager for the ESP32.
-
In Arduino
Go toFile
-->Preferences
-->Settings
, and look for 'Additional Boards Manager URLs:' and add the following Link provided by Espressif.- The Current Stable Link as of writing is:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
This Current Stable Link can also be found here.
- The Current Stable Link as of writing is:
-
In Arduino
Go toTools
-->Board: "<some-board-here>"
-->Board Manager...
and install 'esp32 by Espressif Systems`\
Sauces
Documentation for this board can be found here https://learn.adafruit.com/adafruit-huzzah32-esp32-feather
Documentation for setting up Arduino https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/using-with-arduino-ide
Espressif's ESP32 repository https://github.com/espressif/arduino-esp32