SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 3 Issue 5 ǁ May 2015 ǁ PP.25-32
www.ijres.org 25 | Page
The Data Acquisition and Processing Based on MEMS
Accelerometer
Wen Huang,Li Qian
(College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai,China)
ABSTRACT:A data acquisition module is designed based on the ADXL345 of MEMS accelerometer.The
Cortex-M3 communicates with the ADXL345 via the internal IIC bus to acquire the output data of
accelerometer. Have a curve fitting because of the output signal of MEMS accelerometer with a large noise.
ADXL345, as an input component, takes advantage of analyzing the relationship between the attitude of input
component and gravitational acceleration to eliminate the influence of gravity on the trajectory. As a result,
acceleration of the movement of the input component is collected,and displacement is got through the secondary
integral of the acceleration,so the trajectory can be simulated by MATLAB. Calculating the deflection angle of
the input component in the space,and data processing in the MATLAB.
Keywords-MEMS,Data Processing,IIC,Simulate,Curve fitting
I. INTRODUCTION
For a long time, using the body's movements to interact with a computer has been one of the targets the
human-computer interaction technology in pursuit of perfection. At the present ,There are two main kinds of
human-computer interaction technologies: action recognition technology in the video and action recognition
technology of inertial devices[1]
.
With the development of Micro-Electro-Mechanical Systems(MEMS) and the development of micro
processing technology, MEMS acceleration,MEMS gyroscope, magnetometer sensor, micro sensor input control
unit, can meet the higher requirements of the input terminal. Using MEMS acceleration sensor to measure speed
and get the displacement can be applied to hard disk pedometer, fall protection, rotation angle measurement,
rotation detection, shaking detection, and click, double-click detection as well as other intelligent detection
function and the control component of the game[2-4]
.
The ADXL345 is a small, thin, ultra-low power, 3-axis accelerometer with high resolution (13-bit)
measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible
through either a SPI (3- or 4-wire) or I2C digital interface. The ADXL345 is well suited for mobile device
applications. It can measures the static acceleration of gravity in tilt-sensing applications, as well as dynamic
acceleration resulting from motion or shock. Its high resolution (3.9 mg/LSB) enables the measurement of
inclination changes less than 1.0°.[4]
This article designs the ADXL345 of MEMS accelerometer as an input control component, and discusses
the data acquisition, data processing and simulation, and puts forward the prospect of the application of
ADXL345.Data processing and simulation is the most important part of this article which mainly
includes:curving fitting of the output signal, analyzing the relationship between the attitude of input component
and gravitational acceleration to eliminate the influence of gravity on the trajectory, acquiring the acceleration of
the output of X axis and Y axis, simulating the trajectory through the secondary integral of the acceleration in
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 26 | Page
the MATLAB environment. Analyzing the acceleration of X axis, Y axis and Z axis and calculating the
deflection angle of the input component in the space.
II. THE DESIGN OF THE DATA ACQUISITION SYSTEM
2.1 Hardware Design
The data acquisition unit of the hardware circuit is composed of a microprocessor module and an
acceleration sensor module. The STM32F103ZE chip which is based on Cortex-M3 kernel is used as the
microprocessor. Acceleration measurement module applies ADXL345 of MEMS accelerometer. The ADXL345
chip has an IIC interface, communicates with the IIC serial bus of microprocessor. The sensor data can be
acquired through the IIC serial bus interface 5-6]
.
The hardware circuit is shown in Figure-1; STM32F103ZE chip is used as the data-processing systems
and ADXL345 is used as input component. The SDA and SCL interface link STM32F103ZE with ADXL345
through the IIC serial bus.
Figure-1:Schematic Diagram of Hardware Circuit
STM32F103ZE microprocessor communicates with personal computer through serial port USART.
STM32F103ZE read the data of ADXL345 registers DATAX, DATAY, DATAZ (register address:0X32 - 0X37)
and communicate with the personal computer through USART to save the X-axis, Y-axis, Z-axis acceleration
data.
2.2 Software Design
The whole development system can be programmed in two software tool; The programming software
of STM32F103ZE chip is MDK Keil4 and the data receiving software is Serial Debugging Assistant.
Programming in the MDK environment and generated .HEX file. Downloading the .HEX file to the
STM32F103ZE chip through J-Link. When receiving the acceleration ,the environment could be set as 38400
baud rate, serial number COM, 8 data bits,no parity, and 1 stop bit. After the Assistant print out the DATAX,
DATAY, DATAZ register data of ADXL345,serial communication succeeds. As shown in the Figure-2, the
software realization process.
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 27 | Page
Figure-2:The Software Realization Process
In the initialization process of ADXL345:
Reading the ADXL345 device address, setting the ID 0xE5 because the DEVID register holds a fixed
device ID code of 0xE5 (345 octal), Not self-check, low level output terminal, 13 for full resolution to range 16g.
The data output rate of 100Hz and link enable, measurement mode interrupt enable. X, Y axis offset calibration
is 0x00. The Z axis offset calibration is 0xF9 according to the measured data.
The DATA_FORMAT register (Address 0x31) controls the format of the data. It is recommended that a
multiple-byte read of all registers be performed to prevent a change in data between reads of sequential registers.
Reconstruct the data after acquiring the acceleration it from the data register. DATAX0 is the low byte register
of the X-axis acceleration and DATAX1 is the high byte register. DATAY0 is the low byte register of the Y-axis
acceleration, high byte register is DATAY1. DATAZ0 is the low byte register of the Z-axis acceleration, high
byte register is DATAZ1. ADXL345 uses binary data format and under the 13 bit mode, 1LSB is on behalf of
3.9mg. So the X-axis acceleration can be calculated as:
xa = emp= 3.9mgXT DATAX  ; (1)
In the formula, xa is the measurement acceleration;The calculation of ya , za are similar to the process of
calculating the xa .
III. THE DATA PROCESSING
The input component slowly rotated around the X axis a circle and then rotated around the Y axis in
three-dimensional space. The data output shows as Figure-3;
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 28 | Page
Figure-3:The Acquiring Original Data
3.1 Curve Fitting
The basic idea of curve fitting constructs the polynomial function and approaching the measurement
data( ix , iy )(i=1,2,3……).[7]
Constructing a polynomial function:
1
1 2 1( ) +an n
n nf x a x a x x a
   …… (2)
