WaaromZoMoeilijk / rpi-audio

0 stars 0 forks source link

Failsafe sanity checking #5

Closed WaaromZoMoeilijk closed 2 years ago

WaaromZoMoeilijk commented 3 years ago

Add some failsafe sanity checking. Ensure that an external USB microphone is attached, and stub out a check for an LTE modem (later step). Check for at least one external USB storage media. If something appears to be missing, look into warning the user. Does the BEL character (^G) cause a system beep of some kind? Perhaps one beep for warning, two beeps for full stop error

WaaromZoMoeilijk commented 3 years ago

Checks are all valid and will be implemented with an auto reboot perhaps?

We can use LED's or a Buzzer for beeps.

WaaromZoMoeilijk commented 2 years ago

All pre recording checks are in https://github.com/WaaromZoMoeilijk/rpi-audio/tree/main/scripts/audio.sh Will need some feedback if this is the right way to go or to add other checks.

WaaromZoMoeilijk commented 2 years ago

Will be optimizing and adding additional checks. Feedback received.