Hello,
I am attempting to use a weighted MEAS piezoelectric speaker in some toy repair. I’m replacing a broken voice box in a toy that is meant to be tossed. The original voice box had simple vibration sensors, but these do not work very well on the board I am using to replace the original (specifically, an ISD1820-based board). The operation I am trying to mimic is that the toy will produce sound so long as it is shaken (the board I am using can be used for such a purpose).
Ultimately, what I want to do is replace a push button tactile switch with some kind of motion sensor. Simple vibration sensors are not working for me (I have to literally bend the inner spring myself with even the most sensitive of these components to close the circuit). I have also considered using an ATTINY85 and an accelerometer, but I worry this would result in the three AAA batteries I am using being quickly drained.
I decided on a piezoelectric element to use as a switch. However, I have been unable to trip the circuit on my board to produce sound. Currently, I have a 1M resistor dampening the piezo element, but I feel like I am missing something else, but I’m not sure what. Again, what I am trying to do is close the voice box’s circuits so it plays sound, so long as the piezo element is being shaken.
What should I be doing to get this working the way I want?