EasyManua.ls Logo

Waveshare BME280 - Hardware Connection and Address Selection; Install and Use I2 C Tools

Default Icon
16 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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.

Related product manuals