Reliability, Wifi & Mesh Network ...
Moderators: grovkillen, Stuntteam, TD-er
Reliability, Wifi & Mesh Network ...
Hello,
I love your project and really appreciate your work. Nevertheless I always have trouble with reliability of my sensor network.
I planned to install sensor nodes in my greenhouse, external building, cellar, roof ... but I stopped the project due to various problems which all has to do with the stability of the wifi network. Even buying a state of the art router, 2 wifi extenders and playing around with external wifi antennas on an esp07 the general problem stays: If there is a network problem - on wireless it is always possible - the nodes should be able to reconnect or try to find different routes.
Following Ideas / suggestions:
I. "intelligent" reconnect to reconnect (fallback to AP mode is perhaps not the only solution)
II. Multiple AP: Perhaps it is possible to save different APs to connect to. I found out that it is nice to have the same ssid for your APs: Repeater / router but then I have no control, to which my client connect and often my phone sticks to the less powerful AP instead to reconnect to a stronger one.
III. Mesh Network: Perhaps a dream which never could work. A dynamic interconnection beween the nodes to establish a wide area connection. Data packages hopping from node to node to find the MQTT server. Espressif is documenting a framework for this
http://bbs.espressif.com/viewtopic.php?f=51&t=929#p3123 but it seams that nobody was able to get this running. Exept espressif themself: https://twitter.com/EspressifSystem/sta ... 5268312064
What is your experience/ solution to get your project out of a proof of concept stage?
Is anything planned to improve here?
What is the official concept for wifi connection reconnects?
Chris.
I love your project and really appreciate your work. Nevertheless I always have trouble with reliability of my sensor network.
I planned to install sensor nodes in my greenhouse, external building, cellar, roof ... but I stopped the project due to various problems which all has to do with the stability of the wifi network. Even buying a state of the art router, 2 wifi extenders and playing around with external wifi antennas on an esp07 the general problem stays: If there is a network problem - on wireless it is always possible - the nodes should be able to reconnect or try to find different routes.
Following Ideas / suggestions:
I. "intelligent" reconnect to reconnect (fallback to AP mode is perhaps not the only solution)
II. Multiple AP: Perhaps it is possible to save different APs to connect to. I found out that it is nice to have the same ssid for your APs: Repeater / router but then I have no control, to which my client connect and often my phone sticks to the less powerful AP instead to reconnect to a stronger one.
III. Mesh Network: Perhaps a dream which never could work. A dynamic interconnection beween the nodes to establish a wide area connection. Data packages hopping from node to node to find the MQTT server. Espressif is documenting a framework for this
http://bbs.espressif.com/viewtopic.php?f=51&t=929#p3123 but it seams that nobody was able to get this running. Exept espressif themself: https://twitter.com/EspressifSystem/sta ... 5268312064
What is your experience/ solution to get your project out of a proof of concept stage?
Is anything planned to improve here?
What is the official concept for wifi connection reconnects?
Chris.
Re: Reliability, Wifi & Mesh Network ...
R95 has been changed to periodically try to reconnect forever as well as switching to AP mode for as long as the Wifi link is not established. After successful reconnect, the AP will close after a minute.
This may solve some situations when Wifi has been down for some time.
This may solve some situations when Wifi has been down for some time.
Re: Reliability, Wifi & Mesh Network ...
Hi,
I have just published a new mesh networking library for esp8266/Arduino on github https://github.com/Coopdis/easyMesh.
Perhaps you will find it easier and more stable?
Coop
I have just published a new mesh networking library for esp8266/Arduino on github https://github.com/Coopdis/easyMesh.
Perhaps you will find it easier and more stable?
Coop
Re: Reliability, Wifi & Mesh Network ...

where can i find the libraries to testing the demoToy.ino (neopixel)?
easyWebSocket.h
easyWebServer.h
P.S. - i found it at your github...
and it works

--- yes it works stabil. Is there a posibility to get out the:
wifilevel
connection time
and is it possible get thru the network to the far meshnode ?
Re: Reliability, Wifi & Mesh Network ...
hi coopdis i found our project in github and find it very interresting i just need to make you 2 question about it since i am dont know anything about programing.Coopdis wrote:Hi,
I have just published a new mesh networking library for esp8266/Arduino on github https://github.com/Coopdis/easyMesh.
Perhaps you will find it easier and more stable?
Coop
1ª your code is possible to use with the GPIO of the ESP ?
2ªif is possible could you post a exemple of making a input in one esp8266 and making a output in a diferent one in the same Mesh.
Best regards
Re: Reliability, Wifi & Mesh Network ...
Is development of mesh still in progress to include it in official release of EspEasy?
It would be the kings-feature for me because I have to cover wide ranges in yard to make my home-control project working.
It would be the kings-feature for me because I have to cover wide ranges in yard to make my home-control project working.
Re: Reliability, Wifi & Mesh Network ...
Well, you could use MySensors nodes, as they're able to route, and use one ESP8266 as gateway.
See here:
Overview: https://www.mysensors.org/
List of supported sensors: https://www.mysensors.org/build
ESP8266 Wifi gateway: https://www.mysensors.org/build/esp8266_gateway
Description of network structure here: https://www.mysensors.org/about/network
See here:
Overview: https://www.mysensors.org/
List of supported sensors: https://www.mysensors.org/build
ESP8266 Wifi gateway: https://www.mysensors.org/build/esp8266_gateway
Description of network structure here: https://www.mysensors.org/about/network
Re: Reliability, Wifi & Mesh Network ...
Advantage of ESP8266 is that you can use plain cheap Wifi repeaters.
Re: Reliability, Wifi & Mesh Network ...
Hi,
We are continuing Coopdis work on a fork called painlessMesh. You can find it on https://gitlab.com/BlackEdder/painlessMesh
Regards
We are continuing Coopdis work on a fork called painlessMesh. You can find it on https://gitlab.com/BlackEdder/painlessMesh
Regards
Who is online
Users browsing this forum: No registered users and 19 guests