[docs] added note to BMP085 and BMP180

This commit is contained in:
Grovkillen
2018-12-27 11:30:13 +01:00
parent 32b76694d6
commit 08c14a9d70
10 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P001_commands.repl
Where to buy
------------
+1 -1
View File
@@ -134,7 +134,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P001_commands.repl
Where to buy
------------
+1 -1
View File
@@ -143,7 +143,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P001_commands.repl
Where to buy
------------
+1 -1
View File
@@ -138,7 +138,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P003_commands.repl
Where to buy
------------
+1 -1
View File
@@ -110,7 +110,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P003_commands.repl
Where to buy
------------
+1 -1
View File
@@ -118,7 +118,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P003_commands.repl
Where to buy
------------
+1 -1
View File
@@ -119,7 +119,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P004_commands.repl
Where to buy
------------
+1 -1
View File
@@ -102,7 +102,7 @@ Rules examples
.. Commands available
.. ~~~~~~~~~~~~~~~~~~
.. .. include:: P013_commands.repl
.. .. include:: P005_commands.repl
Where to buy
------------
+6 -1
View File
@@ -27,11 +27,16 @@ Wiring
GPIO (5) <--> CL (SCL)
Power
5.0V <--> + (plus)
3.3V <--> + (plus)
GND <--> - (minus)
.. note:: If you have change the I2C settings in the hardware setup you need to connect to those instead of GPIO 4 and 5.
.. note:: Only use 3.3V BMP085/180 boards. The ESP pins are not 5 volt tolerant. Depending on the make of the BMP085/180 board,
pull-up resistors on SDA and SDC may be absent. 4k7 types are fine. When more I2C devices are being used, only one set
of pull-up resistors is required or even allowed. It may be necessary to add a ceramic 100nF capacitor across the power
lines, close to the BMP085/180 board.
Setup
-----
+6 -1
View File
@@ -27,11 +27,16 @@ Wiring
GPIO (5) <--> CL (SCL)
Power
5.0V <--> + (plus)
3.3V <--> + (plus)
GND <--> - (minus)
.. note:: If you have change the I2C settings in the hardware setup you need to connect to those instead of GPIO 4 and 5.
.. note:: Only use 3.3V BMP085/180 boards. The ESP pins are not 5 volt tolerant. Depending on the make of the BMP085/180 board,
pull-up resistors on SDA and SDC may be absent. 4k7 types are fine. When more I2C devices are being used, only one set
of pull-up resistors is required or even allowed. It may be necessary to add a ceramic 100nF capacitor across the power
lines, close to the BMP085/180 board.
Setup
-----