Skip to content

Wiznet/W5200_Arduino_Ethernet_Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Ethernet library using W5200 from Wiznet

How to use:

  1. Install W5200 library

    If you are using Arduino(8 bit), copy fils from AVR and overwrite to ../avr/libraries/Ethernet/utility/

    If you are using Arduino Due(32 bit), copy fils from SAM and overwrite to ../avr/libraries/Ethernet/utility/

    Contribution for supporting 32bit code: Fabien Duay (deayfabi at gmail.com)

  2. Note: libraries/Ethernet/Ethernet.h needs to change #define MAX_SOCK_NUM 4 to #define MAX_SOCK_NUM 8, since it doesn't #include "w5100.h" anymore

  3. Using the W5200 library and evaluate existing Ethernet example.

    In the Arduino IDE, go to Files->Examples->Ethernet and open any example, compile and upload the file to Arduino board.

About

Arduino Ethernet Library using W5200 from Wiznet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published