RP2040-HAT-MicroPython
RP2040-HAT-MicroPython copied to clipboard
Hi, I got the pico EVB, and went to try the HTTP Client example. I have added a print statement inside request before the GET, and changed it to ONLY...
I'm trying to set up a simple UDP Multicast listener using Micropython. Is the feature supported? Is there an example somewhere?
The module turns on and I am able to receive an address via DHCP but when I try to initialize a UDP socket to transmit a broadcast package I received...
I suspect this is a clock de-sync issue Hardware: W5500_EVB_PICO Firmware: `rp2_w5500_20221111_v2.0.0.uf2` When this happens everything freezes and no errors are reported in Thonny and a power cycle is required...
Board: W5500-EVB-PICO FW: [v2.0.0 firmware.uf2](https://github.com/Wiznet/RP2040-HAT-MicroPython/releases/tag/v2.0.0) Several times during testing while using the [urequests](https://github.com/micropython/micropython-lib/blob/master/python-ecosys/urequests/urequests.py) library i get a `BadStatusLine` Error in Thonny, the line below this error message is `[]` after...
Hello! How to set RpiPico current time when running v2.0.0 firmware? Ntptime module is missing?
Could anyone please give me a hint, how i could recompile this firmware with webrepl module? For me, the possibility to update my programs over the network is mandatory. So...
OSError: [Errno 22] EINVAL after using sock.setblocking(False). My code works well on PICO W. But get error on 5100S. What makes this problem and how to solve it. Thank you...
Do WIznet have any plans to progress the Pull Request #8021/#8023 to allow support in the rp2 port of MicroPython?
I'm currently working on a creating a small asynchronous server using the W5500-EVB-Pico and have encountered an issue where uasyncio.start_server() does not work as SO_REUSEADDR and setblocking do not function...