Tag - ethernet

Arduino W5100 Demo Test

1. Stack your W5100 shield on you arduino board,make sure all the pins contact OK. SIZE:   L-69MM    W-53.6MM 2. Download the test sketch [c] /************************************************/ #include <SPI.h> /* * Web Server * * A simple web server that shows the value of the analog input pins. */ #include <Ethernet.h> byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED...