RP2040-HAT-CircuitPython
RP2040-HAT-CircuitPython copied to clipboard
This is not made obvious in the code/readme
DHCP fails to get an address no matter the enviroment.
Udpfixes
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...