LaserTag icon indicating copy to clipboard operation
LaserTag copied to clipboard

Can the RX be modified to use interrupts instead

Open kiowadriver opened this issue 4 years ago • 1 comments

I am finding the Rx.BufferPull() routine taking 1000ms each loop cycle which really slows the entire ESP32 down and this is even when I am not receiving any IR signals.

Instead, could you adjust the logic to use the built in RX interrupt (rmt_set_rx_intr_en)?

kiowadriver avatar Dec 11 '21 16:12 kiowadriver

This was mainly just experimental code i would build off into something. Interrupts will work it would take a few changes.

rocketstrong600 avatar Dec 14 '21 01:12 rocketstrong600