Search found 14 matches

by chopin1998
Wed Jan 11, 2017 10:33 am
Forum: General Discussion
Topic: how to use esp32 input capture and motor pwm function?
Replies: 15
Views: 33576

Re: how to use esp32 input capture and motor pwm function?

You might get some mileage from a study of the unusually named "Remote" peripheral functions in the ESP32. This is also called "RMT". The name stems from the apparent mapping to an "infrared remote control" interface where we can supply a signal pattern to RMT and RMT will then own the generation o...
by chopin1998
Tue Jan 10, 2017 7:25 am
Forum: General Discussion
Topic: how to use esp32 input capture and motor pwm function?
Replies: 15
Views: 33576

Re: how to use esp32 input capture and motor pwm function?

You might get some mileage from a study of the unusually named "Remote" peripheral functions in the ESP32. This is also called "RMT". The name stems from the apparent mapping to an "infrared remote control" interface where we can supply a signal pattern to RMT and RMT will then own the generation o...
by chopin1998
Mon Jan 09, 2017 8:54 am
Forum: General Discussion
Topic: how to use esp32 input capture and motor pwm function?
Replies: 15
Views: 33576

Re: how to use esp32 input capture and motor pwm function?

There's a MPWM unit or two that still has both documentation as well as a driver in editing; both should be released somewhere in the near future. Ok, I wanna measure a signal width precisely and fast, so I need hardware input capture function. If doc/ driver are available, please let me know. Than...
by chopin1998
Fri Jan 06, 2017 9:53 am
Forum: General Discussion
Topic: how to use esp32 input capture and motor pwm function?
Replies: 15
Views: 33576

how to use esp32 input capture and motor pwm function?

Hi,
I noticed that datasheet said there are 4 pwm modules with input capture function in esp32, but I cannot find REG desc or code snippet on it.

Somebody used that?