Skip to content

A simple C library (Linux + Arduino) to read the calibrated temperature/pressure/humidity values from a Bosch BME280 I2C sensor

Notifications You must be signed in to change notification settings

ConfedSolutions/bme280

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME280 Temperature/Pressure/Humidity sensor test code Written by Larry Bank Copyright (c) 2017 BitBank Software, Inc.

bitbank@pobox.com

A simple C library to initialize and read the calibrated values from an I2C connected BME280. The interface code and calibration formulas are based on the Bosch BME280 datasheet. A sample program is included to call the library and display the values to the TTY or an OLED display (my OLED_96 lib).

Changes to original lib

  1. Removed Arduino example folder
  2. Removed make-example file
  3. Got rid of sudo in the makefile (Yocto does not like sudo)

About

A simple C library (Linux + Arduino) to read the calibrated temperature/pressure/humidity values from a Bosch BME280 I2C sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • Makefile 2.8%