Skip to content

Commit 14150e6

Browse files
authored
Update README.md
1 parent da73d45 commit 14150e6

File tree

1 file changed

+8
-10
lines changed
  • examples/espidf-arduino-matter-light

1 file changed

+8
-10
lines changed

examples/espidf-arduino-matter-light/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
| Supported Targets | ESP32-S3 | ESP32-C3 | ESP32-C6 |
2-
| ----------------- | -------- | -------- | -------- |
1+
| Supported Targets | ESP32-C3 | ESP32-C6 |
2+
| ----------------- | -------- | -------- |
33

44

55
# Managed Component Light
66

7-
This example is configured by default to work with the ESP32-S3, which has the RGB LED GPIO set as pin 48 and the BOOT button on GPIO 0.
7+
This example is configured by default to work with the ESP32-C6, which has the RGB LED GPIO set as pin 8 and the BOOT button on GPIO 9.
88

9-
This example creates a Color Temperature Light device using the esp_matter component downloaded from the [Espressif Component Registry](https://components.espressif.com/) instead of an extra component locally, so the example can work without setting up the esp-matter environment.
10-
11-
See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about building and flashing the firmware.
9+
This example creates a Color Temperature Light device using the esp_matter component automatically downloaded from the [Espressif Component Registry](https://components.espressif.com/). See the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html) for more information about matter.
1210

1311
The code is based on the Arduino API and uses Arduino as an IDF Component.
1412

@@ -27,8 +25,8 @@ There is no QR Code to be used when the Smartphone APP wants to add the Matter D
2725
Please enter the code manually: `34970112332`
2826

2927
The devboard has a built-in LED that will be used as the Matter Light.
30-
The default setting of the code uses pin 48 for the ESP32-S3.
31-
Please change it in `main/matter_accessory_driver.h` or in the `sdkconfig.defaults.<SOC>` file.
28+
The default setting of the code uses pin 8 for the ESP32-C6
29+
Please change it in `main/matter_accessory_driver.h` or in the `sdkconfig.defaults` file.
3230

3331
## LED Status and Factory Mode
3432

@@ -53,9 +51,9 @@ Holding the BOOT button pressed for more than 10 seconds and then releasing it w
5351

5452
## Building the Application using WiFi and Matter
5553

56-
This example has been tested with Arduino Core 3.0.4. It should work with newer versions too.
54+
This example has been tested with Arduino Core 3.2.0. It should work with newer versions too.
5755

58-
There is a configuration file for these SoC: esp32s3, esp32c3, esp32c6.
56+
There is a configuration file for these SoC: esp32c3, esp32c6.
5957
Those are the tested devices that have a WS2812 RGB LED and can run BLE, WiFi and Matter.
6058

6159
In case it is necessary to change the Button Pin or the REG LED Pin, please use the `menuconfig` and change the Menu Option `Light Matter Accessory`

0 commit comments

Comments
 (0)