8000 Support for ESP-Mesh · Issue #6311 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

Support for ESP-Mesh #6311

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

Open
seisatsu opened this issue Aug 5, 2020 · 2 comments
Open

Support for ESP-Mesh #6311

seisatsu opened this issue Aug 5, 2020 · 2 comments

Comments

@seisatsu
Copy link
seisatsu commented Aug 5, 2020

ESP-Mesh allows support for mesh networking between ESP devices. The last mention I can find of mesh networking as a possibility for MicroPython is micropython/micropython-esp32#176 from three years ago, which was closed without being implemented. I'd like to request this feature if it isn't already on the table.

@60999
Copy link
60999 commented Nov 29, 2020

Is there any update progress?

@rubydesign
Copy link
rubydesign commented Mar 28, 2021

Just guessing that this will NOT drop out of the sky (though i too would like that). It has been closed several times and does require a fair amount of work.

The good news is (o think) that esp-mesh is just espressifs implementation of a mesh. Just like painlessmesh.
I guess a mesh is not as difficult to build in python as in cpp (so it "just" needs the necessary API to be available)
Another guess is that once the esp-now code is merged, it should be relatively easy.
So let's root for #6515 to be merged and then someone can build another python layer on top of that to make meshes even easier.

Also just found that glenn (author of 6515) has prebuilt images with esp-now here https://github.com/glenn20/micropython-espnow-images (big thanks)

just 2c from a newbie

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
0