2016-12-29 02:03 AM
https://community.st.com/tags♯/?tags=motion%20sensor
‌Hi, For our product we need ST's Motion Sensors to give us Roll, Pitch, Yaw, Compass, Quaternions, tilt from vertical, Angular velocity, linear displacement and acceleration. I need to know which ST Products (combination of sensors, software components/Algorithms) will give me these parameters as outputs. Thanks!
#motion-sensor2016-12-30 12:31 AM
Basicaly you need accelerometer, gyroscope and magnetometer. For example you can use combo sensor (accelerometer and gyroscope in one package) LSM6DSL and magnetometer LIS3MDL. Usign data from these sensor an algorithm is able to calculate the values you need.
Concerning the algorithm you need sensor fusion, you can find it here
.Overall it is quite compex task, so I would recomend you to start with STM32 Nucleo board either
or and expansion board or . Using these componets you can start with usign sensor fusion algorithm.2016-12-31 04:22 AM
Thank you. We have started with STM32L476RG. What are the differences in Sensor fusion outputs if I use IKS01A1 or IKS01A2?
2016-12-31 06:03 AM
Basicaly there are no differences in sensor fusion outputs, both will work well. If you would like to use the same sensors in your final product I would recomend you to use IKS01A2 which is newer expansion board and incorporate the latest sensors LSM6DSL (accelerometer + gyroscope) and LSM303AGR (magnetometer + accelerometer).
2018-03-08 09:18 PM
Please help me to use STM32L475VG Discovery Kit IoT Node to access motion sensors, microphone, temperature, humidity, etc. Thank you very much in advance.
Suryadi