Page 1 of 1

Crazyflie 2.1 - BMI088 FIFO

Posted: Fri Dec 04, 2020 8:18 pm
by TheLegendaryJedi
Hi,

Can anyone tell me if the original bitcraze crazyflie2.1 Firmware reads accel and gyro sensors of bmi088 using the fifo registers or using the data registers?

Best regards

Re: Crazyflie 2.1 - BMI088 FIFO

Posted: Mon Dec 07, 2020 10:35 am
by tobias
The CF2.1 firmware reads from the data registers using the bosch provided driver/lib bmi088_get_gyro_data and bmi088_get_accel_data.

Re: Crazyflie 2.1 - BMI088 FIFO

Posted: Mon Dec 14, 2020 8:44 pm
by TheLegendaryJedi
Thanks a lot Tobias.

I see you implement the FIFO read in another function but you don't use it. You are using the normal sensor data registers.

Best regards