RP2040-HAT-CircuitPython icon indicating copy to clipboard operation
RP2040-HAT-CircuitPython copied to clipboard

Results 5 RP2040-HAT-CircuitPython issues
Sort by recently updated
recently updated
newest added

DHCP fails to get an address no matter the enviroment.

This solves some problems described in issues #1 and #2 at tom24/RP2040-HAT-CircuitPython. In summary, UDP handling is improved.

socket library does not support SOCK_RAW type, there's any way to send an ICMP packet?

Working on the PubSub example and the errors keep coming. Line 7 - no module named 'adafruit_wiznet5k.adafruit_wiznet5k_socket - there is a socketpool class, and that has a Socket function (can't...