For measuring a set of metrical data y, obtain an expression ( )f x which reflects the relationship with
the measurement value y, then reach the minimum value E.
2 2
1 0
min | ( ) | = ( )
n n
n i
i i i i
i i
E y f x y a x 
 
    (3)
E equals to the smallest valve of the square of the measurement value minus the polynomial function of curve
fitting .
The above function fitting problem can be regarded as the extreme valve problem of multivariate
function, therefore, solves the Equation:
0;( 0,1,2 )
n
dE
N
da
  …… (4)
It could get n+1 linear equations consisted of equation.
0 0 0
jn m n
n
i i i
i j i
a x y x
  
   (5)
It is Known that acquiring the output data of X-acceleration, Y-acceleration, Z-acceleration is
discrete points. Obtaining an analytic function y=f (x) according to the collected data. ( )f x can keep the
outX , outY , outZ get close to the curve fitting of Fx, Fy, Fz as far as possible. Least square method is the most
commonly used method of Curve fitting and the fitting results can make mini the square deviation. It is to find
the optimum Fx:
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 29 | Page
2n
i=1
min | |Fx Xout (6)
Similarly, Fy, Fz abide by the same principle. Obtain the Curve fitting of X-axis, Y-axis, Z-axis output
from the above principle solution.Get each of them is shown in Table 1.
Table 1.The Polynomial of n Degree of xF , yF , zF
Polynomial of n Degree
(the valve of n)
xF
55
yF
55
zF
71
According to this method, getting the optimal curve fitting and simulating in the MATLAB. The
curve fitting is Shown as Figure-5.
Figure-4:The Simulation of the Curve Fitting
3.2 Space Angle Conversion
In the three-dimensional space,measuring the acceleration of each axis which contains acceleration of
component gravity and motion acceleration, therefore, it cannot be directly calculated the displacement by the
measured acceleration valve. The MEMS accelerometer measurement value is relative to the carrier coordinates,
when the input component is not in the horizontal coordinates, it creates a acceleration of component gravity in
the X-axis, Y-axis, Z-axis. Three axis in the space coordinates system project on the horizontal plane and get the
horizontal value of acceleration. In horizontal plane, remove the gravitational acceleration (Z axis) to get the
horizontal acceleration of motion for calculating displacement.The relationship between horizontal coordinate
system and space is showed as Figure-5.
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 30 | Page
Figure-5:The Relationship Between Horizontal Coordinate System and Space
According to the measured MEMS values of accelerometers, calculate the attitude of input control
terminal. The calculated angle   、 、 (Ignoring the effect of acceleration):(The angel   、 、 show in
Figure-5)
2 2
emp
=
emp + emp
XT
YT ZT
 (7)
