Search found 4 matches

by timstercb
Tue Jun 25, 2024 12:28 am
Forum: General Discussion
Topic: ESP32S3 - PDM (Master Rx) - Over 104kHz not working
Replies: 0
Views: 5634

ESP32S3 - PDM (Master Rx) - Over 104kHz not working

I've been experimenting with PDM Rx up over 100kHz, and it appears that as soon as the MCLK_DIV goes from 3 to 2, that the MCLK goes to 10MHz, and that's it. That happens for anything over 104000 Hz Sampling Frequency. I'm using ESP-IDF-5.1.4 I'm thinking (hoping) that it's something in the driver w...
by timstercb
Fri Feb 09, 2024 1:37 am
Forum: Hardware
Topic: ESP32-S3 - I2S during Light Sleep
Replies: 3
Views: 26588

Re: ESP32-S3 - I2S during Light Sleep

Unfortunately, that won't save any power, as what I'm wanting is to sleep during the 9sec PDM recording to DMA, when the processor is doing nothing.
by timstercb
Thu Feb 08, 2024 2:06 am
Forum: Hardware
Topic: ESP32-S3 - I2S during Light Sleep
Replies: 3
Views: 26588

ESP32-S3 - I2S during Light Sleep

Hi, I have an application where I am recording from stereo PDM microphones for a short duration (~10sec) then storing this on an SD card, along with values from some environmental sensors. Everything is working nicely, but I'd like to improve the power performance for instances where the device is r...
by timstercb
Mon Dec 11, 2023 10:24 pm
Forum: ESP-ADF
Topic: I2S sound recorder using only ULP - Possible?
Replies: 7
Views: 119641

Re: I2S sound recorder using only ULP - Possible?

@EDsteve - very curious if you were ever able to get an answer to whether I2S -> DMA is possible during Light Sleep?

I have a bioacoustic application as well - and am keen to extend battery life as much as possible.

Thanks!
-Tim