Microphone options for nRF9061 DK

Is there any analog to digital input on the nRF9061 SiP / DK? I essentially need to plug in a microphone to this, so I looked at a couple of options -- ADC, the DMIC interface through Zephyr (which I have yet to learn how to use), or one of the fancier ones using I2S (which I know nothing about, nor whether the nRF9061 supports it). I come from the cloud / software side of the world, so I'm learning as I go for a passion project of mine. Anyone have any recommendations for which microphone I could buy for the easiest integration and how to plug it in pin-wise to the nRF9061 DK? I was looking at the sample code in Bus Fault in DMIC Driver on NRF9160 After Upgrading to SDK Version 2.5.0 - Nordic Q&A - Nordic DevZone - Nordic DevZone as an option if I can find a compatible PDM mic, or maybe a simpler analog mic. Basically, I am a complete noob and looking for guidance as to how to plug a mic into this.

Related