2021-09-23 10:57 AM
Hello,
I followed this : https://www.st.com/resource/en/application_note/dm00628155-how-to-use-a-sensor-on-a-dil-24-socket-in-xcubemems1-package-applications-stmicroelectronics.pdf
and created an STM32L476 Nucleo project for ISM330DHCX DIL 24 daughterboard.I have mounted it on IKS01A3's DIL 24 connector and kept all jumpers intact as the original IKS01A3.
I can not get any data on the Unicleo with ism330dhcx DIL
I repeated the same exercise for iis2dlpc DIL 24 daughter board and I can get the data
Can you please have a look at the attached project and tell me what's wrong.
below is the data from iis2dlpc
below is NO data from ism330dhcx
Also, I get below snaphot on connecting to com port with ism330dhcx, Even the same type of outlined only image with iis2dlpc as well.
Attached is my project
Best,
Pv
2021-09-30 06:27 AM
Hello,
please replace the ISM330DHCX drivers by the ones in the attachment, then it should work as expected.
Don't forget to implement function which indicates sensor orientation for proper Sensor Fusion function.
BSP_SENSOR_ACC_GetOrientation
BSP_SENSOR_GYR_GetOrientation
BSP_SENSOR_MAG_GetOrientation
Best regards
Miroslav
2021-10-18 04:39 AM
Hi @PVaaz.1 ,
do you have now any updates about your issue?
-Eleon