-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Resolution: DoneIssue is done internallyIssue is done internallyStatus: DoneIssue is done internallyIssue is done internally
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
Hello
I am working on ESP-IDF release version-4.4 and having requirements to put the ESP32 device on APSTA mode mean, device should work in AP mode (start web page) and in STA mode connect to router to get internet access. With these both mode device work correctly but after initializing ESP-NOW it doesn't works (Rx data call back handler never called).
I have tried following things before posting this issue here:
- Start AP to launch web page and start STA together to connect with router --> ESP-NOW not working
- Start only AP to launch web page and init ESP-NOW (start esp-now) --> ESP-NOW working
- Start only STA to connect with router and init ESP-NOW (start esp-now) --> ESP-NOW not working
- Start only STA to connect with router and read channel number and set this channel number to init ESP-NOW (start esp-now) --> ESP-NOW not working
- Start only STA to connect with router and hard-coded channel number to 1 and set this channel number to init ESP-NOW (start esp-now) --> ESP-NOW not working
- From above step-1 to step-5 test, I also tested ESPNOW in both station and softap mode --> ESP-NOW not working
I already checked following links:
- https://github.com/jonathanrandall/esp32-esp32-now-wifi
- https://github.com/jonasbystrom/ESP-Now-Sensor-system-with-WiFi
Any suggestions will be appreciated.
Metadata
Metadata
Assignees
Labels
Resolution: DoneIssue is done internallyIssue is done internallyStatus: DoneIssue is done internallyIssue is done internally