earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
1.99k stars 413 forks source link

Ethernet on w5100s-evb-pico #1489

Closed nickehallgren closed 1 year ago

nickehallgren commented 1 year ago

Is ethernet supported or must I use the Wiznet Ethernet library? Using the the DhcpAdressPrinter sketch I get:

Ethernet shield was not found. Sorry, can't run without hardware. :(

With WizNet library installed it works, using the same setting

Ethernet.init(17);

I want to use MQTT over TLS and had some problems with the WizNet library when adding SSLClient

earlephilhower commented 1 year ago

Sorry, you'll need to use the WizNet library. It's not been ported into the libraries/lwip_XXX yet #775 (always happy to get a PR for it 😄).