nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32

Home Page:https://nodemcu.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The rmt peripheral on ESP32 only can capture 64 pulses

pjsg opened this issue · comments

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.