Skip to content

feat(matter): matter with thread + ble works fine #307

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

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

SuGlider
Copy link
Contributor

@SuGlider SuGlider commented Jul 4, 2025

Description

ESP32-C5 has few SRAM available.
Matter consumes a lot of SRAM with its static variable declarations and object constructors.
After testing many combinations, the only way to get esp32c5 working with Arduino and Matter Library is by only using it with OpenThread and BLE commissioning.

This PR sets this configuration.

Related

None

Testing

CI Artifacts

@SuGlider
Copy link
Contributor Author

SuGlider commented Jul 4, 2025

@me-no-dev - This is the necessary Matter configuration to get the ESP32-C5 to work with Arduino 3.3.x / IDF 5.5.
I have tested it and it work for Matter over Thread + BLE Commissioning, like the H2.

Please merge it and get it into the Arduino branch 3.3.x
Thanks!

@me-no-dev me-no-dev merged commit 76d7cb3 into release/v5.5 Jul 4, 2025
10 checks passed
@me-no-dev me-no-dev deleted the fix_matter_esp32c5 branch July 4, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants