Hi, i'm trying to build a simple, cheap scooter alarm using arduino and (for now) a simple piezo vibration sensor (I have this: Piezo ). I have connected it like in this tutorial: http://arduino.cc/en/Tutorial/Knock
I've found a great place under the seat, fixed to a metal plating to put it and act both as a force (push, when you sit on it) and a vibration sensor (when someone would try to steal it). My problem is that once it starts vibrating, it has a very long cooldown period, i mean it would take at least 4-5 minutes before it's output via serial drops below my treshold.
My problem is that once triggered i want to have a way to stop (i.e. turn of alarm, for example if wrongfully triggered by a dog or someone who hit it by mistake) and then start again, such as a reset.
Is there any way of reducing this cooldown period?