2 2
emp
=
emp + emp
YT
XT ZT
 (8)
2 2
emp
=
emp + emp
ZT
XT YT
 (9)
MEMS accelerometer coordinate transform between vector coordinates and horizontal coordinates:
cos sin sin cos sin
0 cos sin
sin cos sin cos cos
n
bC
    
 
    
   
 
  
    
(10)
It can calculate the acceleration according to the projection transformation matrix in the horizontal
coordinate system.so as to eliminate the influence of acceleration of gravity acceleration in horizontal coordinate,
the calculation formula is as follows:
cos sin sin sin cosnx x y za a a a            (11)
cos sinny y za a a     (12)
sin sin cos cos cosnz x y za a a a            (13)
In the formula: nxa , nya , nza is the accelerated speed of X-axis,Y-axis,Z-axis.
3.3 Motion Trajectory
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 31 | Page
Based on the principle of mathematical physics, motion displacement can be calculated by the double
integral of accelerated speed. Regarding an output component as gravity acceleration, have the accelerated
speed double integral to track and accumulate space trajectory.Calculate the displacement by double integrating
the processing data of acceleration.
Firstly,integrating the valve could get the move speed,the formula is:
1
( ) ( ) ( )
N
m m mi
i
V t a t dt a t t

   (14)
Secondly,double integrating the valve could get the trajectory,the formula is:
1
( ) ( ) ( )
N
m m mi
i
S t V t dt V t t

   (15)
In the formula, ( )mV t is the move speed. ( )ma t , ( )mia t is the acquisition of the processed data. ( )mS t is
the distance of the input component moved.
Using the X-acceleration valve and Y-acceleration valve, double integrating ,then simulate the
trajectory in MATLAB. It gives us the Figure-6.The trajectory in the picture is similar with the path of input
component.
Figure-6:The Motion Trajectory of the Input Component
IV. CONCLUSION
The STM32F103ZE chip which is based on Cortex-M3 core can acquire the ADXL345 data of MEMS
accelerometer . This article simulate the output data of ADXL345 to get the trajectory of the input component in
MATLAB. It also analyzes the relationship between the output data and the acceleration of gravity,which can
get control devices attitude.The input control terminal can be used to optimize the current input control
technology in 3-D game; It can be used in anti-human fall detection device, can obtain the real-time attitude of
people.
V. Acknowledgements
Acknowledgement: This project is sponsored by Shanghai University of Engineering Science Innovation
Fund for Graduate Students(14KY0123).
References
[1] Wang Chong, Shi Yuxia,Lu Xiong. Human Motion Measuring Equipment Based on Acceleration Sensor[J]. Microcontrollers
and Embedded Systems,2011,11(8):45-51.
[2] HAN Ying-dang, LI Zheng. Data Acquisition and Pre-processing Based on MEMS Accelerometer[J]. Instrument
Technique and Sensor,2015(2):16-19.
[3] Li Boxun, Ning Wei. The Design of Three Axis Accelerometer Based on Three-Dimensional Mouse[J].computer CD Software
and Applications, 2013(9):121-123.
The Data Acquisition and Processing Based on MEMS Accelerometer
www.ijres.org 32 | Page
[4] YUAN Xi,CHEN Dong. Three-axis digital accelerometer ADXL345 and its application in SINS design[J]. ELECTRONIC
DESIGN ENGINEERING,2010,18(3):138-140.
[5] Chen Qijun, Yu Youling. Embedded system and its application[M]. Tongji University Press,2011.5
[6] CHEN Jianxin, BU Xiang. The Design and Im plem entation of MEMS Accelerom eter-based 3D Wireless Mouse[J] Wireless
Internet Technology,2011(8):23-25
[7] Sun Hui-qing, Guo Zhi-you.Technology of Error Compensation on Sensors[J].CHINESE JOURNAL OF SENSORS AND
ACTUATORS,2004,17(1):90-92.

