-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Added ESPNow basic example #667
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
Conversation
Please add those examples to libraries/ESP32/examples/ESPNOW/Master and Slave instead ;) |
@me-no-dev Do you want them to be directly under ESPNow folder? I was planning to add more examples with multi-device communication, encryption etc. So thought sub-folder for examples would make sense? What do you think? |
libraries/ESP32/examples/ESPNOW/Master or maybe even libraries/ESP32/examples/ESPNOW/Basic/Master Should work ;) check in ArduinoIDE though |
Yup :) looks great! <<< NO |
Please read my comment carefully! Not in it's own library folder! ESPNOW is not Arduino library! |
Got it. Making the change now. |
Not sure what I am doing wrong. Moved ESPNow to |
done :) |
Thanks! Appreciate it. |
Hi @arvindr21 and @me-no-dev , |
Hey @huyhl248 I am still figuring out the same. Do let me know if you find any leads to that. I am presently working around the smart config API and see if I can use any methods from that to initiate and maintain communication. |
there is now this example in IDF: https://github.com/espressif/esp-idf/tree/master/examples/wifi/espnow maybe will help |
Added a basic example for ESPNow, where a master discovers a slave dynamically and send data without connecting to it using ESPNow Technology.
Example Gist