This was my first ESPHome project and I'm happy with the result.
Demo video: https://youtu.be/F_oZo9kNero
How to make it: https://github.com/redphx/esphome-ugreen-hdmi-switcher
7 messages · Page 1 of 1 (latest)
This was my first ESPHome project and I'm happy with the result.
Demo video: https://youtu.be/F_oZo9kNero
How to make it: https://github.com/redphx/esphome-ugreen-hdmi-switcher
oh interesting. have you thought about powering the esp from the HDMI input(s)?
I tried. The one next to CKI port has ~3.2V. I tried to boot the esp with it but didn't success. I'm a newbie so I couldn't do anything further with it.
Hmmh, you should see +5V on the source HDMI connectors Pin 18 at least, but that's 50mA. An ESP32 can draw more than 200mA on boot and during wifi ops, so that's a no-go.
You'd need to get an active hdmi cable (with either support for that from the source device, or a power injector) to get enough power through to power anything meaningful.
8266 is apparently actually even more power-hungry, with a 500mA peak
i guess it's not possible then
This is cool - I did something similar with one of these... https://www.amazon.com/gp/product/B09STMC798
I'll snap some pictures and upload the ESP file.