Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.16 KB

ARDUINO-SETUP.md

File metadata and controls

16 lines (16 loc) · 1.16 KB
  1. Download the latest Arduino IDE appropriate for your operating system (https://www.arduino.cc/en/software)
  2. Open the Arduino IDE
  3. Open the Preferences window
    • In the "Additional Board Manager URLs" field, paste the following: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  4. Close/save the Preferences window
  5. Open the Boards Manager
    • Type "esp32" in the search field and select "esp32 by Espressif Systems" (NOT "Arduino ESP32 Boards")
      • Install version 2.0.17
  6. Open the Libraries Manager
    • Type "NTP" in the search field and select "NTP by Stefan Staub"
      • Install version 1.7
  7. Install the CH9102 USB-to-serial drivers (Windows/MacOS)
    • Note: These drivers do not appear to work on MacOS 14.5

Important

Do not allow Arduino IDE to update the esp32 board library to any 3.x version, as there are breaking Ethernet changes in this new release.