SiliconLabs / arduino

Arduino Core for Silicon Labs devices
68 stars 14 forks source link

[request] Add Matter 1.2 and Matter 1.3 device type examples #49

Open lboue opened 2 months ago

lboue commented 2 months ago

Summary

Could you add the new device types contained in the following specifications for the next version?

silabs-bozont commented 2 months ago

Hello @lboue, Our end goal is to support all possible device types, so they're definitely coming. If I remember correctly CSA just released Matter 1.3 - which right now means that only the specification is available and the codebase implementing it is not yet. https://github.com/project-chip/connectedhomeip/releases When the official Matter 1.3 codebase releases our Matter team will start integrating it into our Matter SDK - then the core will integrate the Silabs Matter SDK - so the 1.3 support may be a bit further down the line as of now.

lboue commented 2 months ago

@silabs-bozont Indeed, Matter version 1.2 would already be a plus to start with.

lboue commented 1 month ago

Now Matter 1.3 has been released for Simplicity Studio:

https://github.com/SiliconLabs/matter_extension/releases/tag/v2.3.0

Could it be applied to this Arduino repository too?