Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver for LIS2HH12 3-axis accelerometer #644

Open
4 of 5 tasks
ferdinandkeil opened this issue Jun 27, 2024 · 1 comment
Open
4 of 5 tasks

Driver for LIS2HH12 3-axis accelerometer #644

ferdinandkeil opened this issue Jun 27, 2024 · 1 comment
Labels
driver request A request for a device driver enhancement New feature or request

Comments

@ferdinandkeil
Copy link

Device name

ST LIS2HH12

Device description

This is a ultra-low-power 3-axis accelerometer IC. It's full scale is selectable between +-2g, +-4g and +-8 g and the output rate can be between 10 Hz to 800 Hz. Its integrated FIFO makes it possible to acquire samples without CPU intervention. It can be controlled over I2C or SPI.

Device product page URL

https://www.st.com/en/mems-and-sensors/lis2hh12.html

Datasheet URL

https://www.st.com/resource/en/datasheet/lis2hh12.pdf

Can the device be purchased at any of the followings?

  • AliExpress
  • Amazon
  • ebay
  • Digi-Key
  • Mouser

URLs to purchase the device

https://www.digikey.com/en/products/detail/stmicroelectronics/LIS2HH12TR/5043058
https://eu.mouser.com/ProductDetail/STMicroelectronics/LIS2HH12TR?qs=%2FyPOVIzmEE34aMMKbW6Cmg%3D%3D

Other implementations

I have started work on an implementation in my own fork.
It is heavily based on ST's reference implementation and their examples. The code is BSD licensed. I have already implemented the changes to make it work with esp-idf-lib and just need a bit of cleanup.

@ferdinandkeil ferdinandkeil added the enhancement New feature or request label Jun 27, 2024
@ferdinandkeil
Copy link
Author

Can you please assign this issue to me.

@trombik trombik added the driver request A request for a device driver label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver request A request for a device driver enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants