adafruit / Adafruit_CircuitPython_ADXL34x

A CircuitPython driver for the ADXL34x family of accelerometers
MIT License
37 stars 14 forks source link

i cant see gyro parameter #39

Closed ufukasia closed 1 year ago

ufukasia commented 1 year ago

hello everyone I want to use accelerometer data from adxl345 but accelerometer data have noise already you now so I need extra gyro data for fusion (complementary filter) then, came to mind this "accelerometer = adafruit_adxl34x.ADXL345(i2c)" output, is it include any filter ?

caternuson commented 1 year ago

It does not include any filtering other than what the is built into the ADXL34x sensor itself (if any). The datasheet would have the details about this.