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

The rmt peripheral on ESP32 only can capture 64 pulses #3567

Closed
pjsg opened this issue Feb 8, 2023 · 0 comments
Closed

The rmt peripheral on ESP32 only can capture 64 pulses #3567

pjsg opened this issue Feb 8, 2023 · 0 comments
Assignees

Comments

@pjsg
Copy link
Member

pjsg commented Feb 8, 2023

Expected behavior

When you capture signals with the rmt module, you ought to be able to get more than 64 pulses.

Actual behavior

It is limited to 64.

Root Cause

It turns out that this is the default when you use the rmt driver from the idf. It is possible to configure more memory to be used by the hardware device.

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

1 participant