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

Conflict with ESP NOW #16

Closed
razarahil opened this issue Jan 18, 2025 · 3 comments
Closed

Conflict with ESP NOW #16

razarahil opened this issue Jan 18, 2025 · 3 comments

Comments

@razarahil
Copy link

Somehow, the library is interfering with the ESP-NOW Protocol. When I run a simple ESP-NOW program to receive data from a slave, it works. However, as soon as I add an IO Expander, the ESP-NOW communication stops functioning.

I'm using https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-5

@Lzw655
Copy link
Collaborator

Lzw655 commented Jan 21, 2025

Hi @razarahil,

Sorry for the late. Could you please describe the specific phenomenon of the issue in detail? Did the LOGs show any abnormalities?

@razarahil
Copy link
Author

I solved the problem, Normal ESPNOW code with callback won't work with IO Expander task. I've to put the data into queue and print the data using low priority task.

@Lzw655
Copy link
Collaborator

Lzw655 commented Jan 24, 2025

Great! Thank you for your feedback!

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

2 participants