Skip to content

Latest commit

 

History

History

README.md

BSP: Sensors Example

Overview

This example demonstrates the usage of sensors available in BSP packages. All sensors are sampled based on the configured sampling period. Measurement results are printed to the terminal and shown on the display, if available.

Build and Flash

To build and flash the example for a specific {board} and {port}, use the following command:

idf.py -D SDKCONFIG_DEFAULTS=sdkconfig.bsp.{board} -p {port} flash monitor

Make sure the correct board name is set in the main/idf_component.yml file under the dependencies section.

Launch Example

You can also try this example using ESP Launchpad:

Try it with ESP Launchpad