Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By davydnorris
#70255 What about syncing the clocks using a mesh or multicast heartbeat between all the units, and then have each unit generate their own 100Hz pulses?

The internal clocks would keep pretty good time if your heartbeat is every 5 mins or so, and you would then only need to send start/stop signals to kick off the pulses
User avatar
By lalo_uy
#70592 I don't think 100 pkt per second is attainable. But you could generate the 100hz and send a sync signal 1/10 of that. Basic PLL principle.
Or you want to trigger the leds with 1/100 precision ?
I have an application requiting 20 pkt/s.
A simple crono display with secs & 1/10 of sec and don't get smooth countdown.
Use custom firmware with arduino IDE.