Matter ESP32 Temperature Sensor Example
Contents
Matter ESP32 Temperature Sensor Example#
This example is meant to represent a minimal-sized application.
Please setup ESP-IDF and CHIP Environment and refer building and commissioning guides to get started.
Cluster control#
temperaturemeasurement#
Usage:
./out/debug/chip-tool temperaturemeasurement read measured-value <NODE ID> 1
Optimization#
Optimization related to WiFi, BLuetooth, Asserts etc are the part of this example by default. To enable this option set is_debug=false from command-line.
# Reconfigure the project for additional optimizations
rm -rf sdkconfig build/
idf.py -Dis_debug=false reconfigure
# Set additional configurations if required
idf.py menuconfig
# Build, flash, and monitor the device
idf.py -p /dev/tty.SLAB_USBtoUART build flash monitor