Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ESP32 WROOM support #44

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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

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