ControlEverythingCommunity/BME280

Address identifying issue while configuring I2C connection with BME280

Opened this issue · 1 comments

Hi, We are using a different BME280 and same I2c shield as suggested in your video. We are having problem in reading the registers. In the code, you are reading from 0x88, 0xA1, 0xE1. Since, we have a different BME280, do we need to change these values? If so, how can we determine which register value to read from?

Update: We are able to read the values. Could you please help in explaining how to read the analog values from the sensor and how you are converting the sensor values to display in a readable format? Would be glad if you could help us to understand your code.