Skip to main content
adeemkazi92
Associate III
October 22, 2015
Question

LIS3DSH accelerometer with stm32f4discovery

  • October 22, 2015
  • 4 replies
  • 1501 views
Posted on October 22, 2015 at 12:34

i am looking to write an application making use of the on board LIS3DSH accelerometer. However, the examples provided (and pointed to by the documentation) all make use of the old LIS302DL accelerometer. Does anyone have or know of a sample application that reads data from the LIS3DSH for the STMF4 Discovery?

    This topic has been closed for replies.

    4 replies

    tm3341
    Associate III
    October 23, 2015
    Posted on October 23, 2015 at 16:05

    Type ''LIS3DSH STM32f4-discovery'' in your favourite search engine.

    qwer.asdf
    Senior
    October 23, 2015
    Posted on October 23, 2015 at 16:20

    And your favorite search engine for searching code should be

    https://github.com/search?utf8=%E2%9C%93&q=LIS3DSH+stm32

    :)

    chaitanya chippada
    Associate III
    December 8, 2016
    Posted on December 08, 2016 at 07:17

    Hi,

         I am using LIS3DSH in my project for detecting acceleration  ,I configured sensor with

    ODR - 1600 Hz

    mode - Stream mode

    filter -800 hz

    I am reading output  registers by concating L and H of o/p register, i am taking acceleration points for 60 seconds that is expected data points 1600 * 60 =96000 data points, but I am getting 4500 data points with i2c communication.

    what might the wrong configuration,can you help me out ??? 

    chaitanya chippada
    Associate III
    December 8, 2016
    Posted on December 08, 2016 at 07:19

    please send the reply,as soon as possible