Skip to content
/ BME280 Public

Hardware and software for BME280 board designed and manufactured by Drotek under open source license

Notifications You must be signed in to change notification settings

drotek/BME280

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BME280 Barometric Pressure, humidity and Temperature sensor

The Bosch BME280 chip incorporates three sensors: a Barometric pressure sensor, a humidity sensor and an other one for temperature. this cheap but accurate sensor is perfect for all weather and environmental applications thanks to the ± 1hPa / ± 1 ° C / 3%(humidity) accuracy. With the barometer, this sensor can also be used as an altimeter with an accuracy of ± 1 meter. This sensor is also very versatile thanks to its I2C and SPI communication bus

More information for this repo can be found on the Drotek.com product page

Wiring and Test

On the exemple include with BME280 arduino library you can use 3 types of wiring: I2C, Hardware SPI or Software SPI with Arduino UNO or Arduino MEGA2560. In this program you simply need to follow the 3 steps configuration, everything is explained.

Use the image below to wire your card for I2C use. [BME280 breakout board

Use the image below to wire your card for Hardware SPI. [BME280 breakout board

Use the image below to wire your card for Software SPI. [BME280 breakout board

Repository Contents

  • /Software - Any Arduino library needed to used this product. !!please note that the two library include in this folder are required.
  • /Hardware - PDF design files

License Information

The hardware is released under Creative Commons Share-alike 4.0.

Code is developped under open source, so why rewrite something that works fine :)

About

Hardware and software for BME280 board designed and manufactured by Drotek under open source license

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages