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

[Feature Request] Wiznet W6100 #1971

Closed Wxchris071 closed 7 months ago

Wxchris071 commented 8 months ago

Is it possible to add support for the W6100? I'd like to use IPv6 with WebServerSecure on W6100-EVB-Pico. The Ethernet Library from Wiznet already supports the W6100 and IPv6, but no Secure Webserver.

earlephilhower commented 8 months ago

I don't have any W6100 boards, but if you do then you may want to try your hand at writing a driver yourself.

The W5100 or W5500 libraries are very simple and basically set up a raw bypass mode for those chips and stream raw bits in and out.

JAndrassy commented 8 months ago

here the IPv6 and WebServerSecure are not in the chip. so you can use them with a W5500 too

Wxchris071 commented 8 months ago

@earlephilhower Maybe in my freetime i can try writing a driver for it. @JAndrassy You're right. I successfully established an IPv6 Connection with WebServerSecure on W5100S-EVB-Pico.

earlephilhower commented 7 months ago

Closing for now since the other, lower-end WizNet boards are running and give the needed IPV6