The LM75 is very easy to program, the BME280 quite tough, in particular to convert the raw data to final data. The final data from the BME280 are in agreement with other electronic and non-electronic sensors in my house, though due to the complexity of the conversion, I'd like to verify the results from my Python script with those calculated by the official code, which is so strongly emphasized by Bosch. Can anyone help?
The Python3 program I2Cpytools is open source and available here: https://sourceforge.net/projects/i2cpytools/. The graphic is plotted with pytoolsPlot, which is integrated into the package but also available as a stand-alone program for plotting any type of CSV(Comma Separated Values) data.
In addition to the IOW24-DG dongle, I2Cpytools also supports the ELV USB-I2C dongle from ELV Elektronik AG. Other dongles in preparation.
Enjoy.
