Page 1 of 1

ESP32S2 timer capturing

Posted: Mon Dec 28, 2020 2:26 pm
by daniels2
Hi,

I have not found anything on signal capturing by timer in the ESP32S2 technical reference, wondering whether really no such support?
Does anybody know some workarounds to accurately capture the timestamp of a logic pulse with usec accuracy?

Thanks in advance!

Re: ESP32S2 timer capturing

Posted: Tue Dec 29, 2020 1:36 am
by ESP_Sprite
You could use the RMT if you need the distance between two pulses, but you're right in that there is no obvious way to get the timestamp of one pulse.