Tian Sen Wen

Results 350 comments of Tian Sen Wen

可以,将 BRIDGE_DATA_FORWARDING_NETIF_SDIO 配置项打开就好了

https://github.com/espressif/esp-iot-bridge/issues/90#issuecomment-2451489800 可以参考这个回答。对于 iot-bridge 那种一层 napt 这样做是没问题的,但是如果要涉及到 mesh,就不建议这样做了,这样会很复杂。

这个取决于周围的无线环境干扰,如果周围无线环境干扰较小,相应吞吐也会高一些。对于 usb 方案来说,在较好的环境中可以达到五六兆左右的吞吐。

What is the mesh lite version (commit) used? Are there logs for Nodes 404CCA57F03C, 404CCA5E6D48 and Node 5432040C2100?

Based on the provided logs, there is a log entry: `solo_mesh: Got IP, channels: [13,0], layer: 2, self mac: 40:4c:ca:57:f0:3c, parent bssid: 54:32:04:0c:21:01, parent rssi: -39, free heap: 170164`. It...

The `max_router_number` is currently not being used. You can try changing the fusion frequency to 20 seconds. If fusion still doesn't occur within a short time, please let us know....

Hello, as demonstrated in the second PPT slide, both C1 and C2 have the same softAP network segment, and they are only responsible for assigning IPs to the devices directly...

It is not recommended to modify the iot_bridge component. You need to manage the IP subnets of different devices at the application layer, and then set the IP information for...

Through this API, the netif of softap can be returned: `esp_netif_get_handle_from_ifkey("WIFI_AP_DEF")`

Please test with the new version to check if the issue still exists. Additionally, the application layer can take some measures, such as calling `esp_mesh_lite_connect()` if MQTT fails to connect...