Files
esp-matter/examples/zap_light/README.md
T
Chirag Atal 58ede577ef esp-matter: Minor miscellaneous fixes
examples: Changes to events and comments.
switch: Rename to light_switch.
docs: Minor changes.
2022-05-28 07:42:00 +08:00

969 B

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

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

Dump the on-boarding pairing code payloads.