Arduino Ethernet Web Server Code

Created on: 22 May 2015

A collection of code for making various Arduino web servers using the Arduino Ethernet shield or using boards with Ethernet on-board.

Basic Web Server

Basic Web Server Version 0.1

Basic web server version 0.1 – code and information.

Basic Web Server 0.1 Examples

Below are example projects based on the basic Arduino web server version 0.1.

Data Logging Web Server

The Data logging web server logs analog data and millisecond time to a file on the SD card. The contents of the log file are displayed in a web page and can be refreshed to display all newly logged data by clicking a link on the web page.