Home > Library > Newsletter

Newsletter

 
SUBJECT [Nov 2011] Embedded Internet is just one plug away!

Embedded Internet is just one plug away!
Wizzin through the Ethernet : Leaflab's Maple + WIZ820io
Leaflab's Maple is the open-source device built with a 32-bit microcontroller.This high performance computing platform adopted WIZ820io for the Ethernet connectivity for its simplicity.
Let's see how easily you can have the whole Internet in your hands!

Click her for Wizzin through the Ethernet :
The blog site about Maple + WIZ820io
Click here for WizEthernet Wiki :
The wiki site for open library to interact with the WIZ820io
 

WIZ820io Usage Guideline for Arduino
WIZ820io provides easy and simple Ethernet connectivity to small platforms like Arduino. WIZnet's latest chip, W5200 is used in WIZ820io instead of W5100, which was previously used in the Arduino Ethernet Shield. In order to use WIZ820io with Arduino, users need to replace two files in the Arduino Ethernet library.
1. Hardware connection
 
2. Installing W5200 library
Download and overwrite new w5100.cpp & w5100.h onto the "/libraries/Ethernet/utility" folder in your Arduino IDE. These new files contain modified codes for W5200.
Click here for downloading new w5100.cpp & w5100.h
3. Using the W5200 library and evaluate existing Ethernet example
All other steps are the same as the steps from the Arduino Ethernet Shield. In the Arduino IDE, go to Files->Examples->Ethernet, open any example, then compile and upload the file to the Arduino board.
Click here for downloading Arduino IDE

 

LIST