Hello everyone,
I’m working on an ESP32 project and would appreciate some insights on software architecture, particularly regarding inter-task communication (ITC) and robust error handling . I thought I might get broader architectural perspectives here, as my questions are more about general ...
Search found 3 matches
- Fri May 30, 2025 7:25 pm
- Forum: General Discussion
- Topic: Seeking Advice on ESP32 Software Architecture: ITC, Error Handling & Defensive Coding for a Self-Healing System
- Replies: 1
- Views: 66
- Thu Dec 26, 2024 3:34 am
- Forum: ESP Mesh 中文讨论版
- Topic: 乐鑫 ESP-Mesh-Lite:轻松覆盖更大范围,连接更多设备
- Replies: 6
- Views: 66726
Re: 乐鑫 ESP-Mesh-Lite:轻松覆盖更大范围,连接更多设备
mesh lite 不支持 C6 的 802.11ax。C6 的 802.11ax 仅支持在 20MHz 下的非 AP 模式
你好,
我想建立一个大约512个节点的Mesh网络。如果没有路由器,它将以非路由器模式工作;如果有路由器,它将连接到路由器并访问互联网,并且在这两种情况下,网络能够自我修复。我发现ESP-WIFI-MESH似乎可以与ESP-MDF框架一起使用,但这个框架看起来有点过时。使用它会有什么问题吗?如果你不建议使用它,我是否应该选择使用ESP-NOW SoftAP+STA模式,或者直接使用ESP-MESH-LITE?你会推荐什么?我查看了OpenThread ...
- Thu Dec 26, 2024 3:21 am
- Forum: ESP-MDF
- Topic: Esp-mdf vs esp-wifi-mesh vs esp-mesh-lite vs esp-now vs thread etc. not being able to decide due to confusion
- Replies: 3
- Views: 15131
Esp-mdf vs esp-wifi-mesh vs esp-mesh-lite vs esp-now vs thread etc. not being able to decide due to confusion
Hello,
I want to build a mesh network with approximately 512 nodes. It should operate in non-router mode when there is no router, and connect to the router and access the internet when one is available. In both cases, the network should be able to self-heal. I believe ESP-WIFI-MESH can be used with ...
I want to build a mesh network with approximately 512 nodes. It should operate in non-router mode when there is no router, and connect to the router and access the internet when one is available. In both cases, the network should be able to self-heal. I believe ESP-WIFI-MESH can be used with ...