Skip to main content
Visitor II
June 17, 2020
Question

STEVAL-MK1175V1/LIS2DE12 accel setup help

  • June 17, 2020
  • 1 reply
  • 764 views

Hi, I'm using the LIS2DE12 as a motion detector for my nRF BLE product. I purchased the eval module (STEVAL-MKI175V1) and I'm trying to set it up over SPI from the nRF52 eval board. I followed the datasheet for the eval board and connected the basic pins (VDD, VDD_IO, GND, SDO, SDI, SCL, CS).

When I read the WHO_AM_I register, I get the value 0x24 and it should be 0x33. Not sure why.

Please see attached analyzer image, thanks!

    This topic has been closed for replies.

    1 reply

    JChen.9Author
    Visitor II
    June 17, 2020

    when I disconnected SDO (MISO), it reads back correctly, 0x33. The MISO must not be configured correctly on the nRF side.