Tian Sen Wen

Results 350 comments of Tian Sen Wen

https://docs.espressif.com/projects/esp-idf/zh_CN/v5.1.2/esp32/api-reference/kconfig.html?highlight=psram#esp-psram

1. You can pay attention to whether the remaining memory is insufficient when the problem occurs. 2. In theory, increasing the buffer related to Wi-Fi and Lwip can achieve higher...

After the device receives the OTA upgrade command, the device needs to determine whether to perform OTA directly through https ota or through esp_mesh_lite_transmit_file_start according to the layer ```c if...

The device level should be determined before executing esp_https_ota_begin. If it is a root node, execute esp_https_ota_begin. If it is a child node, execute LAN OTA.

iot bridge does not support USB host. If you want to use esp32 as USB host, please refer to: - https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/host - https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host

What is the purpose of connecting stm32 via USB? Is it used for CDC communication or something else? We support USB host. For specific examples of using USB host, please...

USB Host is an independent functional component and does not need to be integrated into iot-bridge. If you want to use USB Host, refer to the example in the following...

Are Node 1 and Node 2 on the same firmware? Any `set_allowed_level/set_disallowed_level` restrictions? When Node 2 keeps failing (event 201), is Node 1 online or offline? Please share logs/code for...

May I ask which version you are using? On my end, I cannot reproduce the issue with either the ​master branch or ​version 1.0.1. When the device calls `esp_mesh_lite_set_disallowed_level(1)`, It...