Skip to content

Instantly share code, notes, and snippets.

@baldowl
Created December 26, 2023 13:32
Show Gist options
  • Save baldowl/a413c2a08c10bc62c1a72328caac98c1 to your computer and use it in GitHub Desktop.
Save baldowl/a413c2a08c10bc62c1a72328caac98c1 to your computer and use it in GitHub Desktop.
Playing with ESP32-C6 and ESPHome
esp32:
board: esp32-c6-devkitc-1
flash_size: 8MB
variant: esp32c6
framework:
type: esp-idf
version: 5.1.2 # currently latest
sdkconfig_options:
CONFIG_ESPTOOLPY_FLASHSIZE_8MB: y
platform_version: 6.4.0 # currently latest
light:
- platform: esp32_rmt_led_strip
name: Status LED
pin: GPIO8
rgb_order: RGB
num_leds: 1
rmt_channel: 0
chipset: ws2812
entity_category: config
@rvalitov
Copy link

The LED does not work with this code.

@baldowl
Copy link
Author

baldowl commented Oct 22, 2024

I used it with https://www.waveshare.com/product/mcu-tools/development-boards/esp32/esp32-c6-dev-kit-n8.htm and it worked last year 🤷‍♂️ I haven't touched it since then, so I cannot say anything else.

@rvalitov
Copy link

Thank you for sharing the details.
I'm using this device https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide_v1.1.html
It says it also works with GPIO8:
image

Unfortunately this code does not work. I tried your versions of ESP-IDF and Platform, and the latest 5.3.1 and 6.9.0 - no success 😞

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