law-ko
law-ko
Hello, We have tested the `ota_mqtt` example and everything works fine except the Status showed failed even after ESP32 has successfully updated via OTA. Are there any messages we need...
Hello, With further checking, `cJSON_Print` will cause an internal heap leak, which is unknown. The current testing environment is under ESP-IDF v4.4. The `create_monitor` example is used. ESP32 code: ```...
Hello, We are trying to add `esp-aws-iot` components by adding the repo as a submodule. However, we are getting build errors even with the clean project. .gitmodules: ``` [submodule "libraries/esp-aws-iot"]...
Hello, It seems like this error (i.e. `esp-tls-mbedtls: read error :-0x004C:`) is quite common when trying to keep the TLS connection with AWS IoT, and it also seems to relate...
Hello, We are using the example [`ota_mqtt`](https://github.com/espressif/esp-aws-iot/tree/master/examples/ota/ota_mqtt) to perform AWS OTA updates, however, we realized [setOtaInterfaces( &otaInterfaces );](https://github.com/espressif/esp-aws-iot/blob/bbaf03d7d1fbf8a3f91dc18489d7bd27d5b9e9df/examples/ota/ota_mqtt/main/ota_demo_core_mqtt.c#L1574) is consuming lots of dram space (about ~58176 bytes static DRAM space)....
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
There is a memory leakage issue when Matter is paired and running for a long time. Checked by adding heap tracing in while loop under app_main.cpp: ``` while (1) {...
Hello, There is a pretty Matter commissioner QRCode label provided in the development guide. Is there any tools that can be used to generate this label? (not to be confused...
Rebooting commissioned ESP32 and would result in the following crash: ``` I (26454) chip[SC]: SecureSession[0x3ffcbd48, LSID:41723]: State change 'kEstablishing' --> 'kActive' I (26454) chip[IN]: CASE Session established to peer: I...
After commissioning the device and perform a power cycle (power off/power on), sometimes ESP32 cannot automatically connect back to HomePod, with the following error: ``` I (49741) chip[DIS]: Checking node...