Back to Browse

Using a BME280 Enviromental Sensor with Micropython

7.2K views
Feb 20, 2018
8:26

This week we're starting to make our Micropython powered Wemos D1 truly useful with a sensor and data collection. We'll wire up a BME280 sensor which measures temperature, humidity and air pressure. After we know it works, we'll use Wifi and MQTT to send the data to a website for viewing. Full details on the blog: https://obviate.io/?p=8040 == Links == * https://www.bosch-sensortec.com/bst/products/all_products/bme280 * https://www.aliexpress.com/item/3In1-BME280-GY-BME280-Digital-Sensor-SPI-I2C-Humidity-Temperature-and-Barometric-Pressure-Sensor-Module-1/32817812439.html * https://github.com/catdog2/mpy_bme280_esp8266 * https://github.com/obviateio/micropython * https://io.adafruit.com

Download

0 formats

No download links available.

Using a BME280 Enviromental Sensor with Micropython | NatokHD