Skip to content

feedback form issues https://github.com/esp8266/Arduino/issues/5872#issue-420296439 #5884

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

Closed
kai-oss-code opened this issue Mar 16, 2019 · 2 comments

Comments

@kai-oss-code
Copy link

I tried to change the hardware, but found a new problem, there is always a node can not find the mesh AP, for example, The first and second can occasionally communicate but the third will not find the meshAP。
Can you tell me your IDE settings?
thank you very much.

@aerlon
Copy link
Contributor

aerlon commented Mar 16, 2019

Settings in IDE

  • Module: NodeMCU 1.0
  • Flash Mode: dio
  • Flash Size: 4MB
  • lwip Variant: v2 Lower Memory
  • Reset Method: nodemcu
  • Flash Frequency: 40Mhz
  • CPU Frequency: 80Mhz
  • Upload Using: SERIAL
  • Upload Speed: 115200

The way the mesh library works at the moment is that one node usually becomes the AP and the other nodes connect to it. So it is completely normal that the node with the lowest nodeID cannot find any AP to connect to (you can change this behaviour by modifying the networkFilter method). For me it looks like this:

HelloMesh demo AP

Was that the issue you were having? Otherwise perhaps it is related to this.

@earlephilhower
Copy link
Collaborator

This bug doesn't have a MCVE or even a clear description of the problem. The author didn't respond at all to @aerlon , either. Closing. If there is a real issue please follow the form and give a meaningful bug title so we can understand the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants