Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh with the ESP8266 #4207

Open
BaGRoS opened this issue Aug 18, 2022 · 4 comments
Open

Mesh with the ESP8266 #4207

BaGRoS opened this issue Aug 18, 2022 · 4 comments

Comments

@BaGRoS
Copy link

BaGRoS commented Aug 18, 2022

Is it possible to build a mesh with the ESP8266 so that one of the devices can access the internet and the rest can transmit data as well?

Many thanks,
BaGRoS

@tonhuisman
Copy link
Contributor

tonhuisman commented Aug 18, 2022

That is being worked on, based on ESP-now, called ESPEasy-now in our context: #3301

@BaGRoS
Copy link
Author

BaGRoS commented Aug 18, 2022

So it's already working? Will it work in the future?
I am only interested in sending MQTT.

@TD-er
Copy link
Member

TD-er commented Aug 18, 2022

So it's already working? Will it work in the future? I am only interested in sending MQTT.

It is not yet merged due to compatibility issues with ESP8266 and ESP32 and also it now takes too much time to "discover" other nodes in the mesh. Also there is still a bug in the code which may cause messages to hop among nodes without reaching the broker.
But the whole idea is that MQTT messages will be forwarded to a "gateway node" which is a node which has a connection to the MQTT broker.

@BaGRoS
Copy link
Author

BaGRoS commented Aug 18, 2022

Super information and at the same time a great pity that it doesn't work. It would have helped a lot of people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants