-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(matter): initial commit with arduino matter lib #10467
feat(matter): initial commit with arduino matter lib #10467
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files 56 suites 4m 9s ⏱️ Results for commit a6d1d20. ♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino
Outdated
Show resolved
Hide resolved
libraries/Matter/examples/MatterComposedLights/MatterComposedLights.ino
Outdated
Show resolved
Hide resolved
libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino
Outdated
Show resolved
Hide resolved
libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino
Outdated
Show resolved
Hide resolved
libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino
Outdated
Show resolved
Hide resolved
libraries/Matter/examples/MatterComposedLights/MatterComposedLights.ino
Outdated
Show resolved
Hide resolved
libraries/Matter/examples/MatterOnOffLight/MatterOnOffLight.ino
Outdated
Show resolved
Hide resolved
@lucasssvaz - All CI issues are solved with the new set of Lib Builder libraries. Changes done to examples were reverted. |
@me-no-dev - The changes you requested are done. Including adding a Light Toggle Switch Button to the MatterOnOffLight.ino example. This what I would like to merge by now. Please let me know. |
@me-no-dev @lucasssvaz - I'll change a few other things and change the status to "In Review" by end of this week. |
@me-no-dev - last change to example done. It keeps last Light state for when the Matter Accessory is restarted/powered back on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@SuGlider please fix the issues. Matter does not yet run on P4 |
af1c459
to
a6d1d20
Compare
@me-no-dev - all set. Ready to merge |
Description of Change
Implementation of Matter Library for ESP32 Arduino Core.
Matter is implemented over WiFi.
Commissioning is done using the Pairing Code or the QRCode from an URL.
Initial Device implmented is a on/off Light.
The Library allow adding more than one endpoint to a matter node.
Tests scenarios
ESP32 / ESP32-S2 / ESP32-S3 / ESP32-C3 / ESP32-C6
Testing done using Alexa Echo Dot and the examples from the Matter Library.
Related links
Related to #7432