MEMS Acceleration Sensor: Difference between revisions

From Medien Wiki
mNo edit summary
Line 14: Line 14:
*  Cheap and easy to source: Wii Nunchuck - 3 axis, interface: i²c (also works on cheap replacement nunchucks)
*  Cheap and easy to source: Wii Nunchuck - 3 axis, interface: i²c (also works on cheap replacement nunchucks)
*  Convenient: Sparkfun ADXL335 breakout board - 3 analog voltage outputs, 3 axis.
*  Convenient: Sparkfun ADXL335 breakout board - 3 analog voltage outputs, 3 axis.
*  MMA7455 I2C/SPI, 3 axis, [http://blogs.iad.zhdk.ch/embodied-interaction-basics-hs11/mma-7455-beschleunigungssensor/ tutorial (german)]
*  MMA7455 I2C/SPI, 3 axis, [http://blogs.iad.zhdk.ch/embodied-interaction-basics-hs11/mma-7455-beschleunigungssensor/ tutorial (german)], [http://code.google.com/p/mma-7455-arduino-library/ Arduino library]
*  ADXL345, I2C/SPI, tested successfully on Arduino, [http://www.analog.com/static/imported-files/data_sheets/ADXL345.pdf Datasheet] [http://code.google.com/p/mma-7455-arduino-library/ code example and library]
*  ADXL345, I2C/SPI, tested successfully on Arduino, [http://www.analog.com/static/imported-files/data_sheets/ADXL345.pdf Datasheet] [http://code.google.com/p/mma-7455-arduino-library/ code example and library]



Revision as of 14:52, 4 May 2012

Accelerometers

important criteria:

  • Interface (simplicity, speed)
  • maximum acceleration (or desired range) - usually given in factors of earth's gravitation. (3g means 3 * 10m/s²)
  • resolution vs. range (bit depth): increased max. range usually is traded against lower resolution.
  • noise (the less the better)
  • measurement rate (the higher the better)


Examples

  • Cheap and easy to source: Wii Nunchuck - 3 axis, interface: i²c (also works on cheap replacement nunchucks)
  • Convenient: Sparkfun ADXL335 breakout board - 3 analog voltage outputs, 3 axis.
  • MMA7455 I2C/SPI, 3 axis, tutorial (german), Arduino library
  • ADXL345, I2C/SPI, tested successfully on Arduino, Datasheet code example and library

please leave code exmples here

void foobar () {}