2023-02-01 07:50 AM
Hi
I was wondering if there are any examples for using the Sensor Fusion Low Power Algorithm inside a LSM6DSV16X. I would like to retrieve the current Heading, Pitch and Roll information. Alternatively I'd also be happy with an example explaining how to get the Quaternion values from the SFLP. Anything regarding the SFLP would be nice. The examples do not outline any of the SFLP features (at least I was unable to find anything except the calls for directly manipulating the registers).
Solved! Go to Solution.
2023-02-02 07:45 AM
Hi @TLi.7nder ,
You can have a look to the C examples for the use and configuration of SFLP in LSM6DSV16X sensors on Github at this link --> lsm6dsv16x_sensor_fusion.c
-Eleon
2023-02-02 07:45 AM
Hi @TLi.7nder ,
You can have a look to the C examples for the use and configuration of SFLP in LSM6DSV16X sensors on Github at this link --> lsm6dsv16x_sensor_fusion.c
-Eleon
2023-02-02 11:40 AM
@Eleon BORLINI
Eleon, I am so sorry. I had cloned the repository and even checked out the examples for the lsm6dsv16x but apparently I was blind.
2023-08-07 07:12 PM - edited 2023-08-07 07:16 PM
https://github.com/stm32duino/LSM6DSV16X/blob/main/src/lsm6dsv16x_reg.c
Is there a sensor fusion configuration available on GitHub for Arduino? If not, are there any plans to add it in the future?
2023-10-01 04:04 PM
Here is an Arduino example.
2023-10-02 06:55 AM