system
1
Hey,
( I am not sure if this thread belongs under the same topic. Moderator, kindly shift it to the relevant topic if it doesn't)
Can we connect accelerometer ADXL 327Z eval board to the Arduino? How can the data be extracted? Are there any problems faced while doing the same?
Thank you.
system
2
It would be a lot easier to answer that it YOU posted a link to the device in question.
system
3
Above is the link to the device ( ADXL 327 Eval board)
system
4
Ciao,
yes, it is possible.
Not the same sensor, but You can read this
Sensing Orientation With The ADXL335 + Arduino
http://bildr.org/2011/04/sensing-orientation-with-the-adxl335-arduino/
Accelerometer and Gyro Buying Guide
http://www.sparkfun.com/tutorials/167
Arduino ADC are 10 bit, maybe You can use an ADC IC with better resolution, for example 16 bits.
Ciao,
Marco.