Files
esp-matter/examples/light
Chirag Atal 2e91ab095f docs: Minor docs changes
readme: Replacing the example rst files in the docs with the readme files in the example directories.
2022-05-28 07:43:20 +08:00
..
2022-05-28 07:43:20 +08:00
2021-08-11 20:19:49 +05:30
2022-05-28 07:43:20 +08:00

Light

This example creates a Color Dimmable Light device using the ESP Matter data model.

See the docs for more information about building and flashing the firmware.

1. Additional Environment Setup

No additional setup is required.

2. Post Commissioning Setup

No additional setup is required.

3. Device Performance

3.1 Memory usage

The following is the Memory and Flash Usage.

  • Bootup == Device just finished booting up. Device is not commissionined or connected to wifi yet.
  • After Commissioning == Device is conneted to wifi and is also commissioned and is rebooted.
  • device used: esp32c3_devkit_m
  • tested on: bd951b8 (2022-05-05)
Bootup After Commissioning
Free Internal Memory 109KB 105KB

Flash Usage: Firmware binary size: 1.26MB

This should give you a good idea about the amount of free memory that is available for you to run your application's code.