All Projects → mahfuz195 → BMP280-arduino-library

mahfuz195 / BMP280-arduino-library

Licence: other
This BMP280 sensor library uses I2C communication with Arduino/ESP8266 and read the Temperature( degC) , Pressure (mBar) and Altitude (m).

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to BMP280-arduino-library

COVID-away
Repo of paper title 'Avoid touching your face: A hand-to-face 3d motion dataset (covid-away) and trained models for smartwatches'
Stars: ✭ 18 (-52.63%)
Mutual labels:  barometric-pressure

BMP280 Arduino Library

This library uses I2C communication with Arduino/ESP8266 and read the Temperature( degC) , Pressure (mBar) and Altitude (m).

Pin Connection :

BMP280-----Arduino

VDD ----> 3.3V

GND ----> GND

SDA ----> PIN20 (arduino mega, changeable in begin)

SCL ----> PIN21 (arduino mega, changeable in begin)

SDO ----> GND (slave address 0x76)

CS ----> VDD (HIGH for I2C)

VDDIO ----> VDD

Instructions :

Copy the BMP280 folder to Arduino/libraries

Restart Arduino and Upload "measurments" sketch in Arduino.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].