Difference between revisions of "BarometricSensor"

From Let's Control It
Jump to navigation Jump to search
(Blanked the page)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Introductie =
 
The ESP module can read a BMP085 temperature/Barometric pressure sensor using the I2C protocol.
 
  
The DHT sensor needs to be connected to a the I2C pins on the ESP module. These pins can be configured on the hardware tab.
 
 
== Hardware ==
 
The BMP085 sensor can be connected directly to an ESP module by using the two pins SDA and SCL.
 
 
----
 
[[File:BMP085.png|320px]]
 
[[File:NodeMCU-BMP085.jpg]]
 
----
 
 
= Software =
 
 
== Custom Sketch ==
 
 
== ESP Easy ==
 
Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "BMP085 Barometric Sensor" from the dropdown box and enter the IDX found in the Domoticz device page. That should be all.
 
 
== ESP Connexio ==
 
Syntax: BMP085Read "var"
 

Latest revision as of 22:09, 12 May 2017