Search found 1 match

by detan386
Thu Jan 27, 2022 1:00 pm
Forum: ESP-IDF
Topic: Problem about simple I2S data read code for ESP32-S2 and INMP441 microphone
Replies: 0
Views: 1229

Problem about simple I2S data read code for ESP32-S2 and INMP441 microphone

Hi! I'm trying to write a basic i2s code to take microphone data, and I don't have much ESP or C knowledge. I am using ESP32-S2-MINI1 (devkit) and INMP441. I cannot make it work, so I would be very grateful if you help. #include <math.h> #include <sys/unistd.h> #include <sys/stat.h> #include "esp_lo...