2024-02-07 05:53 AM
Hi all,
I am implementing SFLP in ArduinoIDE using the board library and examples and have modified the code to also batch the accelerometer and gyroscope data in the FIFO buffer, however this creates a consistent delay in the data transmission which is not there when I am solely batching the SFLP game rotation vector. This is the line of code which makes the difference, although I am not sure why or how to get rid of this delay:
2024-02-11 11:43 PM
Hi @ZoeTakacs ,
How did you configure the sensor? Is your code based on one of our examples? If not, please try to use them and let me know if this solves the delay.
How do you manage the communication from FIFO? And how do you estimate the delay? Can you share some values to better understand?
Thanks.