Search found 4 matches

by beastlyx
Mon Nov 20, 2023 9:37 pm
Forum: ESP32 Arduino
Topic: SPI quad library / example
Replies: 2
Views: 3501

Re: SPI quad library / example

I'm in the same boat - did you (or anyone) ever find an answer to this?
by beastlyx
Mon Nov 20, 2023 9:27 pm
Forum: ESP32 Arduino
Topic: Reading more than 4 i2s channels at once?
Replies: 2
Views: 2893

Re: Reading more than 4 i2s channels at once?

Not a bad idea. It's not an esp32 solution, though, AFAIK. (thanks)
So anyone have any ideas how to use Quad SPI mode? Esp in Arduino?
by beastlyx
Sat Sep 09, 2023 3:16 am
Forum: ESP32 Arduino
Topic: Reading more than 4 i2s channels at once?
Replies: 2
Views: 2893

Reading more than 4 i2s channels at once?

I have https://www.seeedstudio.com/Sipeed-6-1-Microphone-Array-for-Dock-Go-Bit-p-2875.html, and am trying to beamform with the esp32s3. Alas, you really need to read all the 7 microphones at once, and there are only 2 i2s ports on an esp32s3. IE: You can read at most, 4 microphones simultaneously. I...
by beastlyx
Fri Nov 25, 2022 12:57 am
Forum: ESP-IDF
Topic: ESP32 - 8-bit parallel port capture using I2S + DMA
Replies: 5
Views: 10537

Re: ESP32 - 8-bit parallel port capture using I2S + DMA

I know, I know,
ancient dead
5yo thread
But someone said
What's in my head
ESP32 parallel DMA
I need to find a better way
to import 4 bits at a time
or maybe find a better rhyme
I haz 6 i2s MICs
and don't wanna bitbang 'em; yikes!