UMDBPP / Balloonduino

Library for basic functions of Balloonduino (Arduino Mega with onboard sensors)
MIT License
3 stars 0 forks source link

BME280 temperature, pressure, and humidity sensor #2

Closed zacharyburnett closed 6 years ago

zacharyburnett commented 8 years ago

Implement functionality for the Adafruit BME280 combined temperature, pressure, and humidity sensor.

We will use the stock Adafruit library for now, but also try optimize our fork so that it will fit onto the board with everything else.

Reference this tutorial for wiring instructions.

zacharyburnett commented 6 years ago

BME initialization and logging written