Search found 2 matches

by jdoei2s
Thu Jan 23, 2025 12:16 am
Forum: Sample Code
Topic: SPH0645LM4H with ESP32-S3
Replies: 3
Views: 38617

Re: SPH0645LM4H with ESP32-S3

Hi! So glad someone got it to work recently. I tried your code on my Arduino IDE and it gives bad results in the plotter, I tried to create a WAV and there is nothing audible / understandable in it. A few questions on your code. 1. Since you posted, I believe the bug for swapping right / left is fix...
by jdoei2s
Thu Jan 02, 2025 9:25 pm
Forum: ESP-IDF
Topic: Writing ADC continuous stream to I2S
Replies: 0
Views: 185

Writing ADC continuous stream to I2S

Hello, I'm trying to read an analog microphone and put the sound through I2S, with an ESP32 WROOM-32 I'm able to make both work separately, but not together. My code is: ``` #include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include "driver/i2s_std....