-->
Page 1 of 1

Mesh network with OTA

PostPosted: Fri Jun 01, 2018 6:56 pm
by m.maazi
Hi.
I am trying to build a self-healing mesh network between my esp8266 sensor nodes (about 100 nodes). I need every node to be updated over the internet (OTA). I found some libraries that build mesh but each has some limitations:
easyMesh: No OTA.
painlessMesh: No OTA.
ESP8266MQTTMesh: Needs a mqtt broker. Using an arduino as broker limits the number of working nodes.
Any suggestions?
I need something like this:
Image
thanks for help.

Re: Mesh network with OTA

PostPosted: Sun Feb 16, 2020 5:03 am
by feronimus
How about using a broker over the internet?
A cheap VPS maybe that you could host a basic rest site then to controll your network over any simple app?

In that way you could work with the ESP8266MQTTMesh if i am not mistaken.

Re: Mesh network with OTA

PostPosted: Sun Mar 28, 2021 8:03 am
by sanluca
Hi,

do you have finished the project?

I have the same problem

thanks

/ls