Tian Sen Wen
Tian Sen Wen
> 另外我想问一下,如果我想在同一个环境中创建两个相互隔离的mesh网络,应该如何配置呢? 所有esp32S3都使用同一个路由器,但我创建的SSID不同,但我发现它们似乎都能连接,因为密码是`123456` You need to set different mesh IDs for different networking configurations.
> 你好 > > 我在这里发现了一个问题。当我网络中有多个设备,并且我将中间节点断电时,连接到该节点的下游节点会多次触发:`WIFI_EVENT_STA_DISCONNECTED`,然后会出现 esp-tls 消息。错误并导致设备重新启动。我想知道这是什么原因?测试时我只选择了其中两台设备进行测试,所以整个网络结构中应该有很多mesh wifi连接,但我没有连接而是直接重启。以下是我看到的Log。 ,请帮帮我,谢谢 > > ``` > I (77126) app_bee: bee mqtt msg published. > I (86396) wifi:bcn_timeout,ap_probe_send_start > W (86396) app_lvgl: lvgl_init_event_handler >...
> https://components.espressif.com/components/espressif/mesh_lite > > 好像`version 0.10.2`已经在我们的github里发布了,但是我们只`version 0.10.1`在idf仓库里看到。我们什么时候更新到最新版本?我需要这个“信号强度阈值”调节功能,它对我有很大帮助 > >  You can first use the components in the master branch of the GitHub repository. We will soon update the new...
Yes, different Mesh networks can be distinguished by different Mesh IDs. MESH_LITE_VENDOR_ID_0 and MESH_LITE_VENDOR_ID_1 have the same meaning. Only when the three parameters of MESH_LITE_VENDOR_ID_0, MESH_LITE_VENDOR_ID_0 and Mesh_ID and the...
Under the same router, devices with mesh id 78 will form a network, and devices with mesh id 77 will form a network, The similarity is that the root nodes...
> > > Under the same router, devices with mesh id 78 will form a network, and devices with mesh id 77 will form a network, The similarity is that...
May I ask if you modified the CONFIG_BRIDGE_SOFTAP_SSID and CONFIG_BRIDGE_SOFTAP_PASSWORD configuration items? Have these changes been applied to all nodes?
你用的 idf 是哪个版本呢,这种情况容易复现吗?是否可以提供下空口包呢
可以搜索一下如果抓取 Wi-Fi 空口包,如果没有条件的话,可以更新 idf 到 5.0 再试试,目前使用 idf5.0 的客户暂时都没有遇到获取不到 IP 的问题
> esp-mesh-lite 基于 idf5.2 版本能用吗? 可以,不过目前使用的最多的还是 release/v5.1 版本