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

Bug: Packet Dropping Issue at Root Node with Large Payload Sizes in ESP WiFi Mesh #330

Open
adirsingh96 opened this issue Jun 1, 2023 · 0 comments

Comments

@adirsingh96
Copy link

Hello everyone, I have been working with ESP WiFi Mesh and I am facing an issue where the child node acknowledges that the data has been successfully sent to the root, but the root drops the packet without showing any error or warning.

I have 13 nodes connected in my mesh network. The data is sent from the child nodes to the root node every 17 seconds. It works well when the payload size is around 60 bytes, but I encounter the issue at around 700 bytes. I am conducting more tests with different payload sizes.

I am using the function mwifi_write() to send the data from the child node and mwifi_root_read() to receive the data at the root.

I have checked the technical documentation of the mesh from here: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/esp-wifi-mesh.html, but they haven't mentioned the payload size on which they have tested the mesh network.

I have attached an image of the mesh configuration. Has anyone else faced this issue or can suggest any other debugging steps I can try?
mesh_official_tech_doc
mesh_config

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

1 participant