I'm working on adding a small passive piezo buzzer to the FilaMan scale. The buzzer shall only play 2 different, short tunes - one for success and one for failure. And the use will be rather restrained.
Failure signal
- Writing a tag fails
- Reading a LOCATION tag without SPOOL tag before
Success signal
Maybe a short tune at boot to signal the buzzer is working
So 1st question: Is there any interest in having this as optional feature?
2nd: If so, what is the prefered way to integrate it?
There is no way for the code to determine, if a buzzer is present or not.
- So one way would be, to play the tunes anyway. if no buzzer connected, nothings (noticeable) happens...
- The other way would be, to make an option in the devices web gui: Sound enabled/disabled. This would also allow to give the user the chance to customize volume setting.
I'm working on adding a small passive piezo buzzer to the FilaMan scale. The buzzer shall only play 2 different, short tunes - one for success and one for failure. And the use will be rather restrained.
Failure signal
Success signal
Maybe a short tune at boot to signal the buzzer is working
So 1st question: Is there any interest in having this as optional feature?
2nd: If so, what is the prefered way to integrate it?
There is no way for the code to determine, if a buzzer is present or not.