I have a couple of sensors here, I'd like to try out:
Sensor | I2C address | Linux driver | Description |
---|---|---|---|
mcp4725 | 0x60 | iio (TODO) | digital-to-analog converter (DAC) |
vcnl4000 | 0x13 | input, iio | proximity and ambient light |
lsm303dlh | 0x18, 0x1e | hwmon | 3-axis accelerometer and 3-axis magnetometer |
hmc5883l | 0x1e | iio (DONE) | magnetometer, compass |
l3g4200d | 0x68 | hwmon | 3-axis gyro |
bmp085 | 0x77 | misc | pressure |
tsl2561 | 0x39 | iio | light |
adxl345 | input, misc | accelerometer | |
sht15 | hwmon | temperature, humidity | |
adjd-s311 | color light sensor | ||
tca6507 | 0x45 | leds | LED driver |
bma180 | accelerometer | ||
bma250 | accelerometer |
All are hooked up via the beagleboard-xm expansion header (I2C-2) and most require a level-shifter and 3.3 V supply.
posted at: 20:42 | path: /projects | permanent link