Hi! I'm having a bit of trouble that I'm hoping someone can help me out with. I have a TinyZero with a Wireling adapter connected, then I have a Wireling microphone connected to port 0 of the adapter. I've compiled and uploaded the example code found here
https://github.com/TinyCircuits/TinyCircuits-Wireling-Microphone-AST1030/blob/master/examples/Microphone_Wireling_example/Microphone_Wireling_example.ino.
Here's an image of the connected boards:
https://ibb.co/X4GFnVD.
My issue is that it seems that the microphone is not detecting sound. When I open the serial plotter, I see this:
https://ibb.co/7kqp3Fq. It doesn't change when I clap, or try to make any other noises.
When I change the pin to check the other three ports I see:
https://ibb.co/FJktSX3. Again, no change with noise.
When I change the pin to a non-existent port, A4, I see:
https://ibb.co/qgg2cZq. Again, no change with noise.
I've tried connecting the microphone to different ports and that didn't help.
I can't tell if the microphone is broken, or if I'm missing something silly. Any help would be great!