-->
Page 2 of 2

Re: Best way to send reliable sync signal to multiple ESP826

PostPosted: Sat Sep 23, 2017 7:03 pm
by davydnorris
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

Re: Best way to send reliable sync signal to multiple ESP826

PostPosted: Thu Sep 28, 2017 8:51 am
by eriksl
The TCP implementation in lwip is very simple. I don't think it will add a significant amount of delay (other than implied by the WLAN protocol).

Re: Best way to send reliable sync signal to multiple ESP826

PostPosted: Wed Oct 04, 2017 9:53 am
by lalo_uy
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.