E13 and MQTT only #286
Replies: 2 comments 4 replies
-
I'll look at it. What level shifter do you use? |
Beta Was this translation helpful? Give feedback.
-
Ok, i deep-dived the E13 Error some more. I can trigger it by bad Wifi Connectivity and lonng times for reconnects, this blocks the main loop and therefore interrupts the serial communication between display and control unit. So how about either having the WIFI reconnect somehow in a non blocking way? Or...Have the serial communication to somehow run over interrupts to have priority over Wifi connectivity. Not sure how to do that properly though. Second idea: In the PCB layout we want might to add a relay in order to reset power to the display, which, at least in my case resets the errors by restarting the display. |
Beta Was this translation helpful? Give feedback.
-
Dear visualapproach and team,
i still cannot get arround the E13 error, tried async Websocket as well as setting the timeout down to 100ms for Websocket. This breaks the web interface, but this is really not an issue.
I am wondering how much effort it would be to just build a robust MQTT only version, OTA enabled.
Configuration over config.h only.
What do you think? Is this worthwhile the effort?
Thanks and kind regards
Christian
Beta Was this translation helpful? Give feedback.
All reactions