02-24-2019 11:23 AM
Hi guys,
I tried the latest version of the BME280 library (master ) on my rpi3 but the measurement won't work with integer and float values.
Is there any bug in building the compensation coefficients, because when I compared it to a similar project I got different values.
Greetings,
Chris
02-24-2019 03:21 PM
Can you post your code you have used?
02-24-2019 03:27 PM - edited 02-24-2019 03:41 PM
I used the linux_userspace.c, bme280.c, bme280.h and bme280_defs.h from this link https://github.com/BoschSensortec/BME280_driver
The tag was branch: master.
I compared it with https://github.com/ControlEverythingCommunity/BME280