03-31-2022 07:32 PM - edited 03-31-2022 07:56 PM
Dear Bosch-Support,
I am current trying to figure out how to implement the data synchronization mode of the BMI085 using an FPGA rather than a microcontroller. I have been reviewing your Github project https://github.com/BoschSensortec/BMI08x-Sensor-API/ and wanted to know:
1)Is it possible to setup the data synchronization mode with an FPGA?
2) If it is possible, what are the steps I need to take to achieve the data sync mode for the accelerometer and the gyroscope?
I am trying to setup the 1kHz sync mode and I am implementing it using a SPI interface.
I am looking forward for your answer.
Thank you.
Best regards,
Zachary
04-01-2022 04:12 AM
Hi zachtchenoweth,
1.Reference code was written by C language on MCU, you could refer and migrate it to you platform;
2.You could refer accelerometer and gyroscope data sync example mode on github: https://github.com/BoschSensortec/BMI08x-Sensor-API/tree/master/examples/read_synchronized_data_mcu