Skip to content

Releases: hasenradball/Bosch_BME280_Arduino

v1.1.0 - Adapt Wire Interface

12 Nov 22:31
c960579
Compare
Choose a tag to compare

Changes

  • restructure private members
  • remove Pin dependency from I2C Bus
  • rework examples for ESP32, ESP8266
  • adapt workflow

What's Changed

Full Changelog: v1.0.2...v1.1.0

Official Arduino Library Release

27 Oct 07:09
2d90bd4
Compare
Choose a tag to compare

-prepare Library for official use in Arduino Library Registry

optimize Sensor settings due to weather monitoring

05 Oct 07:50
Compare
Choose a tag to compare

Set sensor settings to recommended settings for weather monitoring:

// Recommended settings of operation: => weather monitoring
_settings.osr_p = BME280_OVERSAMPLING_1X;
_settings.osr_t = BME280_OVERSAMPLING_1X;
_settings.osr_h = BME280_OVERSAMPLING_1X;
_settings.filter = BME280_FILTER_COEFF_OFF;

Update to v3.5.1 of Bosch BME280_driver

03 Oct 20:38
Compare
Choose a tag to compare
  • update to v3.5.1 of Bosch driver
  • introduce Error printing
  • small rework of files

v0.0.5

13 Jul 20:24
Compare
Choose a tag to compare

Improvement of I²c init with ESP32.

adapted files:

  • Bosch_BME280_Arduino.cpp
  • README.md
  • library.json

Add Example for Arduino Nano

25 Feb 14:50
Compare
Choose a tag to compare
  • added example for Arduino Nano

Inital release of Bosch _BME280_Arduino i²C wrapper class

25 Feb 11:03
Compare
Choose a tag to compare