2024-10-09 01:42 AM
I have to work on a project that includes an accelerometer, gyroscope, and magnetometer. For the first two, I would like to use the LSM6DSV16X sensor, but I haven't yet chosen a magnetometer.
1) Do you have any recommendations for one that would work well with the LSM6DSV16X?
2) Is it possible to synchronize the sampling between the LSM6DSV16X and the magnetometer?
Solved! Go to Solution.
2024-10-09 07:06 AM
Hi @Andrea Verdecchia ,
You could look at LIS2MDL.
If you want to compute sensor hub with LSM6DSV16X you can follow this official example on Github and the section 7 of AN5763.
Hope this helps :)
2024-10-09 07:06 AM
Hi @Andrea Verdecchia ,
You could look at LIS2MDL.
If you want to compute sensor hub with LSM6DSV16X you can follow this official example on Github and the section 7 of AN5763.
Hope this helps :)
2024-10-21 01:40 AM
Thank you for your suggestion. Do you know if I can find an example schematic somewhere showing the interconnection between the LSM6DSV16X and the LIS2MDL, like the schematic of a development board that has both of them?
Thanks anyway.
2024-10-23 02:02 AM
Hi @Andrea Verdecchia ,
We don't have LSM6DSV16X and LIS2MDL, but we have MKI217V1 that has LSM6DSO which is pin-pin compatible with LSM6DSV16X. So I think you could look at this schematic
2024-10-23 02:35 AM
Thanks Federica.