Skip to content

feat(matter): removes CHIPOBLE to manage it case by case #303

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 34 commits into from
Jun 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
64c03fd
feat(matter): removes CHIPOBLE to manage it case by case
SuGlider Jun 24, 2025
ad99680
feat(matter): Update defconfig.esp32
SuGlider Jun 25, 2025
cab2b42
feat(matter): Update defconfig.esp32c3
SuGlider Jun 25, 2025
ab99173
feat(matter): Update defconfig.esp32s2
SuGlider Jun 25, 2025
0d1fe99
feat(matter): Update defconfig.esp32s3
SuGlider Jun 25, 2025
57d918e
feat(matter): Update defconfig.esp32c6
SuGlider Jun 25, 2025
69ad6e8
feat(matter): Update defconfig.esp32c5
SuGlider Jun 25, 2025
804e957
feat(matter): Update defconfig.esp32h2
SuGlider Jun 25, 2025
2e8d3be
feat(matter): enable Matter for H2 - Update idf_component.yml
SuGlider Jun 25, 2025
c411b80
feat(matter): disable Matter over WiFi - Update defconfig.esp32h2
SuGlider Jun 25, 2025
6b6ab42
fix(matter): disable matter over thread config setting
SuGlider Jun 25, 2025
87aefa5
fix(matter): disable matter over thread config setting
SuGlider Jun 25, 2025
3f14c1f
fix(matter): disable matter over thread config setting
SuGlider Jun 25, 2025
dfc54a5
fix(matter): openthread option
SuGlider Jun 25, 2025
77c7ff0
fix(matter): openthread option
SuGlider Jun 25, 2025
69a355c
fix(matter): openthread option
SuGlider Jun 25, 2025
8fcd509
Update defconfig.esp32c6
SuGlider Jun 25, 2025
5c15b9a
fix(matter): openthread option
SuGlider Jun 25, 2025
45d62bf
fix(matter): openthread option
SuGlider Jun 25, 2025
98e5e84
fix(matter): openthread option
SuGlider Jun 25, 2025
8ab2f8f
feat(matter): leave thread endpoint not defined
SuGlider Jun 25, 2025
af50c0f
feat(matter): enable full mDNS for Matter
SuGlider Jun 25, 2025
3c77200
fix(matter): downgrading C5 to manual WiFi only
SuGlider Jun 26, 2025
c642b21
fix(matter): C5 uses WiFi Manual Set for Matter
SuGlider Jun 26, 2025
883d842
fix(matter): restore C6 matter configuration
SuGlider Jun 26, 2025
5190c32
fix(matter): set different networking cluster EPid for WiFi and Thread
SuGlider Jun 26, 2025
1c8cd65
fix(matter): nimble evt buf
SuGlider Jun 27, 2025
8c21130
feat(matter): ESP32C5 doesn't work with Matter 1.4
SuGlider Jun 27, 2025
86982f2
feat(matter): ESP32C5 doesn't work with Matter 1.4
SuGlider Jun 27, 2025
e275aab
feat(matter): testing main branch for the C5
SuGlider Jun 27, 2025
586ee4c
fix(matter): including C5
SuGlider Jun 27, 2025
3b44162
feat(matter): testing C5 with matter master branch
SuGlider Jun 27, 2025
c252a62
feat(matter): final configuration - No C5
SuGlider Jun 27, 2025
bde2460
feat(matter): final configuration - No C5
SuGlider Jun 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat(matter): final configuration - No C5
  • Loading branch information
SuGlider authored Jun 27, 2025
commit bde2460476d67d3a43e4c5b31dbe6e4292c895b0
9 changes: 5 additions & 4 deletions configs/defconfig.esp32c5
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff"
CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53"
# end of OpenThread

# ESP32-C5 fails when ESP Matter 1.4.1 is used. Try this latter with some other IDF 5.5 commit
# Matter settings: WiFi and OpenThread + CHIPoBLE
CONFIG_ENABLE_CHIPOBLE=y
CONFIG_ENABLE_MATTER_OVER_THREAD=y
# CONFIG_ENABLE_CHIPOBLE=y
# CONFIG_ENABLE_MATTER_OVER_THREAD=y
# Set endpoint id for Thread and Wi-Fi, depending on the secondary network interface endpoint id.
CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
CONFIG_WIFI_NETWORK_ENDPOINT_ID=0
# CONFIG_THREAD_NETWORK_ENDPOINT_ID=2
# CONFIG_WIFI_NETWORK_ENDPOINT_ID=0

#
# Zigbee
Expand Down