Search found 1 match

by Voidim
Mon Dec 12, 2022 11:53 am
Forum: ESP32 Arduino
Topic: Creating accurate delay between 2 pulses on different pins.
Replies: 0
Views: 1513

Creating accurate delay between 2 pulses on different pins.

Greetings, i am new to the esp32. At first glance i though that 240mhz can get me really accurate delays, but turns out it uses 80mhz timer clock, and i have to use divider = 2 so it is 40mhz at the end(25ns each clock), and i cant make my code work. I have a esp-wroom-32 module(esp32 dev module) an...