02-12-2022 07:21 AM
How would one get data off a Bosch IMU into a laptop with a wired connection? I am specifically looking to connect 20+ BMI160s to a laptop and read data from them in real-time.
02-12-2022 07:36 AM
Hello crested_coua,
You could use the microcontroller to read the sensor data, and then transfer the data to the computer through USB.
02-12-2022 05:23 PM
Is there a guide on how to do this for a BMI160?
02-14-2022 02:48 AM
Hello crested_coua,
You could refer BMI160 data sheet and driver code to read sensor data from BMI160 by using microcontroller.
Data sheet: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi160-ds000.pdf
Driver code: https://github.com/BoschSensortec/BMI160_driver