yanbe / bme280-esp-idf-i2c

Sample code for reading values from a BME280 temperature-humidity-pressure sensor, via ESP-IDF's I2C master driver, supports both normal mode and forced mode described in the datasheet. https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME280_DS001-11.pdf
Apache License 2.0
42 stars 17 forks source link

update readme to include compatible driver version #1

Open WhereIsTheExit opened 6 years ago

WhereIsTheExit commented 6 years ago

The link in the 'components' folder did not link correctly for me and I spent quite some time wondering why it didn't work. I've updated the readme with a note and a link to the correct driver version to alert others.

Stormhand commented 6 years ago

Actually the latest Bosch driver is working. You just need to change some parameters in the read/write callbacks. Im currently using it with two sensors on the same i2c bus.

WhereIsTheExit commented 6 years ago

Thanks a lot for the info. Could you tell me what exactly needs to be changed?