2014-05-09 08:02 AM
Hello,
I'm working on mic MP34DB01. I want to use this mic with mps430 mcu. It's not clearly on datasheet, the communication protocol is SPI right ? Can the microphone triggered data? thanks #mems-microphone #mems-microphone2014-05-13 01:12 AM
Hi JN,
Basically the microphone digital output is in a PDM format. This signail is a serial digital stream on a single line so basically it is possible to interface the PDM signal to a common SPI port of a microcontroller. Of course the clock of the SPI port must be chosen according to the microphone clock. Exactly the mic clock if the microphone is stand alone or doubled in case the microphone is used in stereo configuration. This type of connection is done in one of our boards avaiable on the web (MKI138V1). You can find schematics and BOM as well as MCU code explanation at the following link Regards, Alessandro2014-05-13 03:27 AM
Thanks for the response.
I have already configure correctly my SPI clock (MSP430 Master) with frequency (2 MHz) and use the MEMS microphone on mono configuration. I'm not getting correct data on DataOut Pin, I connect a probe on it and the signal has an voltage value about 300mV.I check your link but there is not any example code.Pls can you send it.Regards.2014-05-15 05:34 AM
Finally I resolve the problem.
The clock for MIC and SPI needs to be generated from external Timer and the SPI Module is to be used in Slave Mode.2015-05-13 04:13 AM