Hello to the community!
I have two nRF52832 sensor nodes and aim to implement synchronized sampling of all sensors, including synchronization between sensors of the two nodes. I went through this article Wireless timer synchronization among nRF5 devices . Yet, before starting work, I wish to make sure:
(1) Can we apply the method described in Wireless timer synchronization among nRF5 devices irrespective of the communication mode; i.e., I am currently using notifications to send the sensor data to the client continuously? Is there any danger that implementing this method will affect the existing communication?
(2) Synchronization in sampling shall remain valid continuously, e.g., after one hour of data collection. I guess per-sample synchronization may not be efficient, and the proper solution will involve synchronizing the sampling rate timers between the two nodes at regular intervals, e.g., every 10 seconds. Any recommendations regarding choosing the proper strategy and avoiding possible pitfalls will be appreciated.