Hello!
I’ve been wanting to make a keypad to control my smart home with ESPHome, but i’ve been meaning to make a deej panel as well. Deej is a project to mix the volume of your pc (so games, discord, spotify, etc.).
Now i was wondering if i could run them both off of the same ESP8266? I know you need to flash ESPHome to an ESP but i was wondering if you could run normal arduino code alongside it. This code won’t be used by ESPHome, just a piece of software on my pc.
Link to deej project: GitHub - omriharel/deej: Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux
Thanks!