Ethernet library for Arduino for Wiznet W5500 chip

ORIGINAL POST
By Stefan Staub
components
Hardware Components
Ethernet Shield
X 1
Ethernet Shield
details

img189.png

Ethernet library for Arduino and EthernetShield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip

Ethernet3 v1.5

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip based on the Ethernet2 library of arduino.org

I added many new functionalities.

new in 1.5

  • custom hostname for DHCP
  • the PHY is configurable
  • Wake on LAN
  • added new example for webclient “WebClientReadResponse.ino”

You need to include

#include <Ethernet3.h> // instead Ethernet.h
#include <EthernetUdp3.h> // instead EthernetUdp.h for UDP functionality

For more detail information, please see the Readme.md in the Ethernet3 repository.

img189.png

Ethernet library for Arduino and EthernetShield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip

Ethernet3 v1.5

Ethernet library for Arduino and Ethernetshield2 / WIZ550io / WIZ850io / USR-ES1 with Wiznet W5500 chip based on the Ethernet2 library of arduino.org

I added many new functionalities.

new in 1.5

  • custom hostname for DHCP
  • the PHY is configurable
  • Wake on LAN
  • added new example for webclient “WebClientReadResponse.ino”

You need to include

#include <Ethernet3.h> // instead Ethernet.h
#include <EthernetUdp3.h> // instead EthernetUdp.h for UDP functionality

For more detail information, please see the Readme.md in the Ethernet3 repository.

documents
Code
GitHub

COMMENTS

Please Login to comment
  Subscribe  
Notify of