Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
262 views
in Technique[技术] by (71.8m points)

python - Read output from raspberry pi GPIOs connected to an I2S microphone chip

I have a Pi Zero W with an I2S Microphone already properly connected - I know so because I can record sound just fine with arecord.

What I need to do is to use the output of the microphone to trigger a recording at a certain sound level. Any idea of how to accomplish this? I am assuming that there is a constant flow of data coming from the mic into the GPIO pins. Am I wrong there? If I can just see the output somehow then I can create the trigger myself, I just have no idea how to access it.

I am using the gpiozero python package.

Thanks!

question from:https://stackoverflow.com/questions/65855672/read-output-from-raspberry-pi-gpios-connected-to-an-i2s-microphone-chip

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...