These example skectshes allow to connect to Internet or network by using WIZ Ethernet library.
- ioShield serise, WIZ550io (used in W5500)
- W5200 Ethernet Shield, WIZ820io (used in W5200)
- Ethernet Shield and compatibles (used in W5100)
- ioShield
- W5200 Ethernet Shield
- Ethernet Shield
Download all files and overwrite onto the "RLduino78/libraries/Ethernet" folder in your project in sketch.
WIZ Ethernet Library Link
Remove "examples" folder in "RLduino78/libraries/Ethernet".
Uncomment device(shiel) you want to use.
//Arduino\libraries\Ethernet\utility\w5100.h
#ifndef W5100_H_INCLUDED
#define W5100_H_INCLUDED
#include <avr/pgmspace.h>
#include <SPI.h>
typedef uint8_t SOCKET;
//#define W5100_ETHERNET_SHIELD
//#define W5200_ETHERNET_SHIELD
#define W5500_ETHERNET_SHIELD
Initial Release : 22 August 2013