I2S project - ESP32

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
zirox34
Posts: 2
Joined: Mon May 10, 2021 3:17 pm

I2S project - ESP32

Post by zirox34 » Mon May 10, 2021 3:50 pm

Hello everyone! I'm sorry if I didn't choose the correct section for my question. It's the first time when I have to work with micropython, until now I worked with Arduino. I have to do a project with ESP32 and INMP441 microphone. The idea is to record the sound and save it as .wav format. Can you help me with some ideas or codes. Thank you in advance!

User avatar
mathieu
Posts: 88
Joined: Fri Nov 10, 2017 9:57 pm

Re: I2S project - ESP32

Post by mathieu » Tue May 11, 2021 3:05 pm

You might have already seen this, but https://github.com/miketeachman/micropy ... s-examples seems like a good place to start.

Post Reply