SparkFun_ADXL345_Arduino_Library icon indicating copy to clipboard operation
SparkFun_ADXL345_Arduino_Library copied to clipboard

Arduino Library for the ADXL345

Results 16 SparkFun_ADXL345_Arduino_Library issues
Sort by recently updated
recently updated
newest added

Hello There are a few very important updates on the repo, specially this one: https://github.com/sparkfun/SparkFun_ADXL345_Arduino_Library/commit/6d795cce285d94014c294d297573e33266a4c7d5 Without that commit the communication though i2c doesn't work, at least using the Espressive arduino...

Hello, I’m experiencing some issue in trying to make ADXL345 accelerometer works in SPI by using an nRF52 feather. Here are the connections ``` nrf52 ADXL345 SCK SCL MISO SDO...

`README.md` mentions a non-existent `LICENSE.md` file. There is no clear license attached to the code but `SparkFun_ADXL345.cpp` states: `Modified Bildr ADXL345 Source File @ http://code.bildr.org/download/959.zip to support both I2C and...

Has anyone successfully tested and found the interrupt to work when a freefall, tap, or activity event occurred?

I've added FIFO support and also watermark and overrun interrupt enable functions.

allow more power saving than sleep

Hello, in function powerOn() I see that whole register POWER_CTL value instantly being changed from 0 to 16 and eventually to 8. writeTo(ADXL345_POWER_CTL, 0); // Wakeup writeTo(ADXL345_POWER_CTL, 16); // Auto_Sleep...

When reading the values via readAccel(int* x, int* y, int* z), three integers are returned. But their values are never negative. Instead small negative values become huge positive numbers (e.g....