Skip to content

Conversation

@Universumgames
Copy link

@Universumgames Universumgames commented Feb 2, 2025

I've managed to add support for the base ESP32 Models (ESP32 Wroom).
The project compiles perfectly fine and the dashboard, the tag reading and writing works perfectly.
Basically handles my issue #43

@serkan887
Copy link

How did you done it? I replaced files with yours. But it giving error following. i dont get it whats wrong.

INFO ESPHome 2025.2.2
INFO Reading configuration esp32-32d.yaml...
WARNING The selected ESP-IDF framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.
WARNING GPIO12 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO15 is a strapping PIN and should only be used for I/O with care.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
Failed config

light.esp32_rmt_led_strip: [source conf.d/led-external.yaml:5]
platform: esp32_rmt_led_strip
name: LEDs
id: neopixel_light
state_topic:
pin: GPIO20
num_leds: 9
rgb_order: GRB
chipset: WS2812

This feature is not available for the IDF framework version 5.
rmt_channel: 0
default_transition_length: 0.4s
restore_mode: RESTORE_DEFAULT_ON
entity_category: diagnostic
make: *** [esp32-32d] Error 2

@Universumgames
Copy link
Author

The problem occurred after upgrading esphome to the latest version. The ESP IDF version 5 does not support configuring the rmt channel. This is not a problem in my PR but for every configuration that is currently available.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants