- Download your preferred Arduino IDE from https://www.arduino.cc/en/software
- In Preferences, add the following URL to
Additoinal Boards Manager URLs: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - Install the Arduino Core from Espressif in
Tools>Board: "----">Boards Manager> Searchesp> Installesp32 - Connect hardware via USB
- In
Toolsselect the correctPort, for example"/dev/cu.subserial-145110" - In
Toolschoose the following additional options:- Board: "ESP32 Dev Module"
- Upload Speed: "921600"
- Flash Frequency: "80MHz"
- Flash Size: "16MB"
- Partinion Scheme "Minimal SPIFFS" (if you would like OTA to work)
- Click upload, the board will be flashed and rebooted automatically
Sample code for Access Pro boards can be found here: https://github.com/InstaNFC/P01.12V-2021.11/tree/main/Arduino%20Samples