Hi, I have just started with a Raspberry Pi Pico and am trying to learn CircuitPython. So far, following the documentation, I have a 16x2 Adafruit display working. My next issue it to connect to my WiFi to get some streams of data from a server to display (using TCP or UDP or MQTT). I have an ESP 01s (ESP8266). Is there any how-to I can follow?
I have been looking at "adafruit-circuitpython-esp-atcontrol" but the example given uses a Particle Argon.
I have "Googled" to a standstill ! Can anyone point me in the right direction please?
Bruddy