Calculating velocity using Acceleration data read in mg from LSM6DSOX
Hello Developers,
In my product we are using ST Mems senor LSM6DSOX with Noridc chipset. Currently only acceleration data is read from sensor every minute which gives 1 sample of x,y.z axis accleration in mg/minute.
Configuration of LSM6DSOX sensor:
ODR : 6667Hz
Scale: 16g
Now in my solution i want to calculate the velocity (m/s) of the object in x,y,z, direction using this acceleration data points.
Currently i am using this python script to calculate velocity, but i want to verify is this the right approach. I have taken two values as sample when node is steady in ideal condition. Python script attached for reference.
Can anyone let me know how we can convert acceleration data to veloctity ?