More Related Content

What's hot

Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniq
IAEME Publication
 

What's hot (19)

Inertial Sensor Array Calibration Made Easy !
Inertial Sensor Array Calibration Made Easy !Inertial Sensor Array Calibration Made Easy !
Inertial Sensor Array Calibration Made Easy !
 
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensorEvolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
Evolution of a shoe-mounted multi-IMU pedestrian dead reckoning PDR sensor
 
Foot-mounted Inertial Navigation Made Easy
Foot-mounted Inertial Navigation Made EasyFoot-mounted Inertial Navigation Made Easy
Foot-mounted Inertial Navigation Made Easy
 
Comparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniqComparative analysis of multi stage cordic using micro rotation techniq
Comparative analysis of multi stage cordic using micro rotation techniq
 
Instrumentation and Automation of Mechatronic
Instrumentation and Automation of MechatronicInstrumentation and Automation of Mechatronic
Instrumentation and Automation of Mechatronic
 
Mixed approach for scheduling process in wimax for high qos
Mixed approach for scheduling process in wimax for high qosMixed approach for scheduling process in wimax for high qos
Mixed approach for scheduling process in wimax for high qos
 
Adaptive Neuro-Fuzzy Control Approach for a Single Inverted Pendulum System
Adaptive Neuro-Fuzzy Control Approach for a Single Inverted Pendulum System Adaptive Neuro-Fuzzy Control Approach for a Single Inverted Pendulum System
Adaptive Neuro-Fuzzy Control Approach for a Single Inverted Pendulum System
 
An Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking DeviceAn Experimental Study on a Pedestrian Tracking Device
An Experimental Study on a Pedestrian Tracking Device
 
MIMUscope Instruction Manual
MIMUscope Instruction ManualMIMUscope Instruction Manual
MIMUscope Instruction Manual
 
A verilog based implementation of transcendental function calculator using co...
A verilog based implementation of transcendental function calculator using co...A verilog based implementation of transcendental function calculator using co...
A verilog based implementation of transcendental function calculator using co...
 
Fz3410961102
Fz3410961102Fz3410961102
Fz3410961102
 
Foot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation SystemsFoot Mounted Pedestrian Navigation Systems
Foot Mounted Pedestrian Navigation Systems
 
Error entropy minimization for brain image registration using hilbert huang t...
Error entropy minimization for brain image registration using hilbert huang t...Error entropy minimization for brain image registration using hilbert huang t...
Error entropy minimization for brain image registration using hilbert huang t...
 
An efficient hardware logarithm generator with modified quasi-symmetrical app...
An efficient hardware logarithm generator with modified quasi-symmetrical app...An efficient hardware logarithm generator with modified quasi-symmetrical app...
An efficient hardware logarithm generator with modified quasi-symmetrical app...
 
Fuzzy Control of Yaw and Roll Angles of a Simulated Helicopter Model Includes...
Fuzzy Control of Yaw and Roll Angles of a Simulated Helicopter Model Includes...Fuzzy Control of Yaw and Roll Angles of a Simulated Helicopter Model Includes...
Fuzzy Control of Yaw and Roll Angles of a Simulated Helicopter Model Includes...
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
 
