![Waveshare BME280 User Manual Download Page 5](http://html1.mh-extra.com/html/waveshare/bme280/bme280_user-manual_3859900005.webp)
BME280 Environmental Sensor
5.
Connet BME280 Environmental Sensor (called BME280) to your Raspberry Pi
according to the
I2C table
above.
6.
The address of I2C device is 0x77 by default. If you want to change it to 0x76, yu
can connect ADDR to GND.
7.
Install I2C-tools tool, for I2C devices detecting
sudo apt-get install i2c-tools
8.
You can query I2C devices with command:
i2cdetect -y 1
If there is 77 printed (76 if you change the address), it means that BME280 has
connected to Raspberry Pi normally.
Note: Please make sure that there are not other I2C devices which has the same
address as BME280. For SPI connection, you can refer to the
SPI table
above.