You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
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
The text was updated successfully, but these errors were encountered: