Friday 19 May 2017

Calculate G's of an Accelerometer


Pat asks:


Accelerometer Breakout Board - ADXL193 +/-250g


could you tell me if this is correct.


Looking at the data sheet the mid sensitivity is about 8mv/G @ 5volts. If I use a 10bit adc @ 5volts then 5/1024=4.9 mV, so 1g=8mV so in bits 8/4.9=1.63 bits/g. Then if I have a zero adc reading of say 500 and I get a reading of 530, then


530-500- 30/1.63=18 g's.


Is that the way to calculate G's from this Breakout Board.




  • the data sheet says that voltage as low as 3.5 could be used and I was thinking of trying both 3.7v and see if 3.3v will work. Any idea what this will do for the calculations and that maximum range. I know the sensitivity is ratiometric so that will drop based on a lower input voltage.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...