Add Network & Socket to Feather RP2040 #10729
SquirtleSquadLeader
started this conversation in
General
Replies: 1 comment 1 reply
-
It should be easier. The Feather wing uses a W5500 controller. So you can take an existing board with W5500, like the W5500_EVB_PICo as a template and adapt the board files, like mpconfigboard.h and mpconfigboard.cmake. You have as well wire the Reset and IRQ pin at JP1 of the feather wing to GPIO pins of the RP2040 (at least reset). |
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.
-
I am relatively new to MicroPython.
I would like to use an Ethernet Featherwing with my RP2040 Feather. Is there an easy way to add this functionality?
Any advice is welcomed (I appreciate being pointed to guides if any exits). Thanks in advance.
EDIT: Should I be heading down this path https://docs.micropython.org/en/latest/develop/natmod.html#supported-features-and-limitations ?
Beta Was this translation helpful? Give feedback.
All reactions