You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks. I don't recall why I never got around to doing a WIZnet server, but I'll try to add an example for completeness. WIZnet socket examples should work like native wifi (once the custom setup is done).
I had great difficulty finding a working example of receiving UDP packets. Maybe it's because I wanted to use CircuitPython 9.04, or maybe it's that the Adafruit wiznet library seems to have changed recently, or both. Anyway in the end I picked apart the adafruit_ntp library and some other examples and got it working.
I managed to get a UDP server working on a Wiznet w5500-evb-pico board. Loaded up CircuitPython 9.0.4 from https://downloads.circuitpython.org/bin/wiznet_w5500_evb_pico/en_GB/adafruit-circuitpython-wiznet_w5500_evb_pico-en_GB-9.0.4.uf2 and the matching Adafruit adafruit_wiznet5k and adafruit_ticks libraries.
The text was updated successfully, but these errors were encountered: