Skip to content

An example ESP-IDF project for the bme280_esp32 I2C API

Notifications You must be signed in to change notification settings

jalius/bme280_esp32_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BME280_ESP32 API Example Project

Summary

This is an ESP-IDF project showing example use of the BME280 ESP32 API.

Installation

  1. Start by installing the ESP-IDF development framework
  2. Clone this repository. Use git clone [email protected]:jalius/bme280_esp32_example.git --recurse-submodules, which will bring in the submodule components.
  3. Using the ESP-IDF tools, build and flash.

Build and Flash on ESP-IDF CLI:

  1. cd bme280_esp32_example
  2. get_idf
  3. idf.py set-target {target}
  4. idf.py build flash monitor

For more info about components in the ESP32-IDF build system, read the docs.

About

An example ESP-IDF project for the bme280_esp32 I2C API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published