Reading Microphone MEMS Output
Hello everyone,
I'm testing a MP34DT05 digital MEMS microphone, and my goal is to record direct values to a python file. After this, I will do the decimation in my computer (to get comfortable with the data)-
I was thinking about receiving data by a COM PORT via USART, but now I'm thinking about the problem of exceeding the baud rate of USART, because I'm recording sound at a rate of 48kHz.
I'm seeing the buffer being filled through the live expression of Atomic Studio. The perfect thing would be to catch all the values by IDE, but, to the best of my knowledge, it is not possible with this IDE, right?
Thank you for your attention, and I hope I can learn a little more with this message.
