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

Espressif SDK for Matter (only ESP32) #2685

Open
mostorer opened this issue Nov 26, 2023 · 1 comment
Open

Espressif SDK for Matter (only ESP32) #2685

mostorer opened this issue Nov 26, 2023 · 1 comment

Comments

@mostorer
Copy link

Espressif SDK for Matter is based on ESP-IDF so, only ESP32 devices.
I have now Sming installed on MacOS, with ESP-IDF 5.0 cloned from @mikee47 github repo.
I also have the Espressif SDK for Matter installed and configured over the ESP-IDF 5.0.

Now I am able to compile Sming examples with Sming "make" command and Espressif Matter examples with "idf.py build".
I would like to be able to use Espressif for Matter APIs within Sming code, but I do not have any idea on how to do that ... if it is possible to be done.

@slaff
Copy link
Contributor

slaff commented Dec 12, 2023

would like to be able to use Espressif for Matter APIs within Sming code

Try to run the following command from the root directory of your application:

make sdk-menuconfig

This will show you the ESP-IDF menu configuration. Find the desired Matter parts and enable them. Sming does not have Matter API abstraction so you must use directly the IDF headers and code.

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

No branches or pull requests

2 participants