Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
resources:tools-software:android-drivers:sensor-acceleration:adxl345 [09 Nov 2011 14:01] – Approved Michael Hennerichresources:tools-software:android-drivers:sensor-acceleration:adxl345 [03 Jan 2013 20:42] – external edit
Line 98: Line 98:
 </code> </code>
  
-<note tip>+<WRAP tip>
 In case the ADXL345/6 is not always event0 you can alternatively approach via /sys/bus/i2c/devices/... In case the ADXL345/6 is not always event0 you can alternatively approach via /sys/bus/i2c/devices/...
-</note>+</WRAP>
  
   * Rebuilt your Android tree   * Rebuilt your Android tree
  
-<note tip>+<WRAP tip>
 Upon start the Android log file (use logcat) should include following lines: Upon start the Android log file (use logcat) should include following lines:
  
Line 112: Line 112:
 D/SensorManager( 2064): found sensor: Analog Devices ADXL345/6 3-axis Accelerometer, handle=0 D/SensorManager( 2064): found sensor: Analog Devices ADXL345/6 3-axis Accelerometer, handle=0
 </xterm> </xterm>
-</note>+</WRAP>
  
  
Line 122: Line 122:
 The maximum sample rate is by default limited to 200Hz, to change this limit modify define ADXL_MAX_SAMPLE_RATE_VAL in the sensor file. The maximum sample rate is by default limited to 200Hz, to change this limit modify define ADXL_MAX_SAMPLE_RATE_VAL in the sensor file.
  
-<note warning>+<WRAP alert>
 Very high sample rates > 400Hz can freeze your system! Very high sample rates > 400Hz can freeze your system!
-</note>+</WRAP>
  
 <source master/hardware/sensors/sensors_adxl34x.c:control_set_delay{} c android> <source master/hardware/sensors/sensors_adxl34x.c:control_set_delay{} c android>
resources/tools-software/android-drivers/sensor-acceleration/adxl345.txt · Last modified: 11 Dec 2013 09:57 by Michael Hennerich