Skip to content
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

ESP Matter framework support #854

Open
Diegorro98 opened this issue Jul 14, 2022 · 11 comments
Open

ESP Matter framework support #854

Diegorro98 opened this issue Jul 14, 2022 · 11 comments

Comments

@Diegorro98
Copy link

Matter is near to the release, and Espressif has developed a Matter development framework for Espressif’s ESP32 series SoCs (repo).

It would be great to add this framework to PlatformIO as a package in this platform, although it might need some special settings because it uses esp-idf, so it will require framework-espidf to be installed and I think it should advertise the huge size of the framework (18 GB more or less right now) due to the Matter git submodule, maybe in the future some parts from the Matter sdk can be omitted so that only is downloaded what is needed.

I've issued this request on esp-matter repo too: espressif/esp-matter#4

I also have tried to migrate the light project example from the repo to a platofmio project, but I had errors on cmake.

@valeros valeros changed the title esp-matter framework support ESP Matter framework support Jul 14, 2022
@ivankravets ivankravets pinned this issue Jul 19, 2022
@Yacubane
Copy link

Yacubane commented Oct 8, 2022

Matter has reached version 1.0, so maybe it's worth to bring back this topic

@MassimilianoMontagni
Copy link

+1

@daniel-frenkel
Copy link

+1000

@ZweiEuro
Copy link

Is there any update on this or does someone know of some blog / project that sets something like this up in the PIO environment ?

@Suxsem
Copy link

Suxsem commented Sep 25, 2023

We need this

@ZweiEuro
Copy link

ZweiEuro commented Oct 9, 2023

@valeros is there anything like this planned? I pretty much have the choice of implementing all the services myself or just implement matter... if possible I'd like to use it cleanly in an esp32 platformio project

@leonhma
Copy link

leonhma commented Oct 30, 2023

+10000

@hcglhcgl
Copy link

hcglhcgl commented Nov 7, 2023

@Diegorro98 I see you have some repositories with attempted fixes for PlatformIO. Did you ever succeed in compiling using esp-matter in PIO ?

@Diegorro98
Copy link
Author

@hcglhcgl no, sorry

@xdumaster1
Copy link

Can working dimmable

@Eme112
Copy link

Eme112 commented May 2, 2024

I'm also having trouble including esp-matter in the PIO environment. It would be great if someone figured it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests