Anyone had a positive experience with the audio output on the sound trigger board based on the VM1010 mic?
When powered up, and in NORMAL mode (TRIG led is on), I do not see any audio output on the board Audio pin. What could be the reason for this? A scope is attached to this pin and nothing is showing, even when loud noises are present.
To function as a microphone, the VM1010’s Mode pin needs to be pulled low. If the Mode pin is high, it will be in wake-on-sound mode and the audio output will be grounded.
The board defaults to wake-on-sound mode. There is a pull-up resistor connected to the Mode pin. Please check the schematic for more details.
To put the board into microphone mode, you need to pull the Mode pin low by doing one of the following:
Push and hold the Mode button
Tie the Mode breakout pad to GND
Enable the PCA9536 GPIO0 pin via I2C and use that to pull Mode low
You can find the VM1010 datasheet and the board schematic in the GitHub repo:
Hello. I’m actually interested in the VM1000, so it’s great to see you have a breakout for a similar one. I guess the VM1010 may do too for continuous access to the audio? Can I get into microphone mode continuously without having a sound trigger by keeping MODE at GND?
Yes. If you link VM1010 MODE pad to GND, it will stay in microphone mode permanently.
If you do that, please do not try to use the I2C port expander (PCA9536) at the same time. If you tell the PCA9536 to pull MODE high, you will create a short circuit.