I0333043049
I0333043049I0333043049
I0333043049
 
H03403053059
H03403053059H03403053059
H03403053059
 

Similar to The Data Acquisition and Processing Based on MEMS Accelerometer

Implementation performance analysis of cordic
Implementation performance analysis of cordicImplementation performance analysis of cordic
Implementation performance analysis of cordic
iaemedu
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
IAEME Publication
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
IAEME Publication
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
IAEME Publication
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520
IJRAT
 

Similar to The Data Acquisition and Processing Based on MEMS Accelerometer (20)

Implementation of an arithmetic logic using area efficient carry lookahead adder
Implementation of an arithmetic logic using area efficient carry lookahead adderImplementation of an arithmetic logic using area efficient carry lookahead adder
Implementation of an arithmetic logic using area efficient carry lookahead adder
 
Design and implementation of 3 axis linear interpolation controller in fpga f...
Design and implementation of 3 axis linear interpolation controller in fpga f...Design and implementation of 3 axis linear interpolation controller in fpga f...
Design and implementation of 3 axis linear interpolation controller in fpga f...
 
Implementation performance analysis of cordic
Implementation performance analysis of cordicImplementation performance analysis of cordic
Implementation performance analysis of cordic
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
Implementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldcImplementation of fuzzy logic using mems accelerometer for controlling bldc
Implementation of fuzzy logic using mems accelerometer for controlling bldc
 
Hardware implementation of aes encryption and decryption for low area & power...
Hardware implementation of aes encryption and decryption for low area & power...Hardware implementation of aes encryption and decryption for low area & power...
Hardware implementation of aes encryption and decryption for low area & power...
 
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
Hardware Implementation of Low Cost Inertial Navigation System Using Mems Ine...
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
 
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
FPGA Implementation of Soft Output Viterbi Algorithm Using Memoryless Hybrid ...
 
Ig3314081417
Ig3314081417Ig3314081417
Ig3314081417
 
Ig3314081417
Ig3314081417Ig3314081417
Ig3314081417
 
G364246
G364246G364246
G364246
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
Ax03303120316
Ax03303120316Ax03303120316
Ax03303120316
 
Design, Construction and Operation of a 4-Bit Counting Circuit
Design, Construction and Operation of a 4-Bit Counting CircuitDesign, Construction and Operation of a 4-Bit Counting Circuit
Design, Construction and Operation of a 4-Bit Counting Circuit
 
K010137378
K010137378K010137378
K010137378
 
Paper id 37201520
Paper id 37201520Paper id 37201520
Paper id 37201520
 
IRJET - Multi-Key Privacy in Cloud Computing
IRJET -  	  Multi-Key Privacy in Cloud ComputingIRJET -  	  Multi-Key Privacy in Cloud Computing
IRJET - Multi-Key Privacy in Cloud Computing
 
Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...Design and Implementation of Test Vector Generation using Random Forest Techn...
Design and Implementation of Test Vector Generation using Random Forest Techn...
 

More from IJRES Journal

Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
IJRES Journal
 

More from IJRES Journal (20)

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil properties
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their Structures
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible Rod
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and Detection
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioning
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision Workbench
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and Now
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirs
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound Signal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubes
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
 

Recently uploaded

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 

