Search found 2 matches

by calvong
Wed Jan 22, 2025 5:45 am
Forum: ESP-IDF
Topic: Extremely low compilation for IDF projects
Replies: 0
Views: 317

Extremely low compilation for IDF projects

Hi, I am experiencing extrememly long building time for my IDF project (at least 5min+), and I only started noticing this for my newly created IDF projects. Previously my projects would have been built within a mintue or so. I have around 4 custom IDF components + the arduino-esp32 IDF component. Fo...
by calvong
Fri Dec 27, 2024 3:19 am
Forum: ESP-IDF
Topic: RMT simple callback encoder usage example/explanation
Replies: 1
Views: 703

RMT simple callback encoder usage example/explanation

Hi, Is there any example for the RMT simple callback encoder: https://docs.espressif.com/projects/esp-idf/en/v5.3.2/esp32s3/api-reference/peripherals/rmt.html#simple-callback-encoder ? From the documentation, I still don't fully understand how the encoder callback works, so I'd love to see a working...