Skip to content
Discussion options

You must be logged in to vote

Unfortunately, as far as I am aware, there is currently no direct equivalent of PainlessMesh or ESP-MESH in MicroPython. Both PainlessMesh and ESP-MESH are designed specifically for the ESP32 and rely on the Arduino libraries.

Porting PainlessMesh to MicroPython would be a significant undertaking, as it would require re-implementing the entire library in MicroPython. However, it may be possible to adapt some of the concepts and techniques used in PainlessMesh to work with MicroPython and the ESP32.

One option would be to implement your own mesh networking solution using the ESP32's built-in Wi-Fi and socket programming features of MicroPython.

By the way, since you are working with ESP-NO…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@villeneuve
Comment options

@ayenesams
Comment options

Answer selected by ayenesams
Comment options

You must be logged in to vote
1 reply
@ayenesams
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
4 participants