Page 1 of 1

Read in parallel 32bits with ESP32-S3 in 10/20mhz frequency. I2S or LCD/Camera?

Posted: Sat Jun 29, 2024 12:35 am
by odelot
Hi guys. I am looking for a fast way to read data with esp32s3 and I saw people used to abuse of I2S to read data in parallel and with a fast frequency.

I got a lib to test it but it was coded with esp32s2 in mind and a lot changed from s2 to s3 model.

Looking in the technical reference document there is a peripheral for camera separated from I2S.

The question is:

Is it better to study/adapt the camera peripheral to read parallel data in this speed or can I adapt and use I2S for this purpose?

Thanks in advance