| # Matter ASR Lighting Example |
| This example demonstrates the Matter Lighting application on ASR platform. |
| - [Matter ASR Lighting Example](#matter-asr-lighting-example) |
| - [Building and Commissioning](#building-and-commissioning) |
| - [Cluster Control](#cluster-control) |
| - [Indicate current state of lightbulb](#indicate-current-state-of-lightbulb) |
| ## Building and Commissioning |
| [Building and Commissioning](../../../docs/guides/asr_getting_started_guide.md#building-the-example-application) |
| ./scripts/build/build_examples.py --target asr-$ASR_BOARD-lighting build |
| After successful commissioning, use `chip-tool` to control the board |
| ./chip-tool onoff on <NODE ID> 1 |
| ./chip-tool onoff off <NODE ID> 1 |
| ./chip-tool onoff toggle <NODE ID> 1 |
| ./chip-tool levelcontrol move-to-level 128 10 0 0 <NODE ID> 1 |
| ./chip-tool colorcontrol move-to-hue-and-saturation 240 100 0 0 0 <NODE ID> 1 |
| ## Indicate current state of lightbulb |
| By default, a 3-color LED(RGB) module is used to show current state of lightbulb |
| Connect the module to following pins: |
| These default pins are defined at `examples/platform/asr/LEDWidget.h` |