- php software to interface a raspberry pi with various board level peripherals
- not sure how to trigger the accelerometer to start producing data. i currently need to trigger it with a third party c app ( ../LSM303DLHC/LSM303 ).
- applications need to be run as root to access the i2c bus
- installation: http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
- documentation: http://www.acmesystems.it/i2c
- purchase: http://www.adafruit.com/products/1120
- datasheet: http://www.pololu.com/file/download/LSM303DLHC.pdf?file_id=0J564
- project files
- peripherals/lsm303_accelerometer.php
- peripherals/lsm303_magnetometer.php