Files
esp-matter/examples/light
Chirag Atal 55e9c353f5 submodule: Update the submodule to 6109d1434
esp_matter_core: Some changes for device type id.
esp_matter_command: Corresponding changes for renaming of command flags.
esp_matter_ota: Corresponding changes from upstream examples.
zap-generated: Added a common access.h with all the clusters and other corresponding changes in endpoint_config.h.
zap_light: Regenerated zap-generated with the same light.zap file.
2022-04-25 19:55:53 +05:30
..
2021-08-11 20:19:49 +05:30
2021-12-09 12:15:15 +08:00

Light Example

Building and Flashing the Firmware

See the README.md file for more information about building and flashing the firmware.

What to expect in this example?

The example provides a minimal implementation to build a Matter light device on ESP32 series SoCs.

Supported features:

  • Matter Commissioning
  • On/Off, Brightness and Color (on ESP32-C3 for now) control
  • (Optional) Interactive shell

Useful shell commands

  • BLE commands
> matter ble <start|stop|state>

Set and get the BLE advertisement state.

  • Wi-Fi commands
> matter wifi mode [disable|ap|sta]

Set and get the Wi-Fi mode.

> matter wifi connect <ssid> <psk>

Connect to Wi-Fi network.

  • Device configuration
> matter config

Dump the device static configuration

  • Facotry reset
> matter device factoryreset
  • On-boarding codes
> matter onboardingcodes

Dump the on-boarding pairing code payloads.