Hello,
It may seem stupid, but I can't really find a solution on the internet. I have this microphone: https://www.adafruit.com/products/1063 and I wire it to my Pi1 correctly (3.3v to VCC, GND to GND, OUT to a GPIO pin, say 18). For some reason I can't read the value of the GPIO pin. I tried with nodejs ( rpi-gpio and pi-gpio), and with python (just the rpio command line interface). The nodejs scripts give an error, while within the rpio CLI I see I receive a value ("on") but I can't read it.
Does anybody have a simple script of whatever kind that lets me read the value of the microphone, say every second? I just have 4 microphones here and I want to check if they work! That's it.
Thanks!