Search found 2 matches

by reiner_0815
Tue Jul 25, 2023 7:19 am
Forum: ESP-IDF
Topic: RMT - simplest receive example working, but idle_threshold problem
Replies: 19
Views: 21145

Re: RMT - simplest receive example working, but idle_threshold problem

Thank you for your reply.
I have solved it this way in the meantime:
https://github.com/rewegit/esp32-rmt-pwm-reader
https://github.com/rewegit/esp32-rmt-pw ... ItWorks.md
I am doing very well with this in my application.

Thanks for pushing me in that direction.
by reiner_0815
Sun Apr 02, 2023 10:06 pm
Forum: ESP-IDF
Topic: RMT - simplest receive example working, but idle_threshold problem
Replies: 19
Views: 21145

Re: RMT - simplest receive example working, but idle_threshold problem

Hello all, would like to read in several PWM channels. The PWM frequency of the channels is about 50Hz. The H-pulse width is 1-2ms I need the H-pulse width as well as the exact frequency. I use the code from @Maxzillian. However, only the first channel is always read correctly and I can't find the e...