From de49bb0e42a4ee15b76a30a7e26ba2971fd78a17 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 6 Aug 2015 17:27:09 -0700 Subject: [PATCH] docs: removed mpu9150 from list of known limitations and added bmp180 Signed-off-by: Mihai Tudor Panu --- docs/knownlimitations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/knownlimitations.md b/docs/knownlimitations.md index 35d0e91a..977cd1d2 100644 --- a/docs/knownlimitations.md +++ b/docs/knownlimitations.md @@ -24,7 +24,8 @@ such sensors and known workarounds if they exist. * **Grove 128x64 OLED Display** will not work on the Intel Edison with Arduino breakout. * **Grove Barometer** (BMP085) has an unstable connection on the Intel Edison - using the Arduino breakout and does not run properly. + using the Arduino breakout and may drop read data. The Xadow version of this + sensor (BMP180) is also dropping data packets occasionally. * **Grove 6-Axis Accelerometer & Compass** (LSM303) fails to write to the configuration register properly and returns invalid data. * **Grove I2C ADC Converter** does not show up on the I2C bus on the Intel @@ -42,7 +43,6 @@ such sensors and known workarounds if they exist. #### Other Sensors - * **MPU9150** might return inaccurate data. * **SM130** driver might not be fully functional. * **NRF24L01** might not handle data packets as expected. * **NRF8001** based devices do not initialize properly with provided examples.