Replies: 5 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Personally, I think the documentation is pretty good. The test scripts also give some nice examples. You might be interested to see a practical use case of ESP-NOW for dynamic-mesh. The work is based on the worker-framework, which in my opinion is easier than asyncio. You are invited to have a look. You might find it useful. |
Beta Was this translation helpful? Give feedback.
-
There was no additonal information available at https://micropython-glenn20.readthedocs.io/en/latest/library/espnow.html, that is not included in https://docs.micropython.org/en/latest/library/espnow.html (as far as I remember). https://micropython-glenn20.readthedocs.io/en/latest/library/espnow.html held the docs for the |
Beta Was this translation helpful? Give feedback.
-
This is a good point. I will look at wrapping up some of my own code samples and making them available as documented introductory examples. I tried to provide plenty of example code snippets in the docs, but a few more comprehensive (yet introductory) application examples in a repo might be helpful. |
Beta Was this translation helpful? Give feedback.
-
I also just started exploring esp-now and found this: I'm not a complete beginner but I think these are pretty basic and understandable examples. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a newbie in MicroPython and I wanted to explore the ESP-NOW implementation in MicroPython. I only see the following documentation https://docs.micropython.org/en/latest/library/espnow.html
While trying to Google, a lot of post references this https://micropython-glenn20.readthedocs.io/ and looks like this is where the fork for ESP-NOW MicroPython implementation was created. It is returning a 404 right now though.
I am just wondering if there is a backup for this. Looks like there are a lot of good stuff to read there.
For a beginner, there are not many tutorials out there per see.
I was actually looking for some examples to get started
Beta Was this translation helpful? Give feedback.
All reactions