Search found 3 matches

by andy1245
Fri Jan 05, 2024 1:04 pm
Forum: ESP-IDF
Topic: ESP-WIFI-MESH: Issue WIFI_REASON_ASSOC_TOOMANY When connected 20 Devices same range
Replies: 0
Views: 8720

ESP-WIFI-MESH: Issue WIFI_REASON_ASSOC_TOOMANY When connected 20 Devices same range

I connected 20 devices with the same length of 1 meter. However, one or two devices were disconnected due to WIFI_REASON_ASSOC_TOOMANY . We restarted that device, but the issue persists. We have used No Router ESP-WIFI-MESH code example used. ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0x1 (P...
by andy1245
Mon Jul 17, 2023 11:33 am
Forum: ESP-MDF
Topic: ESPNow support MESH network.
Replies: 0
Views: 27165

ESPNow support MESH network.

Hello everyone, We have implemented 1000 devices with ESPNow. but issue on connectivity therefore we want implement Mesh network without Router. and Please help me any example and github project links. Also As per documentation, esp-now has support Multi-hop network . But missing examples. Can you s...
by andy1245
Mon Jun 26, 2023 7:26 am
Forum: ESP-IDF
Topic: esp_modem is set to data mode by USB, so IP is not allocated.
Replies: 0
Views: 1789

esp_modem is set to data mode by USB, so IP is not allocated.

We have implemented USB based SIMCOM A7670C communication and used example of pppos modem https://github.com/espressif/esp-protocols/tree/master/components/esp_modem/examples/pppos_client . USB was properly connected. RSSI was able to connect properly. When USB sets esp_modem to data mode, there is ...