Search found 3 matches
- Tue May 26, 2026 11:56 am
- Forum: Hardware
- Topic: Support of RMT partial Rx
- Replies: 4
- Views: 82
Re: Support of RMT partial Rx
I think you'd use either partial RX or DMA, not both. I see no reason why that module could not receive data like that.
I was using ESP32-WROOM-32D which had none of them as you said. I am going to order some ESP32-S3 when I make sure it will work for me.
So, do you mean that a DMA is enough ...
- Sun May 24, 2026 12:00 pm
- Forum: Hardware
- Topic: Support of RMT partial Rx
- Replies: 4
- Views: 82
Re: Support of RMT partial Rx
Depends on the speed of reception. I think all ESP32 chips (aside from maybe the original ESP32) can do ping-pong reception, meaning that if the buffer is halfway full software will process it while the hardware still is receiving in the other half. If your data is slow enough, this will work ...
- Sun May 24, 2026 7:20 am
- Forum: Hardware
- Topic: Support of RMT partial Rx
- Replies: 4
- Views: 82
Support of RMT partial Rx
Hi. I am trying to receive a really log data (e.g. 4000 symbols) using RMT. I wonder which board is the best for this purpose. ESP32 looks like to be the best option according to its large RMT buffer (512 symbols). However, it is still far away from enough for my application.
Using partial rx beside ...
Using partial rx beside ...