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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,23 +19,23 @@ This projects aims at possibility to easily launch Matter internet-of-things pro
19
19
5. Run example sketch
20
20
21
21
## Example usage
22
-
Please look at [examples](https://github.com/jakubdybczak/esp32-arduino-matter/tree/master/examples). You can test integration with Android and Matter controller by downloading compiled [CHIPTool](https://drive.google.com/drive/folders/1NXqfbRzBQRWCH4VWJQwQSO6KKYeIH7VK) for Android.
22
+
Please look at [examples](https://github.com/jakubdybczak/esp32-arduino-matter/tree/master/examples).
23
23
24
24
## Limitations
25
25
* Library only works on base ESP32 (with experimental support for ESP32-S3, ESP32-C3).
26
26
* There is no possibility to change vendor/product ID as this value is pre-compiled.
27
27
* There is no known possibility to change setup PIN.
28
28
* This library comes with precompiled NimBLE, because default Bluedroid shipped with arduino-esp32 takes too much RAM memory.
29
-
*As of 06 Nov 2022, this library does not work with Google Home as this app is compatible with older version of Matter. You can test this library with CHIPTool.
29
+
*Matter Controllers such as Apple Home, Google Home, Smarthings and other might not have full support of all device types.
30
30
31
31
## Versions
32
32
This project is currently build based on these projects:
0 commit comments