Many IR receivers on a single ESP32 using RMT?
Many IR receivers on a single ESP32 using RMT?
Hello,
I need to connect many IR receivers on a single ESP32 using RMT.
Can RMT manage multiple IR receivers?
If yes, what is the maximum IR receivers can I connect?
What is the more appropriate ESP32 model you would advise?
Thank you
I need to connect many IR receivers on a single ESP32 using RMT.
Can RMT manage multiple IR receivers?
If yes, what is the maximum IR receivers can I connect?
What is the more appropriate ESP32 model you would advise?
Thank you
-
- Posts: 1818
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: Many IR receivers on a single ESP32 using RMT?
hi not really, in the link the calculation of the maximum number of bits,
for esp32 channels is 8 rx or tx
esp32s2 is 4 rx or tx
esp32s3 4 rx and 4 rx
esp32c3 2 rx and 2 tx
for esp32 channels is 8 rx or tx
esp32s2 is 4 rx or tx
esp32s3 4 rx and 4 rx
esp32c3 2 rx and 2 tx
Re: Many IR receivers on a single ESP32 using RMT?
ok so RMT can manage only one IR receivers?
Re: Many IR receivers on a single ESP32 using RMT?
I need 16 IR receivers managed by a single ESP32 using RMT.
Can we imagine the multiplexing of IR receivers? For example, one channel manages 2 IR receivers each?
Can we imagine the multiplexing of IR receivers? For example, one channel manages 2 IR receivers each?
Re: Many IR receivers on a single ESP32 using RMT?
What speed do you need?
Re: Many IR receivers on a single ESP32 using RMT?
and all receivers work simultaneously or in turn ?
for simultaneous mode for 56khz you can take data from 16 gpio (i2s/cam) in parallel in dma mode and process it software
for 15mhz so most likely will not work
for serial mode - just switch gpio to the required rmt channel.
for simultaneous mode for 56khz you can take data from 16 gpio (i2s/cam) in parallel in dma mode and process it software
for 15mhz so most likely will not work
for serial mode - just switch gpio to the required rmt channel.
Re: Many IR receivers on a single ESP32 using RMT?
All receivers work simultaneously for both cases.ok-home wrote: ↑Wed Dec 04, 2024 12:29 pmand all receivers work simultaneously or in turn ?
for simultaneous mode for 56khz you can take data from 16 gpio (i2s/cam) in parallel in dma mode and process it software
for 15mhz so most likely will not work
for serial mode - just switch gpio to the required rmt channel.
For the 16 gpio in parallel in dma mode: can we go above 56Khz? what would be the maximum khz?
Who is online
Users browsing this forum: Bing [Bot], Google [Bot], Majestic-12 [Bot], MicroController and 53 guests