Thanks for any hint.
I really would like to work with Seeed Wio RP2040 MicroPython networking.
But the 4 issues reported in suspected Github repo do not allow for any reliable networking with current v1.3 of your MicroPython firmware …
https://github.com/IsQianGe/rp2040-spi/issues
bgolab
May 27, 2023, 2:34pm
#2
It looks like we are stuck at the same problem:
Hi,
I bough a couples of Wio RP2040 Mini dev board modules and cannot make it work with TCP sockets.
I use the 1.5.3 firmware (the latest available on the Seeed Wiki):
sudo ./picotool info
Program Information
name: MicroPython
version: v1.15.3-dirty
It’s easy to connect to the Access Point. I am able to send TCP packet to the server (I see the Wireshark traces proving this), and the response is sent to the WIO module (still see this using Wireshark) but the module fails…
Have you manage to find a solution make TCP work in both directions (in my case I cannot receive anything)