For the sanity of the exhibits department and longevity of input/output devices, I'm trying to come up with an easy way to turn all the Pis on and off. On is easy - when they receive power, the exhibit is fully operational within a minute or so. But I want a way to shut them all down. Would the best practice be
- to wire a button to a GPIO pin on each, and set up a script to run a safe shutdown when pressed?
- to network the Pis, and have one GUI/command prompt that would ssh to all the Pis and shut them all down?
- to network the Pis so their clocks all sync, and have some way of doing a timed shutdown?