Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 836 Bytes

File metadata and controls

17 lines (13 loc) · 836 Bytes

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 git@github.com: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.