Tian Sen Wen

Results 350 comments of Tian Sen Wen

最新的版本是昨天下午更新的,使用最新的还会出现问题吗?如果还有问题,请再描述下你的复现步骤和所有日志文件。

Please provide the following information so that I can analyze it better: - esp-idf version used - Type of chip used - Full log of reset device.

Do you have any other S2 modules or chips for testing, or does this issue only occur on a specific S2 module? From the current perspective, it seems that this...

`Whenever I use adc_oneshot_read the ESP32S2 crashes after some minutes/hours of normal work.` Is there a corresponding crash log?

What is the reason for reset? Can you provide the context log file where the problem occurred?

Hello, which module or chip are you using? You can perform tests using multiple devices simultaneously. Set different maximum transmission power (esp_wifi_set_max_tx_power) for each device's firmware and observe if there...

因为对于 Mesh-Lite 来说,子节点和父节点都是通过标准的 Wi-Fi SoftAP Station 进行连接的,且父节点不会管理其下连接的子节点。对于删除子节点这种操作,您可以放到应用层进行管理和操作,比如通过 esp_wifi_deauth_sta 踢掉某个子节点。 如果不想后续节点加入 Mesh 网络,可以根节点调用 esp_mesh_lite_allow_others_to_join(false) 来实现,后面要加入的设备除了传递给他路由器信息也要传递根节点 argot 的值,也就是一旦调用这个 API,后面加入的节点都会验证 argot 这样一个随机数,如果不匹配连上 wifi 也会被自动踢走。 argot 值可以通过 esp_mesh_lite_set_argot 来进行设置。

After a preliminary test, hiding the ssid has no effect on the mesh networking functionality.

目前 ESP-Mesh-Lite 暂时还未支持根节点使用 Station 以外的接口连接互联网,后面我们有计划增加这个 feature,最近我会抽时间推一个临时分支出来。

![企业微信截图_17180731687059](https://github.com/espressif/esp-mesh-lite/assets/55544524/f2f3cfed-8cb9-4180-bc93-ed358a167154) 可以给根节点选中 BRIDGE_EXTERNAL_NETIF_ETHERNET 来使能根节点的 Ethernet 功能