| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Displays a graph of the temperature, humidity, and pressure from a BME280 sensor.
It produces the following charts:
Allow the netdata user to access the I2C interface.
sudo usermod -a -G i2c netdataEdit the python.d/bme280.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/bme280.confRaspberry Pi Instructions:
Hardware install: Connect the BME280 to the Raspberry Pi I2C pins
Raspberry Pi 3B/4 Pins:
You may also need to add two I2C pullup resistors if your board does not already have them. The Raspberry Pi does have internal pullup resistors but it doesn't hurt to add them anyway. You can use 2.2K - 10K but we will just use 10K. The resistors go from VDD to SCL and SDA each.
Software install:
| Back | FazBrowse Home | New Git URL |