Tian Sen Wen

Results 350 comments of Tian Sen Wen

I have noticed that when the router is unable to access the internet, local control doesn't consistently fail. This is because when the router is unable to connect to the...

1. 可以将 BRIDGE_STATION_CANCEL_AUTO_CONNECT_WHEN_DISCONNECTED 配置项设置为 false,或者也可以更改 bridge_wifi.c 代码来设置重试多少之后暂停重连 2. 对于 bridge 方案来说,每个 dataforwarding netif(softap 和 usb)的网段都是不一样的,其可以直接向路由器下面的设备建立连接以及发起通信。

因为 bridge 不是透传方案,所以 usb 或者 softap 连接的设备端都是拿的是 esp32 分配的 “内网” IP,不过其是可以直接 ping 通路由器以及路由器局域网下的其他设备,也可以正常建立连接,只不过路由器以及其下别的设备是无法直接向连接 usb 或者 softap 的设备端直接发起通信。

Hello, is the next version after 1.5.2 going to be 2.0.0? When will this version be released?

If you disconnect the Wiif before reconfiguring the network, it will trigger the reconnection mechanism within the mesh. The reconnection within the mesh will involve scanning, which may affect the...

Hello, would it be possible to provide the complete device logs for further diagnosis?

@djswirl What version of IDF are you using, down to which commit? Also, have there been updates to IDF's submodules? You can update them with `git submodule update --init --recursive`.

You can increase the ESP_TIMER_TASK_STACK_SIZE configuration in menuconfig.