We need to update the limit for ID#0010, I will send you a new PTR.
Can you please send me the make and model for the sound detector card? Will add it to the PTR.
We should update the buzzer test, better to measure the average value over time. Something like this:
‘Turn on Buzzer
Dim result as double = 0
For i as integer = 0 to 4
Result += MeasureMicrophone()
Threading.Thread.Sleep(100)
End For
‘Turn off buzzer
Result = result / 5
Return result