I have having a project of vibration monitoring using ADXL345 and Arduino. Is it possible to get velocity and displacement from the set of acceleration data collected from ADXL345?
I am try to use such sensors before to measure the velocity but I discovered it is too difficult and if one get results, these results donot have the required accuracy and may be needing to calibration.
For ADXL345 some users used below code but I think you are need the files (ADXL345.h, Wire.h )which are providing with the sensor.
Good Day Mr @Al-Sabur, I would like to know if this will be the same if the accelerometer will be put in stationary as it will be only getting the vibrational response of a structure so it will be put on one part of the building only.
I mentioned before , I am preferring to investigate the acceleration from displacement sensor , I was using another sensor (VN 100 https://www.vectornav.com/products/vn-100) where this tool given the three components of the acceleration.
Regarding to the code which you mentioned, it was widely used in Android application and you can got more information information such as