keinstein
Junior Member level 1

adxl330 calculation
I'm trying to build a vibration & shock analysis sensor device. I've interfaced adxl330 with pic16f877a adc converter. At the moment I'm trying to calibrate adxl330. I got reading from various orientation already as shown below. How do you convert them to Gs. Can someone post a procedure of doing this; Here are the readings.
I will appreciate your contribution.

I'm trying to build a vibration & shock analysis sensor device. I've interfaced adxl330 with pic16f877a adc converter. At the moment I'm trying to calibrate adxl330. I got reading from various orientation already as shown below. How do you convert them to Gs. Can someone post a procedure of doing this; Here are the readings.
Code:
VREF+= 3.3V
VREF- = GND
VDD =3.3V
[Xmin Xg Xmac] = [608 512 396]-----X-AXIS
[Ymin Yg Ymac] = [612 512 396]....-Y-AXIS
[Zmin Zg Zmac] = [606 512 396] ---Z-AXIS
I will appreciate your contribution.