-->
Page 1 of 1

ESP8266 mesh that can connect to Cloud

PostPosted: Tue Oct 23, 2018 12:03 pm
by gmgunderground
Hi, this is my 1st post here, so thanks to everyone that can help me, I have a simple problem but at the same time very difficult to me to find a right solution.
I have many ESP8266 as STA that can collect some info from a sensor, and one Raspberry Pi3 B+ as AP, I need that every STA can send data to the RPi even if not directly connected. The idea is to have a mesh where every STA can talk with each other and if that is connected to the AP, send data over Cloud. So I want to ask you what is the best and simple way to achieve the target. What is the best configuration of WiFi ? Is possible to have a mesh and at the same time WiFi configured as STA? Is there some ready to go library to use? Examples?
Thanks a lot to everyone for the help

Re: ESP8266 mesh that can connect to Cloud

PostPosted: Wed Oct 24, 2018 2:54 am
by QuickFix
Have a look at MQTT, it's specifically designed for that purpose. :idea: