Simple Mesh implimentation
-
Any suggestions on a simple library to add MESH capabilities to an M5StickC
I don't want it to interfere with normal WiFi operation, and I just need to broadcast small packets of data between multiple M5StickC's that are not connected to WiFi to one that is
Essentially (M5StickC x 10 not on WiFi) ---> MESH ----> M5StickC on WiFi
-
ESP-Now which available on UIFlow in the Advanced section.
-
@mittech
Curious as to how it went (has gone) with your Mesh application?Any consideration of ESP-MDF?
What tool chain/development environment are you using?