Skip to content
/ BME680 Public

This sketch contains a simple example how a BME680 sensor can be read out. In addition, it is calculated in percent how good the current air quality is.

Notifications You must be signed in to change notification settings

fheinke/BME680

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BME680

This sketch contains a simple example how a BME680 sensor can be read out. In addition, it is calculated in percent how good the current air quality is.

The I2C address should be set according to the type of sensor. Since the sensor needs the current seal level pressure for the calculation of the correct height in meters, this should be entered under "SEALEVELPRESSURE_HPA".


Pinout:

ESP32 DevkitC BME680 Comment
3V3 2-6V 3.3 Volt input
GND GND
G21; GPIO21 SDA
G22; GPIO22 SCL

About

This sketch contains a simple example how a BME680 sensor can be read out. In addition, it is calculated in percent how good the current air quality is.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages