chipKIT® Development Platform

Inspired by Arduino™

BME280 Weather Station

Posted 2018-01-06 11:38:03 by Majenko

P_20161109_153854.jpg

BME280 is a fully integrated environmental unit from Bosch that combines sensors for pressure, humidity, and temperature into a single tiny 8-pin metal-lid LGA package. Because of its compact size, ease of use (BME280 supports standard I2C and SPI interfaces), and availability of supporting open-source Arduino libraries, BME280 is very popular among hobbyists and weather enthusiasts.

This project describes how to read barometric pressure, relative humidity, and temperature measurements from BME280 using a chipKIT Uno32 to make a standalone weather station. The sensor readings are acquired over an I2C bus and are displayed on a Nokia 5110 LCD display.

Continue reading details of this project!