Thursday, March 1, 2012

Using the Arduino Ethernet shield as a server

Using the Arduino Ethernet shield as a server:


Luca shows how to turn your Arduino with an Ethernet shield into a server. He goes over how to code your Arduino to handle HTML and HTTP protocols using strings.


I’m going to show you a simple program that prints on serial connection browser‘s requests and answers with a simple HTML page. This program is useful to understand how to use HTTP functions and also to find out which informations a browser sends within the request (you’ll learn how to use those informations in a coming post).


At the bottom of the page he showed an example of page icon usage, for which he used our site. Thanks Luca!

No comments:

Post a Comment