mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
docs: renamed list to known limitations
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
59d10e81ab
commit
597b2a6f70
@ -64,4 +64,4 @@ The C/C++ documentation is available [here](http://iotdk.intel.com/docs/master/u
|
|||||||
|
|
||||||
Version @ref changelog [here](docs/changelog.md).
|
Version @ref changelog [here](docs/changelog.md).
|
||||||
|
|
||||||
List of @ref knownissues [here](docs/knownissues.md).
|
List of @ref knownlimitations [here](docs/knownlimitations.md).
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
Known Issues {#knownissues}
|
Known Limitations {#knownlimitations}
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Every once in a while we come across sensors that will not pair well with
|
Some sensors do not work seamlessly with a specific board. This means that they
|
||||||
a specific board. This means their are either incompatible or will work only
|
are either incompatible or work only under specific settings. This is a list of
|
||||||
under specific settings. This is a list of such sensors and known workarounds
|
such sensors and known workarounds if they exist.
|
||||||
if they exist.
|
|
||||||
|
|
||||||
#### Grove Sensors
|
#### Grove Sensors
|
||||||
|
|
||||||
@ -35,16 +34,18 @@ if they exist.
|
|||||||
|
|
||||||
#### Adafruit Sensors
|
#### Adafruit Sensors
|
||||||
|
|
||||||
* **Adafruit Motor Shield** (1438) will not get detected on the I2C bus when
|
* **Adafruit Motor Shield** (1438) is not detected on the I2C bus when
|
||||||
connected to the Intel Edison with an Arduino breakout.
|
connected to the Intel Edison with an Arduino breakout.
|
||||||
|
|
||||||
#### Other Sensors
|
#### Other Sensors
|
||||||
|
|
||||||
* **MPU9150** might return inaccurate data.
|
* **MPU9150** might return inaccurate data.
|
||||||
|
|
||||||
Some I2C sensors seem to add too much capacitance to the SDA line of the Intel
|
#### General
|
||||||
Edison Arduino breakout board, thus the signal essentially becomes stuck to a
|
|
||||||
logic 1. When this happens, any other sensors connected to the I2C bus will be
|
Some I2C sensors add too much capacitance to the SDA line of the Intel Edison
|
||||||
rendered useless too. There is no universal solution for this issue, but under
|
Arduino breakout board, thus the signal sticks to a logic 1. When this happens,
|
||||||
most cases the same sensor will work just fine on the Intel Edison Mini. Using
|
other sensors connected to the I2C bus are unusable. While there is no generic
|
||||||
the same sensor but from a different vendor can also work in some cases.
|
solution for this limitation, in most cases the sensor works on the Intel
|
||||||
|
Edison Mini-breakout. When this board is not an option, the sensor can be
|
||||||
|
sometimes replaced with the same model from a different vendor.
|
Loading…
x
Reference in New Issue
Block a user