I have made a setup of two nodes using Arduino and a wireless communication module. Both nodes run the same algorithm and predicts the next sample after each iteration.
As in standalone mode where prediction occurs sample by sample ( no transmission ) , I observed that there's a possibility receiver node leads the transmitting node in prediction of samples.
My question is how to maintain synchronization of prediction samples during standalone mode at each nodes ?