09-03-2018, 06:26 PM
For my Moode set-up I need to have a simple, physical user interface remote to the actual Moode device generating the audio. Specifically, an on and off button, volume control and one or two radio station selectors.
I was thinking of having a two Pi set-up - one running Moode and another to do the control (ie, some buttons connected to GPIO). Both would need to run gpiozero (https://gpiozero.readthedocs.io/en/stable/ ) and the signals transferred over the LAN.
Has anyone done this? Is there another, easier way?
Doing it this way, seemingly, means I would only need to ensure the daemon starts on the moode Pi so would keep code customization to a minimum, but I haven't gone to far yet in testing.
I was thinking of having a two Pi set-up - one running Moode and another to do the control (ie, some buttons connected to GPIO). Both would need to run gpiozero (https://gpiozero.readthedocs.io/en/stable/ ) and the signals transferred over the LAN.
Has anyone done this? Is there another, easier way?
Doing it this way, seemingly, means I would only need to ensure the daemon starts on the moode Pi so would keep code customization to a minimum, but I haven't gone to far yet in testing.