Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the RX be modified to use interrupts instead #7

Open
kiowadriver opened this issue Dec 11, 2021 · 1 comment
Open

Can the RX be modified to use interrupts instead #7

kiowadriver opened this issue Dec 11, 2021 · 1 comment

Comments

@kiowadriver
Copy link

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)?

@rocketstrong600
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants