Hi,
We are using nRF24L01+ modules on an ultrasonic positioning system. For synchronization, we wanted to use the RX and TX interrupts provided by the module to trigger
transmission and reception of ultrasonic pulses. (Transmitter transmits a packet to the receiver -> transmitter begins sending ultrasound pulse at TX, receiver begins
sampling at RX interrupt). However, we are measuring a high jitter in timing between the TX and RX interrupts of up to 1ms. It was our understanding that the state machine
in the nrf is implemented in hardware and therefore the jitter should be rather small. Could this be a configuration issue or is this normal behavior?
Thank you very much!