Skip to content

Instantly share code, notes, and snippets.

@agners
Last active January 2, 2022 11:18
Show Gist options
  • Select an option

  • Save agners/0540848dcb2eca2fc77b175366c9f696 to your computer and use it in GitHub Desktop.

Select an option

Save agners/0540848dcb2eca2fc77b175366c9f696 to your computer and use it in GitHub Desktop.
ESPHome ESP32-C3 configuration
# This is a ESPHome yaml configuration skeleton for
# ESP32-C3 (RISC-V) based boards.
# It is known to work on ESP32-C3-DevKitM-1
# This is using stable release of Arduino 2.0.2 as base
esphome:
name: esp32-c3-test
platformio_options:
board_build.flash_mode: dio
platform: https://github.com/platformio/platform-espressif32#feature/arduino-idf-master
platform_packages:
- framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.2
esp32:
board: esp32-c3-devkitm-1
framework:
type: arduino
variant: esp32c3
@agners

agners commented Oct 3, 2021

Copy link
Copy Markdown
Author

On v2021.9.2 there are currently two issues:

@agners

agners commented Jan 2, 2022

Copy link
Copy Markdown
Author

On v2021.12.3 there is one issue with I2C currently

Note: framework -> version can't be used currently since Arduino Framework isn't officially available on PlatformIO yet.

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