Skip to content

PiotrTopa/esp32-BMP280

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42bbe6c · Mar 28, 2022

History

8 Commits
Mar 23, 2022
Mar 22, 2022
Mar 28, 2022
Mar 20, 2022
Mar 20, 2022
Mar 23, 2022

Repository files navigation

BMP280 sensor driver for ESP32

Sensor driver implementation based on datasheet and available sources. It is prepared to be runned as component with dependency on I2Cdev lib (https://github.com/PiotrTopa/esp32-I2Cdev). It is compatibile with PlatformIO esp-idf framework.

Add components to your project

You need to add this repository along with I2Cdev to your project as ESP-IDF component.

cd ~/myProjects/myProject
cd components
git clone https://github.com/PiotrTopa/esp32-I2Cdev I2Cdev
git clone https://github.com/PiotrTopa/esp32-BMP280 BMP280

Example

Please see code example at /example/main.c