Skip to main content
Visitor II
August 19, 2020
Question

API

  • August 19, 2020
  • 1 reply
  • 769 views

I wanted to use the following sensors on my next project.

LPS35HWTR

LSM9DS1TR

STC3100IST

Until now we have used sensors from another company. Does ST provide an API? I have also looked into the Software packs in STM32CubeMX but I cannot find these devices.

Thanks

    This topic has been closed for replies.

    1 reply

    ST Employee
    August 24, 2020

    Hi @JSido​ , you can find the pressure sensor and the inertial sensor C drivers on the Github repository:

    For the STC3100I battery monitor, I suggest you to give a look to the similar (and newer) product STC3115 drivers that you can find in the FP-SNS-ALLMEMS1 firmware function pack (folder: Drivers\BSP\Components\stc3115).

    You may base your code on the examples of the Allmems1 function pack and then add customized code including your devices drivers and your HW mapping.

    Regards