Recently uploaded (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

The Data Acquisition and Processing Based on MEMS Accelerometer

  • 1. International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 3 Issue 5 ǁ May 2015 ǁ PP.25-32 www.ijres.org 25 | Page The Data Acquisition and Processing Based on MEMS Accelerometer Wen Huang,Li Qian (College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai,China) ABSTRACT:A data acquisition module is designed based on the ADXL345 of MEMS accelerometer.The Cortex-M3 communicates with the ADXL345 via the internal IIC bus to acquire the output data of accelerometer. Have a curve fitting because of the output signal of MEMS accelerometer with a large noise. ADXL345, as an input component, takes advantage of analyzing the relationship between the attitude of input component and gravitational acceleration to eliminate the influence of gravity on the trajectory. As a result, acceleration of the movement of the input component is collected,and displacement is got through the secondary integral of the acceleration,so the trajectory can be simulated by MATLAB. Calculating the deflection angle of the input component in the space,and data processing in the MATLAB. Keywords-MEMS,Data Processing,IIC,Simulate,Curve fitting I. INTRODUCTION For a long time, using the body's movements to interact with a computer has been one of the targets the human-computer interaction technology in pursuit of perfection. At the present ,There are two main kinds of human-computer interaction technologies: action recognition technology in the video and action recognition technology of inertial devices[1] . With the development of Micro-Electro-Mechanical Systems(MEMS) and the development of micro processing technology, MEMS acceleration,MEMS gyroscope, magnetometer sensor, micro sensor input control unit, can meet the higher requirements of the input terminal. Using MEMS acceleration sensor to measure speed and get the displacement can be applied to hard disk pedometer, fall protection, rotation angle measurement, rotation detection, shaking detection, and click, double-click detection as well as other intelligent detection function and the control component of the game[2-4] . The ADXL345 is a small, thin, ultra-low power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible through either a SPI (3- or 4-wire) or I2C digital interface. The ADXL345 is well suited for mobile device applications. It can measures the static acceleration of gravity in tilt-sensing applications, as well as dynamic acceleration resulting from motion or shock. Its high resolution (3.9 mg/LSB) enables the measurement of inclination changes less than 1.0°.[4] This article designs the ADXL345 of MEMS accelerometer as an input control component, and discusses the data acquisition, data processing and simulation, and puts forward the prospect of the application of ADXL345.Data processing and simulation is the most important part of this article which mainly includes:curving fitting of the output signal, analyzing the relationship between the attitude of input component and gravitational acceleration to eliminate the influence of gravity on the trajectory, acquiring the acceleration of the output of X axis and Y axis, simulating the trajectory through the secondary integral of the acceleration in
  • 2. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 26 | Page the MATLAB environment. Analyzing the acceleration of X axis, Y axis and Z axis and calculating the deflection angle of the input component in the space. II. THE DESIGN OF THE DATA ACQUISITION SYSTEM 2.1 Hardware Design The data acquisition unit of the hardware circuit is composed of a microprocessor module and an acceleration sensor module. The STM32F103ZE chip which is based on Cortex-M3 kernel is used as the microprocessor. Acceleration measurement module applies ADXL345 of MEMS accelerometer. The ADXL345 chip has an IIC interface, communicates with the IIC serial bus of microprocessor. The sensor data can be acquired through the IIC serial bus interface 5-6] . The hardware circuit is shown in Figure-1; STM32F103ZE chip is used as the data-processing systems and ADXL345 is used as input component. The SDA and SCL interface link STM32F103ZE with ADXL345 through the IIC serial bus. Figure-1:Schematic Diagram of Hardware Circuit STM32F103ZE microprocessor communicates with personal computer through serial port USART. STM32F103ZE read the data of ADXL345 registers DATAX, DATAY, DATAZ (register address:0X32 - 0X37) and communicate with the personal computer through USART to save the X-axis, Y-axis, Z-axis acceleration data. 2.2 Software Design The whole development system can be programmed in two software tool; The programming software of STM32F103ZE chip is MDK Keil4 and the data receiving software is Serial Debugging Assistant. Programming in the MDK environment and generated .HEX file. Downloading the .HEX file to the STM32F103ZE chip through J-Link. When receiving the acceleration ,the environment could be set as 38400 baud rate, serial number COM, 8 data bits,no parity, and 1 stop bit. After the Assistant print out the DATAX, DATAY, DATAZ register data of ADXL345,serial communication succeeds. As shown in the Figure-2, the software realization process.
  • 3. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 27 | Page Figure-2:The Software Realization Process In the initialization process of ADXL345: Reading the ADXL345 device address, setting the ID 0xE5 because the DEVID register holds a fixed device ID code of 0xE5 (345 octal), Not self-check, low level output terminal, 13 for full resolution to range 16g. The data output rate of 100Hz and link enable, measurement mode interrupt enable. X, Y axis offset calibration is 0x00. The Z axis offset calibration is 0xF9 according to the measured data. The DATA_FORMAT register (Address 0x31) controls the format of the data. It is recommended that a multiple-byte read of all registers be performed to prevent a change in data between reads of sequential registers. Reconstruct the data after acquiring the acceleration it from the data register. DATAX0 is the low byte register of the X-axis acceleration and DATAX1 is the high byte register. DATAY0 is the low byte register of the Y-axis acceleration, high byte register is DATAY1. DATAZ0 is the low byte register of the Z-axis acceleration, high byte register is DATAZ1. ADXL345 uses binary data format and under the 13 bit mode, 1LSB is on behalf of 3.9mg. So the X-axis acceleration can be calculated as: xa = emp= 3.9mgXT DATAX  ; (1) In the formula, xa is the measurement acceleration;The calculation of ya , za are similar to the process of calculating the xa . III. THE DATA PROCESSING The input component slowly rotated around the X axis a circle and then rotated around the Y axis in three-dimensional space. The data output shows as Figure-3;
  • 4. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 28 | Page Figure-3:The Acquiring Original Data 3.1 Curve Fitting The basic idea of curve fitting constructs the polynomial function and approaching the measurement data( ix , iy )(i=1,2,3……).[7] Constructing a polynomial function: 1 1 2 1( ) +an n n nf x a x a x x a    …… (2) For measuring a set of metrical data y, obtain an expression ( )f x which reflects the relationship with the measurement value y, then reach the minimum value E. 2 2 1 0 min | ( ) | = ( ) n n n i i i i i i i E y f x y a x        (3) E equals to the smallest valve of the square of the measurement value minus the polynomial function of curve fitting . The above function fitting problem can be regarded as the extreme valve problem of multivariate function, therefore, solves the Equation: 0;( 0,1,2 ) n dE N da   …… (4) It could get n+1 linear equations consisted of equation. 0 0 0 jn m n n i i i i j i a x y x       (5) It is Known that acquiring the output data of X-acceleration, Y-acceleration, Z-acceleration is discrete points. Obtaining an analytic function y=f (x) according to the collected data. ( )f x can keep the outX , outY , outZ get close to the curve fitting of Fx, Fy, Fz as far as possible. Least square method is the most commonly used method of Curve fitting and the fitting results can make mini the square deviation. It is to find the optimum Fx:
  • 5. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 29 | Page 2n i=1 min | |Fx Xout (6) Similarly, Fy, Fz abide by the same principle. Obtain the Curve fitting of X-axis, Y-axis, Z-axis output from the above principle solution.Get each of them is shown in Table 1. Table 1.The Polynomial of n Degree of xF , yF , zF Polynomial of n Degree (the valve of n) xF 55 yF 55 zF 71 According to this method, getting the optimal curve fitting and simulating in the MATLAB. The curve fitting is Shown as Figure-5. Figure-4:The Simulation of the Curve Fitting 3.2 Space Angle Conversion In the three-dimensional space,measuring the acceleration of each axis which contains acceleration of component gravity and motion acceleration, therefore, it cannot be directly calculated the displacement by the measured acceleration valve. The MEMS accelerometer measurement value is relative to the carrier coordinates, when the input component is not in the horizontal coordinates, it creates a acceleration of component gravity in the X-axis, Y-axis, Z-axis. Three axis in the space coordinates system project on the horizontal plane and get the horizontal value of acceleration. In horizontal plane, remove the gravitational acceleration (Z axis) to get the horizontal acceleration of motion for calculating displacement.The relationship between horizontal coordinate system and space is showed as Figure-5.
  • 6. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 30 | Page Figure-5:The Relationship Between Horizontal Coordinate System and Space According to the measured MEMS values of accelerometers, calculate the attitude of input control terminal. The calculated angle   、 、 (Ignoring the effect of acceleration):(The angel   、 、 show in Figure-5) 2 2 emp = emp + emp XT YT ZT  (7) 2 2 emp = emp + emp YT XT ZT  (8) 2 2 emp = emp + emp ZT XT YT  (9) MEMS accelerometer coordinate transform between vector coordinates and horizontal coordinates: cos sin sin cos sin 0 cos sin sin cos sin cos cos n bC                           (10) It can calculate the acceleration according to the projection transformation matrix in the horizontal coordinate system.so as to eliminate the influence of acceleration of gravity acceleration in horizontal coordinate, the calculation formula is as follows: cos sin sin sin cosnx x y za a a a            (11) cos sinny y za a a     (12) sin sin cos cos cosnz x y za a a a            (13) In the formula: nxa , nya , nza is the accelerated speed of X-axis,Y-axis,Z-axis. 3.3 Motion Trajectory
  • 7. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 31 | Page Based on the principle of mathematical physics, motion displacement can be calculated by the double integral of accelerated speed. Regarding an output component as gravity acceleration, have the accelerated speed double integral to track and accumulate space trajectory.Calculate the displacement by double integrating the processing data of acceleration. Firstly,integrating the valve could get the move speed,the formula is: 1 ( ) ( ) ( ) N m m mi i V t a t dt a t t     (14) Secondly,double integrating the valve could get the trajectory,the formula is: 1 ( ) ( ) ( ) N m m mi i S t V t dt V t t     (15) In the formula, ( )mV t is the move speed. ( )ma t , ( )mia t is the acquisition of the processed data. ( )mS t is the distance of the input component moved. Using the X-acceleration valve and Y-acceleration valve, double integrating ,then simulate the trajectory in MATLAB. It gives us the Figure-6.The trajectory in the picture is similar with the path of input component. Figure-6:The Motion Trajectory of the Input Component IV. CONCLUSION The STM32F103ZE chip which is based on Cortex-M3 core can acquire the ADXL345 data of MEMS accelerometer . This article simulate the output data of ADXL345 to get the trajectory of the input component in MATLAB. It also analyzes the relationship between the output data and the acceleration of gravity,which can get control devices attitude.The input control terminal can be used to optimize the current input control technology in 3-D game; It can be used in anti-human fall detection device, can obtain the real-time attitude of people. V. Acknowledgements Acknowledgement: This project is sponsored by Shanghai University of Engineering Science Innovation Fund for Graduate Students(14KY0123). References [1] Wang Chong, Shi Yuxia,Lu Xiong. Human Motion Measuring Equipment Based on Acceleration Sensor[J]. Microcontrollers and Embedded Systems,2011,11(8):45-51. [2] HAN Ying-dang, LI Zheng. Data Acquisition and Pre-processing Based on MEMS Accelerometer[J]. Instrument Technique and Sensor,2015(2):16-19. [3] Li Boxun, Ning Wei. The Design of Three Axis Accelerometer Based on Three-Dimensional Mouse[J].computer CD Software and Applications, 2013(9):121-123.
  • 8. The Data Acquisition and Processing Based on MEMS Accelerometer www.ijres.org 32 | Page [4] YUAN Xi,CHEN Dong. Three-axis digital accelerometer ADXL345 and its application in SINS design[J]. ELECTRONIC DESIGN ENGINEERING,2010,18(3):138-140. [5] Chen Qijun, Yu Youling. Embedded system and its application[M]. Tongji University Press,2011.5 [6] CHEN Jianxin, BU Xiang. The Design and Im plem entation of MEMS Accelerom eter-based 3D Wireless Mouse[J] Wireless Internet Technology,2011(8):23-25 [7] Sun Hui-qing, Guo Zhi-you.Technology of Error Compensation on Sensors[J].CHINESE JOURNAL OF SENSORS AND ACTUATORS,2004,17(1):90-92.