Skip to content

Program to read temperature, pressure, humidity and gas resistance from BME680 using Raspberry Pi

Notifications You must be signed in to change notification settings

chaitanyamehta/RPi-Bosch-BME680

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME680

Program to read temperature, pressure, humidity and gas resistance from BME680 using Bosch's open source sensor API.

Getting the source code

  1. Clone this repository.
    $ git clone https://github.com/chaitanyamehta/RPi-Bosch-BME680.git
  2. Get inside RPi-Bosch-BME680 directory.
    $ cd RPi-Bosch-BME680/
  3. Update submodules.
    $ git submodule update --init

Interfacing with Raspberry Pi

Schematic

Running the program

  1. Compile using make.
    $ make
  2. Run program.
    $ ./bme680

Output

Console Output

Link to Bosch's Sensor API.

About

Program to read temperature, pressure, humidity and gas resistance from BME680 using Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published