this post was submitted on 11 May 2024
30 points (81.2% liked)
homeassistant
12025 readers
89 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are you familiar with WLED and ESPHome? You generally have two sets of pin outs, analog [pwm] and digital. You can hook almost anything up if you program your pin-outs to respond correctly. If you're trying to get into programming on the ESP32, start with some Arduino programs. They both use the same C libraries.
This is good info thanks!