Replies: 2 comments 1 reply
|
I read s.th. about soldering as a potential fix for Ethernet. If this is still relevant, I could try that, too :) |
1 reply
|
Just to make things simple, I have created a bunch of boards that have a W5500 ethernet header, so it is fairly easy to test and use. I was testing it with snapcast a long time ago, and I think it just worked. |
0 replies
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! I'm trying to get a working Ethernet setup with either LAN8720 or W5500. There is an open issue about Ethernet, so I'm not sure if it is already support..?
Anyways, if I can get it running, I would like write up a beginner-friendly Ethernet guide (for the README or as a separate linked .md) including what I'll learn here :)
I have some questions:
Internal EMAC(with eg. LAN870) vsSPI Ethernet(with e.g. W5500) in terms of easiness of setup or quality? Do you have any other recommendations on choosing Ethernet hardware?PHY ResetGPIO number optional? Or does something special happen if it is set to -1?RST, but it doesn't have a GPIO number. Should I use this forPHY Resetwith number -1?SPI Host Numberjust an identifier, or do I need to set it to a specific value?CS0pin, but aSCSpin. Is this just an alternative name?PHY Addressa GPIO pin? the range 0-31 seems to imply that. But I have no idea where I would connect this to on a W5500 board...tx0,rx0, but I guess these should not be used for lan8720's tx/rx channels, because it's for a different purpose?NCshould not be connected, right?RST.Thanks in advance :)
All reactions