You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
How to create mesh network? Has it been implemented?
The text was updated successfully, but these errors were encountered:
For MicroPython ESP32? No. Probably not anytime soon.
I went and created this issue for ESP-IDF to add 802.11 Ad-Hoc Networks, but I wouldn't hold your breath.
espressif/esp-idf#989
Uh oh!
There was an error while loading. Please reload this page.
@pedrofelipest ESP-NOW protocol might also be of interest to you.
I'm currently working on getting that implemented for MicroPython.
https://github.com/espressif/esp-idf/blob/master/docs/api-reference/wifi/esp_now.rst
Thanks @nickzoic, I will check this implementation.
(FYI: Espressif aren't likely to support WiFi AdHoc but have other things on the go, including WiFi Direct and ESP-Mesh. I've closed the issue above.)
@nickovs the ESP-NOW do you have a maximum amount of devices on the network that is mounted?
Is there any update progress?