ControlEverythingCommunity / BME280

Digital Humidity, Pressure and Temperature Sensor
MIT License
34 stars 17 forks source link

Address identifying issue while configuring I2C connection with BME280 #6

Open karmaSince94 opened 1 year ago

karmaSince94 commented 1 year ago

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?

karmaSince94 commented 1 year ago

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.