Adafruit_LIS3DH
Adafruit_LIS3DH copied to clipboard
Arduino Library for Adafruit LIS3DH breakout board
Hello Adafruit Community, I added a couple of functions to enable the temperature measurement baked in the ADC3 of the LIS3DH with an example on how to use them. bool...
Thank you for sharing this library. When I set the data rate to be 50Hz, there is no difference compared to the default. No matter how I change the rate,...
Hello Thanks for providing libraries for this accelerometer. I have interfaced accelerometer with ESP32. I've observed one thing where if I keep my sensor in a stationary state or move...
This adds rudimentary FIFO capabilities to this library. Namely, turning it off and on, toggling the different modes, and checking if there is data in the fifo. There's a new...
Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating...
- Arduino board: **Adafruit Feather M0 BLE** - Arduino IDE version (found in Arduino -> About Arduino menu): **1.8.10** - List the steps to reproduce the problem below (if possible...
Can you add an example for lis3dh temperature measurement?
lis.setDataRate(LIS3DH_DATARATE_LOWPOWER_5KHZ); Above code is not setting the accelerometer in 5kHz mode but in 1.344 kHz High resolution mode. I read the LIS3DH_REG_CTRL1 register and i get a value b'1001 0111....
Hi there, I am currently running 4 LIS3DH chips in SPI configuration, outputting accel data @ 12bit (high res) 200Hz, +/- 2gs configuration. The chips are not moving, and I...