Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio from a microphone #819

Open
ebolisa opened this issue Mar 5, 2024 · 4 comments
Open

Audio from a microphone #819

ebolisa opened this issue Mar 5, 2024 · 4 comments

Comments

@ebolisa
Copy link

ebolisa commented Mar 5, 2024

Hi, does anyone know how to interface the ZTS6531S smt microphone? I it got working with Circuitpy but, I want to use mpython instead. Any help is appreciated.

@jonnor
Copy link

jonnor commented Apr 7, 2024

ZTS6531S is a digital microphone with PDM output. Support for PDM will vary based on platform/microcontroller. Which chip are you using?

For ESP32, there is a MR for adding support in micropython/micropython#14176

@ebolisa
Copy link
Author

ebolisa commented Apr 7, 2024

ZTS6531S is a digital microphone with PDM output. Support for PDM will vary based on platform/microcontroller. Which chip are you using?

For ESP32, there is a MR for adding support in micropython/micropython#14176

It's the one which comes with this board https://52pi.com/products/deskpi-picomate-for-raspberry-pi-pico-pico-w?variant=42514429345944. As mentioned before, the microphone module works with the library which comes with CircuitPython OS.
Will look into that MR. Thank you much!

@jonnor
Copy link

jonnor commented Apr 7, 2024

That board is for the Raspberry PI Pico / RP2040, not ESP32. There is at the moment no PDM support for RP2040 in MicroPython. There was a MR here with some working code, but it has not been integrated. micropython/micropython#8016

@ebolisa
Copy link
Author

ebolisa commented Apr 8, 2024

That board is for the Raspberry PI Pico / RP2040, not ESP32. There is at the moment no PDM support for RP2040 in MicroPython. There was a MR here with some working code, but it has not been integrated. micropython/micropython#8016

Got you, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants