You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
8
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.
12
10
13
11
The code is based on the Arduino API and uses Arduino as an IDF Component.
14
12
@@ -27,8 +25,8 @@ There is no QR Code to be used when the Smartphone APP wants to add the Matter D
27
25
Please enter the code manually: `34970112332`
28
26
29
27
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.
32
30
33
31
## LED Status and Factory Mode
34
32
@@ -53,9 +51,9 @@ Holding the BOOT button pressed for more than 10 seconds and then releasing it w
53
51
54
52
## Building the Application using WiFi and Matter
55
53
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.
57
55
58
-
There is a configuration file for these SoC: esp32s3, esp32c3, esp32c6.
56
+
There is a configuration file for these SoC: esp32c3, esp32c6.
59
57
Those are the tested devices that have a WS2812 RGB LED and can run BLE, WiFi and Matter.
60
58
61
59
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