trylaarsdam / bme680-raspi

BME680 Raspberry Pi sample program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bme680-raspi

Dependencies

pip3, adafruit-circuitpython-bme680, adafruit-blinka, busio

Usage

  1. Install dependencies using pip3 and if wanted a venv.

  2. Run python3 main.py

Supported Platforms

Tested to work on a Raspberry Pi 3B v1.2 and 4B. Looks for a BME680 at I2C address 0x77. That is the default address for the adafruit model. Uses the default SCL and SDA pins on the raspi.

About

BME680 Raspberry Pi sample program


Languages

Language:Python 66.2%Language:PowerShell 31.5%Language:Batchfile 2.3%