Skip to content

Arduino IDE Setup

Just Call Me Koko edited this page Aug 12, 2021 · 9 revisions

Arduino IDE Setup

  1. Install and open the the latest release of Arduino IDE
  2. In the Arduino IDE, go to File>Preferences
  3. Add the following URLs to Additional Boards Manager URLs:
  4. Go to Tools>Board>Boards Manager, search for esp32 and install esp32 by Espressif Systems
    • Make sure it is version 2.0.0-rc1
  5. Install the CP210X Drivers
  6. Install the CH340X Drivers

These next steps only apply if you plan to build the full ESP32 Marauder firmware from source

If you are following these instructions, you do not need to do this

  1. With any text editor, open C:\Users\<USERNAME>\AppDate\Local\Arduino15\packages\esp32\hardware\esp32\2.0.0-rc1\platform.txt
  2. Add -w to the end of line 33 so it appears like so
    • build.extra_flags.esp32=-DARDUINO_SERIAL_PORT=0 -w
  3. Add -zmuldefs to the end of line 27 (compiler.c.elf.libs.esp32=)
Clone this wiki locally