I just had another thought on this. A servo isn’t just a rotational actuator like a motor. It is also an encoder. It knows what position it is in, and can be back-driven into a different position.
You can use a servo as both the physical toggle and as the actuator to flip that physical toggle.
Rivalarrival@lemmy.today 5 weeks ago
You could potentially use servos to toggle regular switches.
But I’d go with the other route: momentary switches, latches, and some kind of indicator. The latches can be driven in parallel by either the momentary switches or your electronics.
RGB keyswitches might be an option for both the switch and the indicator.
tofubl@discuss.tchncs.de 5 weeks ago
Neat idea with the key switches. Could be multiplexed like a keyboard matrix. With smart LEDs and some way to multiplex the output stage as well (or some shift registers), this could be nicely implemented one an esp32 or something.