Zanduino / BME680

Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
GNU General Public License v3.0
37 stars 10 forks source link

Refine and check Gas sensor readings #2

Closed SV-Zanshin closed 4 years ago

SV-Zanshin commented 6 years ago

Check to make sure that heating and return values for the gas VOC code is correct and then correctly document the features

SV-Zanshin commented 6 years ago

I still need to get a real understanding of these values and how to get values from the resistance without resorting to using the Bosch library

SV-Zanshin commented 4 years ago

It would seem that the intricacies of air quality measurement are embedded in the proprietary code sections of the Bosch library and are therefore not immediately accessible. For this reason I won't be adding any functionality apart from what is already in the library (returning the raw resistance value after a period of heating) until further notice.