this post was submitted on 29 Sep 2024
1 points (100.0% liked)

Arduino and other electronics projects info

125 readers
1 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] rtwin@lemmy.staphup.nl 1 points 1 month ago* (last edited 1 month ago) (1 children)
ESP32 Audio DMA Settings Explained - dma_buf_len and dma_buf_count

https://www.youtube.com/watch?v=ejyt-kWmys8

ESP32 LCD/Camera Mode. (Source:ESP32 documentation)

LCD/Camera mode is only supported on I2S0 over a parallel bus. For LCD mode, I2S0 should work at master TX mode. For camera mode, I2S0 should work at slave RX mode. These two modes are not implemented by the I2S driver. Please refer to LCD for details about the LCD implementation. For more information, see ESP32 Technical Reference Manual > I2S Controller (I2S) > LCD Mode [PDF Pg 323 "12.5 Camera-LCD Controller"].

[โ€“] rtwin@lemmy.staphup.nl 1 points 3 weeks ago* (last edited 3 weeks ago)
Technical reference page 314 (12.1 Overview)

Technical reference page 318

Technical reference page 324