You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: