Hi,
I’m using a Waveshare ESP32 S3 Touch 4.3B board.
LVGL 8 (no drivers for 9)
Arduino build
I’m fine building basic UI with LGVL have the demo’s working on the board etc.
also have a standalone WifI only .ino which successfully connects to WiFi, NTP etc.- i.e. I think WiFi is good on its own.
Issue
As soon as I try to WiFi.Begin after Board->Init in Setup - the board reboots over and over.
If I WiFi.Begin at the top of Setup then the board will startup and I get a GUI, but as soon as there’s a WiFi interaction - a packet etc, then same behaviour it falls over and reboots.
I’ve seen various threads talking about IRAM_ATTR - but no luck this doesn’t seem to fix the problem.
Request
Does anyone have a boiler plate LVGL + Wifi working on this board?
Cheers.