Hello,
I'm developing a BLE device based on nRF52832 and SoftDevice 112 using SDK 15.3.0. The device operates only in peripheral mode with only a single connection to the central. There are anywhere from 1 to 4 peripheral devices used simultaneously connected to the same central.
I need to implement clock sync between the peripheral devices. The Wireless timer synchronization among nRF5 devices blog, which shows how to do this using the Timeslot API, looks ideal and I will attempt to implement this. The solution code is written for nRF52832 and SoftDevice 132. I'd like to confirm that it can also be implemented when using SoftDevice 112.
Many thanks,
Tim