Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Using ESB to sync time between multiple devices with accuracy < 1ms

Hello

I am building an application where multiple devices needs to keep the time in sync, wirelessly, with error of less that 1ms.
On a test that I performed using the ESB protocol, I found that the latency of the data between a transmitter and a receiver was always <1ms.
The idea is that, using the ESB protocol, a primary transmitter will send a timestamp to multiple receivers. Using the small delay of the transmitted data, the receivers will be able to sync their clocks with accuracy of <1ms which is the latency of the transmitted data.

Is it possible to use ESB for such an application? Or any other suggestions that this application can be possible?

Parents Reply Children
Related