All Projects → Wiznet → W5200_Arduino_Ethernet_Lib

Wiznet / W5200_Arduino_Ethernet_Lib

Licence: other
Arduino Ethernet Library using W5200 from Wiznet

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].