New i2c driver for Bosch BME280 - Pressure, Temp, Humidity
Posted: Mon Sep 21, 2015 10:04 am
I wrote a new driver to talk to the BME280 sensor over i2c:
https://github.com/RyAndrew/esp8266_i2c_bme280
I designed it after the driver in CHERTS SDK for the BMP180, you can copy the BMP180 example and drop in this driver and example code to run it.
The code is still a little rough around the edges. If anyone can test it and help identify issues I would greatly appreciate it.
This works with the DIYMall GY-BME breakout board, and probably also the Adafruit version.
Thanks!!
bosch-sensortec.com BME280
"The BME280 is an integrated environmental sensor developed specifically for mobile applications where size and low power consumption are key design constraints. The unit combines individual high linearity, high accuracy sensors for pressure, humidity and temperature"
https://github.com/RyAndrew/esp8266_i2c_bme280
I designed it after the driver in CHERTS SDK for the BMP180, you can copy the BMP180 example and drop in this driver and example code to run it.
The code is still a little rough around the edges. If anyone can test it and help identify issues I would greatly appreciate it.
This works with the DIYMall GY-BME breakout board, and probably also the Adafruit version.
Thanks!!
bosch-sensortec.com BME280
"The BME280 is an integrated environmental sensor developed specifically for mobile applications where size and low power consumption are key design constraints. The unit combines individual high linearity, high accuracy sensors for pressure, humidity and temperature"