SHENZHEN LINGXIANGXING TECHNOLOGY CO., LTD.
SHENZHEN YOURMESTUDIO TECHNOLOGY CO., LTD.
Power Electronic components Manufacturer
Sales & Support 86-755-84578365
Request A Quote - Email
Home
About Us
News
Products
Payment
Contact Us
Request A Quote
HomeProducts FOR Arduino

Ethernet Shield W5100 < only W5100 Devel...

FOR Arduino Ethernet Shield W5100 < only W5100 Development boardor For Arduino UNO Mega 2560 1280 328 UNR

FOR Arduino Ethernet Shield W5100 < only W5100 Development boardor For Arduino UNO Mega 2560 1280 328 UNR factory FOR Arduino Ethernet Shield W5100 < only W5100 Development boardor For Arduino UNO Mega 2560 1280 328 UNR factory FOR Arduino Ethernet Shield W5100 < only W5100 Development boardor For Arduino UNO Mega 2560 1280 328 UNR factory

Large Image:FOR ArduinoEthernet Shield W5100 < only W5100 Development boardor For Arduino UNO Mega 2560 1280 328 UNR

Product Details:

Place of Origin:
Brand Name: LXXTECH
Model Number: LXX-0039
Certification:

Payment & Shipping Terms:

Minimum Order Quantity: 10
Price: good price
Delivery Time:
Payment Terms: TT ,paypal,ESCROW
Supply Ability:
Detailed Product Description



This Ethernet Shield which is based on the Wiznet W5100 Ethernet Chip gives you an easy way to get your for Ardu Online. It is directly supported by for Ardu  official Ethernet Library. It adds a micro-SD card slot, which can be used to store files for serving over the network. It is compatible with the for Ardu Duemilanove (168 or 328), Uno as well as Mega (1280/2560) and can be accessed using the SD library.

 

The Wiznet W5100 provides a network (IP) stack capable of both TCP and UDP. It supports up to four simultaneous socket connections. Use the Ethernet library to write sketches which connect to the internet using the shield.



Test Code:

 

/*
* Web Server
*
* A simple web server that shows the value of the analog input pins.
*/

 

 

#include

 

byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
byte ip[] = { 192, 168, 0, 15 };

Server server(80);

void setup()
{
Ethernet.begin(mac, ip);
server.begin();
}

void loop()
{
Client client = server.available();
if (client) {
// an http request ends with a blank line
boolean current_line_is_blank = true;
while (client.connected()) {
if (client.available()) {
char c = client.read();
// if we've gotten to the end of the line (received a newline
// character) and the line is blank, the http request has ended,
// so we can send a reply
if (c == ' ' && current_line_is_blank) {
// send a standard http response header
client.println("HTTP/1.1 200 OK");
client.println("Content-Type: text/html");
client.println();

// output the value of each analog input pin
client.print("welcome to tinyos");
client.println("
");
client.print("//*************************************");
client.println("
");
client.print(www.tinyos.net.cn);
client.println("
");
client.print("//*************************************");
client.println("
");
for (int i = 0; i < 6; i++) {
client.print("analog input ");
client.print(i);
client.print(" is ");
client.print(analogRead(i));
client.println("
");
}
break;
}
if (c == ' ') {
// we're starting a new line
current_line_is_blank = true;
} else if (c != ' ') {
// we've gotten a character on the current line
current_line_is_blank = false;
}
}
}
client.stop();
}
}

  

Product Tag : Ethernet W5100
Contact Details
Shenzhen LINGXIANGXING Technology Co., Ltd.
Shenzhen Yourmestudio Technology Co.,Ltd.

Contact Person: Miss Angela

Tel:86-755-84578365

Fax:86-755-84578365

E-mail:angela@yourmestudio.net

contact by skype contact by email

Send your inquiry direct to us (0 / 3000)

Other Products
FOR Arduino Aduino pro mini ATMEGA328P 5V/16M
FOR Arduino LCD Keypad Shield LCD1602 LCD 1602 Module Display For ATMEGA168 ATMEGA328 ATMEGA2560 ATMEGA1280 UNO
FOR Arduino ProtoShield prototype expansion board with mini bread plate based For ARDUINO
FOR Arduino MEGA Sensor Shield V1.0 dedicated sensor expansion board electronic building blocks
FOR Arduino 2013 version Ethernet W5100 R3 !!! Shield For Arduino UNO Mega 2560 1280 328 < only hte W5100 Develo
FOR Arduino MEGA ProtoShield V3 prototype expansion board universal board (including bread board)