Search found 23 matches

by Tobi82m
Fri Feb 18, 2022 7:35 am
Forum: ESP32 Arduino
Topic: How can i FAST send 12 Bit Words parallel with ESP32
Replies: 6
Views: 3757

Re: How can i FAST send 12 Bit Words parallel with ESP32

AlfredoSC...whats this? This is really the slowest version...

I think i try to work with the https://github.com/TobleMiner/esp_i2s_parallel
Any other Ideas?
by Tobi82m
Wed Feb 16, 2022 10:09 am
Forum: ESP32 Arduino
Topic: How can i FAST send 12 Bit Words parallel with ESP32
Replies: 6
Views: 3757

Re: How can i FAST send 12 Bit Words parallel with ESP32

Thank you. I think its the right for me. But i dont know how to make it. Im looking in the reference manual and examples but i dont know how to send the data.
I have to 12 Bit Ports, so i think i can send a 24bit word at same time. Is there a example?
by Tobi82m
Wed Feb 16, 2022 9:24 am
Forum: ESP32 Arduino
Topic: How can i FAST send 12 Bit Words parallel with ESP32
Replies: 6
Views: 3757

How can i FAST send 12 Bit Words parallel with ESP32

Hello, first, sorry, my english is not the best ;-) I have to send a 12Bit Word parallel with a ESP32. How can i do this as fast as possible? It i send it with digitalWrite...i think its very slow. In Arduino i can use port manipulation...i read its also possible with ESP32? The register GPIO_OUT_W1...