Skip to content
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

[ESP32S3] v4.4 mesh, cannot scan after update to b92c24a9bae7bd676ced877f52a828a4f210684b (IDFGH-11727) #12834

Closed
3 tasks done
KonssnoK opened this issue Dec 18, 2023 · 2 comments
Assignees
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally

Comments

@KonssnoK
Copy link
Contributor

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,
after updating our project from commit

4ef8121
to
b92c24a

the device is not able to connect anymore to the WIFI, both in dynamic root and in static root scenarios.

The scan of the wifi always returns 0 stations.


I (176081) mesh: <MESH_NWK_LOOK_FOR_NETWORK>need_scan:0x3, need_scan_router:0x0, look_for_nwk_count:59
I (180305) mesh: [FIND][ch:0]AP:0, otherID:0, MAP:0, idle:0, candidate:0, root:0[00:00:00:00:00:00]
I (180305) mesh: [FIND:59]fail to find a network, channel:0, cfg<channel:0, router:KI, 00:00:00:00:00:00>

I (180312) mesh: <MESH_NWK_LOOK_FOR_NETWORK>need_scan:0x3, need_scan_router:0x1, look_for_nwk_count:60
I (01:03:00.653) offline: object saved to PSRAM, free 6078
I (182023) mesh: [FIND][ch:0]AP:0, otherID:0, MAP:0, idle:0, candidate:0, root:0[00:00:00:00:00:00]<scan router>
I (182024) mesh: [FIND:60]fail to find a network, channel:0, cfg<channel:0, router:KI, 00:00:00:00:00:00>

I (182032) mesh: <MESH_NWK_LOOK_FOR_NETWORK>need_scan:0x3, need_scan_router:0x0, look_for_nwk_count:61
I (182041) mesh: <MESH_NWK_LOOK_FOR_NETWORK>no parent found, set ROOTLESS, scan times:60, heap:62663
I (182050) mesh: <MESH_NWK_LOOK_FOR_NETWORK>router<cfg:00:00:00:00:00:00> is allowed to switch, find routers with SSID:KI

W (246128) wifi:Haven't to connect to a suitable AP now!
I (17:49:01.694) mesh_hand: Checking wifi connectivity (count 3)[LOCAL]
I (17:49:03.193) network: Routing table update
I (277631) mesh: 4016<scan>self-organized is disabled, users shall read out scan results by themselves.
I (17:49:07.179) mesh_main: <MESH_EVENT_SCAN_DONE>number:0

Do i have to update any piece of code? Consider that in self-organized mode the user doesn t have access to wifi APIs

@KonssnoK
Copy link
Contributor Author

might be interestin for you @zhangyanjiaoesp

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 19, 2023
@github-actions github-actions bot changed the title [ESP32S3] v4.4 mesh, cannot scan after update to b92c24a9bae7bd676ced877f52a828a4f210684b [ESP32S3] v4.4 mesh, cannot scan after update to b92c24a9bae7bd676ced877f52a828a4f210684b (IDFGH-11727) Dec 19, 2023
@KonssnoK
Copy link
Contributor Author

this issue was solved after updating to
ef543e8

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Won't Do This will not be worked on and removed Status: Opened Issue is new labels Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Won't Do This will not be worked on Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants