Currently experiencing strange issue with Nextion display and wemos mini . The application works fine until I increase the number of components using the Nextion editor, No changes to ESP yaml. The Nextion display appears to work correctly and the ESP device recieves keypress messages, but does not trigger any events. Its as if the thread in ESP nextion component has died. The logs do not provide any clues. Everything looks ok apart from the absence of messages from the nextion core component.
During experimentation I found that setting VERY_VERBOSE as the device debug level resolves the issue. Unfortunately this has a side effect of slowing down the processing loop for the device.
Is there anyway to debug the esp threads etc to see what is causing the nextion component to stop working eg beyond the yaml debug statments?
Thanks
I solved this by swapping devices to an ESP32 device instead
1 Like