Search found 1 match

by triplepoint
Fri Aug 03, 2018 10:42 pm
Forum: Drivers for External Components
Topic: New Bosch BME280 temperature, humidity, pressure sensor library
Replies: 12
Views: 11646

New Bosch BME280 temperature, humidity, pressure sensor library

I wanted to share a new driver I wrote for the Bosch BME280. https://github.com/triplepoint/micropython_bme280_i2c Some of the work was heavily guided by the excellent prior work at: https://github.com/catdog2/mpy_bme280_esp8266 but I wanted to expose more of the power mode and filtering functionali...