olavt
olavt
@wqx6 Do you have some sample code to add the CurrentHeapFree and CurrentHeapAttributes to the cluster? I have looked at this sample code to create an attribute in the documentation,...
I enabled this in sdkconfig: CONFIG_FREERTOS_USE_TRACE_FACILITY=y I still get no data in the ThreadMetrics attribute: 
Thanks! It's working now:  Why are the StackFreeCurrent and StackSize fields not populated?
I know vendors doing this today. They have existing firmware with the ability to do firmware updates. The user may choose to upgrade the device from non-Matter to a Matter...
@Ajay2803 I don't have any details, but from my own experience as a user, the vendor sent the QR-Code by email as a part of the process where the device...
It seems like the issue is using null for payload and not {} (empty object). Using null in the past was not triggering the InvalidArguments error. Is this caused by...
Does this mean that I could either change the settings according to the link above OR change the target device from ESP32-C6 to ESP32-H2? Are all other settings identical between...
I set the Espressif Device Target to "espp32h2" and still got these build errors: /Users/olavt/esp/v5.4/esp-idf/components/openthread/openthread/src/core/meshcop/secure_transport.cpp: In member function 'ot::Error ot::MeshCoP::SecureTransport::Setup(bool)': /Users/olavt/esp/v5.4/esp-idf/components/openthread/openthread/src/core/meshcop/secure_transport.cpp:340:5: error: 'mbedtls_ssl_conf_handshake_timeout' was not declared in this scope; did...
@Jerry-ESP I use VS Code with the Esptressif ESP-IDF Extension with Matter support. I executed the command and got quite a few warnings and when I build the project I...
@Jerry-ESP ESP-IDF: --------- olavt@Mac esp-idf % git log -1 commit 67c1de1eebe095d554d281952fde63c16ee2dca0 (HEAD, tag: v5.4) Author: Xiao Xufeng Date: Tue Dec 31 14:57:04 2024 +0800 change(version): Update version to 5.4.0 ESP-MATTER:...