robcazzaro/nRF52-BHY2-Sensor-API

bhy2_get_and_process_fifo speed

dariosortino opened this issue · 0 comments

Hello rob!

I was playing with the BHI and noticed that I'm really slow in processing the FIFO. Have you ever had any problem in that? It seems that when I call get_and_process_fifo (obviously), it spends a lot of time going trough the FIFO, I'm talking about dozens of msec.

My goal is to have just a sample for a couple of virtual sensors whenever I ask for that, but that seems nearly impossible to do. Any advice on that?