bme680-python

Python library for the BME680 gas, temperature, humidity and pressure sensor.

MIT License

Downloads
1.1K
Stars
268
Committers
12

Bot releases are hidden (Show)

bme680-python - Version 2.0.0 Latest Release

Published by Gadgetoid 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pimoroni/bme680-python/compare/v1.1.1...v2.0.0

bme680-python - Version 1.1.1

Published by Gadgetoid over 3 years ago

  • New: constants to clarify heater on/off states

From 1.1.0:

  • New: support for BME688 "high" gas resistance variant
  • New: set/get gas heater disable bit
  • Enhancement: fail with descriptive RuntimeError when chip is not detected
bme680-python - Version 1.0.5

Published by Gadgetoid over 6 years ago

This release adds a new feature set_temp_offset for compensating t_fine before it's used for humidity calculations and converted to temperature. The compensation can be given in degrees C, and is converted automatically.

You should use this if your environment imparts a constant temperature variation upon the bme680 and you regularly read values with a consistent offset from a calibrated temperature sensor.

See https://github.com/pimoroni/bme680/issues/11 for details.

bme680-python - Version 1.0.4

Published by Gadgetoid almost 7 years ago

This release should fix problems reported in issue #6 - thank you to @lowflyerUK for spotting and fixing the error that caused these.

  • Fix to range_sw_err for extremely high gas readings
  • Convert to unsigned int to fix negative gas readings
bme680-python - Version 1.0.3

Published by Gadgetoid almost 7 years ago

This release should fix issues with temperature compensation in pressure readings. Thank you to @gkluoe for finding a bug in the Python port, and @jorisvervuurt for testing.

  • Merged temperature compensation fix from Bosch's BME680_driver 3.5.3

See: https://github.com/BoschSensortec/BME680_driver/releases/tag/bme680_v3.5.3

bme680-python - Version 1.0.2

Published by Gadgetoid about 7 years ago

  • Fixed: added int() cast to set_gas_heater_temperature to avoid i2c TypeError