Search found 1 match

by messydr
Sun Feb 09, 2025 1:10 am
Forum: General Discussion
Topic: New I2S driver microphone bytes format
Replies: 0
Views: 744

New I2S driver microphone bytes format

Hi, I want to move from a setup using Arduino IDE with legacy I2S ("driver/i2s.h") to ESP-IDF and "driver/i2s_std.h". The hardware / logic setup is: ESP32-C3 MEMS microphone INMP411 GPIO numbers used: WS 0, SCK 1, SD 2 16-bit, mono, 44.1kHz data is send over network socket to a host Highlights of wo...