I'm using Get started with MicroPython on Raspberry Pi Pico, 2nd Edition,
Chapter 11, Wi-Fi ..., page 143, with a Pico 2W running MP v1.25.0.
The code is meant to be a small web server. It connects to the WiFi
and prints the listening WiFi address. Then it hangs on the line:
client, address = s.accept()
Firefox says: Unable to connect
s = socket.socket()
Chapter 11, Wi-Fi ..., page 143, with a Pico 2W running MP v1.25.0.
The code is meant to be a small web server. It connects to the WiFi
and prints the listening WiFi address. Then it hangs on the line:
client, address = s.accept()
Firefox says: Unable to connect
s = socket.socket()
Statistics: Posted by Greatnessguru — Thu Jun 05, 2025 8:32 am