cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to get any data from ISM330DHCX sensor on STM32 Nucleo L476RG

PVaaz.1
Associate III

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

0693W00000FAGr7QAH.png  

 below is NO data from ism330dhcx

0693W00000FAGsnQAH.png 

Also, I get below snaphot on connecting to com port with ism330dhcx, Even the same type of outlined only image with iis2dlpc as well.

0693W00000FAGssQAH.png 

Attached is my project

Best,

Pv

2 REPLIES 2
Miroslav BATEK
ST Employee

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

Eleon BORLINI
ST Employee

Hi @PVaaz.1​ ,

do you have now any updates about your issue?

-Eleon