Does MinIMU-9 v3 work with windows 10?

I’m running windows 10 on a raspberry pi. How do I go about making this sensor work?

You will need to write a program that uses the I2C bus, to communicate with the sensor. The data sheet for the two chips explains all the commands and register addresses.

Hello. Searching the Internet for “windows 10 i2c” yielded an I2C Accelerometer Sample, which would probably help you get started. After learning how to do basic I2C operations with that tutorial, you would need to read the datasheets for the components of the MinIMU-9 v3 and/or look at our sample code in order to figure out which registers to read from and write to.

–David