Skip to content

Instantly share code, notes, and snippets.

@peterhellberg
Last active November 24, 2025 12:50
Show Gist options
  • Select an option

  • Save peterhellberg/649a5b14717f2b6d8ff5112972aab497 to your computer and use it in GitHub Desktop.

Select an option

Save peterhellberg/649a5b14717f2b6d8ff5112972aab497 to your computer and use it in GitHub Desktop.
ESP32-C3 experiment

esp32-c3-experiment

Steps

Requires the Arduino CLI

# Dependencies
arduino-cli lib install "u8g2"
arduino-cli lib install "WS2812FX"

# Compile and upload
arduino-cli compile -b esp32:esp32:esp32c3 --upload --port /dev/cu.usbmodem1101

Links

@peterhellberg
Copy link
Author

@peterhellberg
Copy link
Author

peterhellberg commented Nov 24, 2025

CodeBase2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment