⚠️ This library is currently meant to be used only for research purposes. Please read limitations section before using it.
This projects aims at possibility to easily launch Matter internet-of-things protocol on ESP32 with Arduino. Project contains precompiled and ready to use components from two projects: Espressif's SDK for Matter and Matter.
- Make sure that ESP32 board version is 2.0.5
- Turn on C++17 support for Arduino
- Download this repository and import library into Arduino IDE
- Choose larger partition scheme, for example
Minimal SPIFFS
- To prevent some issues related to old data, enable
Erase Flash Before Sketch Upload
option - Run example sketch
Please look at examples. You can test integration with Android and Matter controller by downloading compiled CHIPTool for Android.
- Library only works on base ESP32 (no support for ESP32-S2 and other variants).
- There is no possibility to change vendor/product ID as this value is pre-compiled.
- There is no known possibility to change setup PIN.
- This library comes with precompiled NimBLE, because default Bluedroid shipped with arduino-esp32 takes too much RAM memory.
- As of 26 Oct 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.
This project is currently build based on these projects:
Project | Tag/Commit Hash |
---|---|
Espressif's esp-idf | 4.4.2 (Arduino ESP32 board 2.0.5) |
Espressif's SDK for Matter | 6fb13868 |
Matter | 4f7669b0 |
-
Find
platform.txt
for ESP32 board. Location of this file is platform depended.MacOS:
~/Library/Arduino15/packages/esp32/hardware/esp32/2.0.5/platform.txt
Windows:
C:\Users\<USER>\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\platform.txt
-
Inside
platform.txt
findESP32 Support Start
section and it'scompiler.cpp.flags.esp32
key. Change-std=gnu++11
to-std=gnu++17
. -
Restart Arduino IDE.
- Building packages for other variants of ESP32
- Providing scripts for buliding ESP32 Arduino Matter for specified Matter / esp-matter / ESP-IDF branches
- Creating more user-friendly access to Matter clusters