Replies: 4 comments
-
@SuGlider PTAL |
Beta Was this translation helpful? Give feedback.
-
ESP32-C6: OpenThread init fails in Arduino Core 3.3.0 (IDF 5.5) due to missing eventfd/select in core build Repro (ESP32-C6, Arduino Core 3.3.0 / IDF 5.5):
Runtime:
Hypothesis / root cause: Request:
Notes:
|
Beta Was this translation helpful? Give feedback.
-
ESP-Matter code will select the Netowrk in a specific order: WiFi -> Thread -> ETH. It is possible to create a C6 Matter Application using Arduino Matter API + Thread using Arduino as IDF Component. |
Beta Was this translation helpful? Give feedback.
-
This is how Matter over Thread shall be bulit using the ESP32-C6: 1- Install IDF 5.5.0 into your computer. It can be done following the guide in https://docs.espressif.com/projects/esp-idf/en/stable/esp32c6/get-started/index.html For Windows: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c6/get-started/index.html 2- Test IDF with idf.py --version to check if it is installed and configured correctly. It shall output 3- Clone the repository with the Arduino as IDF Component project. 4- Open an IDF terminal and execute idf.py set-target esp32c6 5- Execute idf.py -p <your COM or /dev/tty port connected to the ESP32-C6> flash monitor 6- It will build, upload and show the UART0 output in the screen. 7- Try to add the Matter RGB light to your Matter environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to everyone! Is it possible to run Matter Over Thread no WiFi in Arduno IDE?
I made code which enable BLE first setup and then it's Matter Over WiFi. It's like mix mode. Can I make Matter Over Thread?
Beta Was this translation helpful? Give feedback.
All reactions