If anybody comes across this in the future then I should say that I was unable to get it working reliably in MicroPython on both the PicoW and the ESP32. Memory issues were the problem. Garbage collection didn't help. I wanted to request data every 15 minutes but eventually the WiFi connection would fail with random errors regarding connection when I tried to do a request.
I reverted to doing it in C using Arduino (ESP32) and VSCode (PicoW) and now don't have any issues on either device.
I reverted to doing it in C using Arduino (ESP32) and VSCode (PicoW) and now don't have any issues on either device.
Statistics: Posted by MarkDH102 — Sun Apr 07, 2024 2:05 pm