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.

  1. In Arduino
    Go to File --> 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.
  2. In Arduino
    Go to Tools --> 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