Pico H with LAN support (Lan8720) #15829
Unanswered
Erkman84
asked this question in
RP2040 / Pico
Replies: 2 comments 3 replies
-
I'm not sure if anyone has written a driver for rp2xxx that supports the Lan8720 controller, however I do know the wiznet chips work , eg. https://micropython.org/download/W5100S_EVB_PICO/ The wiznet is also available as a hat that the same firmware works for: https://docs.wiznet.io/Product/Open-Source-Hardware/wiznet_ethernet_hat |
Beta Was this translation helpful? Give feedback.
2 replies
-
You need to add a Wiznet W5500. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I've tried to build micropython on a raspbian, but libsso 1.1 failed (there were some tries to fix but did not work). This is not my question yet.
What I've would like to achive:
get a ufw file for the causal Pico H (not W) a firmware where the Network.LAN module (and nice to have: usocket, urequests, mip) is implemented. This is the one which I needed. However the Pico W's firmware does not have the LAN interface as default in the Network library (and you cannot add this), so that's also not a way to go.
Can anybody help me please?
Beta Was this translation helpful? Give feedback.
All reactions