Difference between revisions of "BME280"

From Let's Control It
Jump to navigation Jump to search
(Created page with "{{Preliminary}}")
 
Line 1: Line 1:
 
{{Preliminary}}
 
{{Preliminary}}
 +
= Introduction =
 +
The ESP module can read a BME280 temperature/Humidity/Barometric pressure sensor using the I2C protocol.
 +
 +
The BME280 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 BME280 sensor can be connected directly to an ESP module by using the two pins SDA and SCL.
 +
 +
----
 +
[[File:BME280.png|320px]]
 +
----
 +
 +
= Software =
 +
 +
== Custom Sketch ==
 +
 +
== ESP Easy ==
 +
The BME280 communicates with the ESP8266 through the I2C interface, so first use the Hardware tab in the web interface of ESP Easy to find out what pins are being used for SDA and SDC. They can be altered if required.
 +
 +
Next use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Temperature & Humdity & Pressure BME280" from the dropdown box.
 +
 +
[[File:EasyConfigBME280.png]]
 +
 +
Enter the IDX found in the Domoticz device page. That should be all.
 +
 +
=== Optional settings ===
 +
 +
[[ EasyFormula | Use of formulas]]
 +
 +
[[ EasyValueNames | Use of value names]]

Revision as of 14:06, 19 January 2016

Beware.jpg

Information on this page is based on preliminary development. Beware that functionality may be incomplete, not fully tested and subject to change. It may even be removed in future releases if it turns out be unstable or based on erroneous interpretation of the operation of third-party technology. At this stage, we provide the information to support development and testing.

Introduction

The ESP module can read a BME280 temperature/Humidity/Barometric pressure sensor using the I2C protocol.

The BME280 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 BME280 sensor can be connected directly to an ESP module by using the two pins SDA and SCL.


BME280.png


Software

Custom Sketch

ESP Easy

The BME280 communicates with the ESP8266 through the I2C interface, so first use the Hardware tab in the web interface of ESP Easy to find out what pins are being used for SDA and SDC. They can be altered if required.

Next use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Temperature & Humdity & Pressure BME280" from the dropdown box.

EasyConfigBME280.png

Enter the IDX found in the Domoticz device page. That should be all.

Optional settings

Use of formulas

Use of value names