ADXL355 library

Did anyone use ADXL355 accelerometer with Particle? What library should I use? What about FFT? Thanks

I don't see a library for ADXL35* in the Particle community libraries, Adafruit, or Sparkfun. If you can find an Arduino library, it may be possible to port it.

Hi @iarakis I ported an Arduino ADXL355 library to the Particle platform some time ago. I pulled the code into an example repository for you to take a look at. I have not tested this example repository, I only made sure it compiled. Use at your own risk.

1 Like

Thank you very much.

Best regards,