-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESPNow example can't work on latest commit #1425
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
Comments
Can you try running |
I erase flash, but it not work, does anyone have the same problem? |
I have the same problem also. And I'm sure I had Client-Master communication working a few months ago. Now I have Master working only first time I flash new board with working firmware. It stops working after reflash/restart. |
Update: erase_flash on Master helps only once |
I have the same problem. Master only works the first time and after reboot it gives the same error.
|
you need to add |
@Mahmoudomar91 thanks, it works |
@0x1abin : Can you confirm the disconnect fixes this for you as well? I'll put in a pull request with the change if so. |
@lbernstone yes i tested it on my ESP32 and it worked. |
@lbernstone Yes, I add WiFi.disconnect() and it works! |
On the latest commit version, I upload the ESPNow Basic example and running master and slave on two devices, the Master can't find the Slave.
https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/ESPNow
Serial Log:
But I checkout to #669 it can work.
Serial Log:
The text was updated successfully, but these errors were encountered: