Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.11 KB

NameTag

Setup

Board setup:

  1. Add esp32 board manager URL (preferences -> board manager url's)
    • https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  2. Open Boards Manager from Tools > Board menu and install esp32 platform
  3. Select the board: Tools -> Board: * -> ESP32 Arduino -> UM FeatherS3
  4. enable the CDC on boot option in the Arduino IDE tools menu
  5. select the USB OTG (TinyUSB) in the Arduino IDE tools menu

Libraries:

Libraries to setup in

  • UMS3 Helper
  • Adafruit EPD
  • adafruit ImageReader
  • adafruit GFX
  • YAMLDuino

Writing code to

  1. Get board ready
    1. press and hold boot button
    2. press and release reset
    3. release boot
  2. Upload code from Arduino Studio. Wait for upload.
  3. When done, reset board with board button

resources: