robmarkcole / bme680-mqtt-micropython

Publish data from the bme680 sensor over MQTT using micropython
MIT License
15 stars 7 forks source link

No issue, just a question #2

Closed robert-hh closed 5 years ago

robert-hh commented 5 years ago

Hello Robin, since you dealt with the bme680, and you are a physicist, I have a question which you mitgh know an answer. Did you validate the values returned by the sensor? I used your code to compare it against the values returned by the adatfruit driver.

robmarkcole commented 5 years ago

Hi @robert-hh thanks for raising this question. I hadn't thought of doing any validation or 'comissioning' of the sensor, but if you want to make an absolute reading that would be required. I would suggest editing the code to accept 'callibration coefficients' to correct the readings. If you can write up a procedure for determining the coefficients I am happy to perform the measurement so we can compare values. Cheers