Search found 3 matches

by tester
Mon Mar 09, 2020 1:51 pm
Forum: ESP32 Arduino
Topic: External 24bit I2S ADC nor working
Replies: 4
Views: 6385

Re: External 24bit I2S ADC nor working

The ADC is not getting an input signal. Since the ADC has a S/N of about 100dB I would expect a low noise output.
I already tried to convert from unsigned to signed:

Code: Select all

int32_t sample = (int32_t)Adcsample;
But then I also get strange output values.
by tester
Sun Mar 08, 2020 10:46 am
Forum: ESP32 Arduino
Topic: Garbage output from external i2s ADC
Replies: 0
Views: 3406

Garbage output from external i2s ADC

Hello, I have connected an external 24bit I2S ADC (CS5341) and I only get random data from the device. I tried both master and slave mode and different samplerates but I always get random data. I have checked both the LRCLK and BCLK in master and slave mode and they are present. This is my initializ...
by tester
Sat Mar 07, 2020 10:45 pm
Forum: ESP32 Arduino
Topic: External 24bit I2S ADC nor working
Replies: 4
Views: 6385

External 24bit I2S ADC nor working

Hello, I have connected an external 24bit I2S ADC (CS5341) and I only get random data from the device. I tried both master and slave mode and different samplerates but I always get random data. I have checked both the LRCLK and BCLK in master and slave mode and they are present. This is my initializ...