2013 Ethernet Shield W5100 Arduino Main Board 2009 Uno Atmega 328 1280 Mega2560

US $23

  • shenzhen,guangdong, China
  • Jan 29th
Ethernet Shield W5100 for Arduino 2009, UNO, Mega 1280 and Mega 2560 This Arduino Ethernet Shield which is based on the Wiznet W5100 Ethernet Chip gives you an easy way to get your Arduino Board Online. Fits all version of Arduino Main Board. Includes: Arduino 2009, Arduino UNO, Arduino Mega 1280 and Arduino Mega 2560 Specifications It is diectly supported by Arduino offical 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 Arduino Duemilanoe, Uno as well as Mega 1280/2560 an 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 sheild Package Includes 1x Arduino Ethernet W5100 Shield Test Code: /* * 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 }; 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 == 'n' && 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 B2CQSHOP"); client.println("<br />"); client.print("//*************************************"); client.println("<br />"); client.print(""); client.println("<br />"); client.print("//*************************************"); client.println("<br />"); for (int i = 0; i < 6; i++) { client.print("analog input "); client.print(i); client.print(" is "); client.print(analogRead(i)); client.println("<br />"); } break; } if (c == 'n') { // we're starting a new line current_line_is_blank = true; } else if (c != 'r') { // we've gotten a character on the current line current_line_is_blank = false; } } } client.stop(); } } Terms and Conditions Payment: PayPal is the only method of payment that we accept. Shipping: 1.Please confirm your address in paypal, including your Phone number!. 2.All items will be shipped within 72 working hours on receipt of cleared payment and We ship items to Worldwide. 3.To USA:via ePACKET Express Shipping,it usually takes 8-15 working days to receive. 4.To Taiwan,Macao and Hongkong:via SF-Express,it usually takes 1-4 working days to receive. Contact the seller first. 5.To South America:via HONGKONG post,SWISS POST,UK POST or Singapore POST,it usually takes 15-45 working days to receive. 6.To Europe:Germany/Belgium Post,it usually takes 6-15 working days to receive,but there may be some delay to some countries. 7.To others Countries:via HONGKONG post,SWISS POST,UK POST or Singapore POST,it usually takes 10-35 working days to receive. 5.We also provides FAST shipping,like DHL,UPS,feDEX and EMS.Pls tell me if you want to use them,and i will send paypal invoice for fast-shipping fee to you. It usually takes 4-9 workig days to receive. ePACKET(only for American Customers):www.usps.com UK Post:http://www.royalmail.com HongKong Post: www.hongkongpost.com Swiss Post: http://www.swisspost.com Germany Post: https://www.deutschepost.de Belgium Post: www.bpost.be DHL:www.dhl.com UPS:www.ups.com feDEX:www.fedex.com EMS:www.ems.com.cn Returns Policy: 1.We are happy to return any unused item in its original packaging within 14 days of delivery. 2.Buyers are responsible for the round (two-way) shipping cost. Feedback: 1.We'll leave POSITIVE FEEDBACK on receipt of cleared payment. 2.If you're satisfied with the item and our service, please leave POSITIVE FEEDBACK, it's important to us. 3.Once any  problems occured, please contact us first. We'll try our best to work things out.Don't leave your BAD feedback without any communication.  
Condition:
New: A brand-new, unused, unopened, undamaged item in its original packaging (where packaging is applicable). Packaging should be the same as what is found in a retail store, unless the item is handmade or was packaged by the manufacturer in non-retail packaging, such as an unprinted box or plastic bag. See the seller's listing for full details. ...
Brand Logifind
Country/Region of Manufacture China
Model Dev Board

Directions

Similar products from Potentionmeter Kits, Thermistors & Pots

People who viewed this item also vieved

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.

Accept All Cookies