Arduino and software - pietwauters/esp32-scoring-device GitHub Wiki

Prerequisites

You'll need some basic experience with Arduino for ESP32. This is a good starting point.

Install Arduino IDE

See installation instruction for your OS.

Install ESP32 board support

This describes how to do it.

ATTENTION: When you install the ESP32 Plugin, DO NOT use https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json.

Use https://dl.espressif.com/dl/package_esp32_index.json

Install Libaries:

  • Adafruit_NeoPixel
  • MD_MAX72xx
  • WiFiManagers
  • List to be completed.

Build the firmware and upload to the board

Gitclone the software repository into a folder of your choice. Open the .ino sketch in the IDE. Connect the board with a USB cable, build and upload.

If you have trouble connecting to the board, press the boot button on the right of the micro USB connector.