ArmDeveloperEcosystem / microphone-library-for-pico

Capture audio from a microphone on your Raspberry Pi Pico or any RP2040 based board. 🎤
Apache License 2.0
253 stars 50 forks source link

Can it work with? #21

Closed Lanson2232 closed 1 year ago

Lanson2232 commented 2 years ago

So Actually I'm trying to create a "Sound card" for my Electric Guitar but it didn't work with this Elektret microphone aka. Sound sensor? isn't it compatible or do I need do something I would use PDM but this sort of microphone modules are much easier to replace or solder on it I don't get any soundwave on audacity just a straight line

sandeepmistry commented 2 years ago

Hi @Lanson2232,

Could you please provide more details on the example or code you are trying to use?

The microphone you linked could be used with the API's in analog_microphone.h.

kannel-outis commented 1 year ago

@Lanson2232 your microphone only gives an output of only 0s and 1s... 0 for no sound and 1 for sound... It's not compatible for what you want to use it for. It only senses sound

Lanson2232 commented 1 year ago

@Lanson2232 your microphone only gives an output of only 0s and 1s... 0 for no sound and 1 for sound... It's not compatible for what you want to use it for. It only senses sound

Well that makes sense. Anyway thanks for helping both. I did create "Sound Card" or "Guitar mic" by making an basic AMP circuit that makes analog to analog to my computer