I keep coming back to a design question in my Raspberry Pi and microcontroller builds: if a gadget can hear, see, or measure the room, should its sensor have a clearly visible physical power cutoff?
Software mute is convenient, but it is still software. Raspberry Pi’s audio documentation describes some HATs where software controls both the mute state and indicator LED. Camera shutdown can also be controlled through GPIO on certain Compute Module setups, but that is not the same as a user-accessible switch.
On one desk prototype, I assumed a muted microphone was harmless, then watched the input meter move because the board was still powered. Probably a wiring mistake, but it changed what “muted” means to me. Real cutoffs cost enclosure space, labels, wiring, and convenience, especially for unattended environmental logging, and need careful design to avoid power through signal lines. Do other makers consider physical disconnects essential, or unnecessary overengineering? Examples and counterarguments welcome.