Arduino Tiny Web Server – BlinkLED project – Ovidiu Predescu

details

Arduino TinyWebServer is a small and extensible HTTP server implementation designed to run in a limited amount of space on an Arduino Duemilanove. It uses the Ethernet Shield for network connectivity (from Sparkfun or from Adafruit), and the Adafruit Data Logging shield for storage purposes.

Web pages, images and other content can be copied manually on the SD card or uploaded through the HTTP server. The latter allows you to push new versions of the web server’s content without the need to remove the card, which can be a pain in embedded applications.

 

In the first part I present some changes that have to be made to the hardware used and its accompanying software. Part two presents a small open source software library that implements the Arduino TinyWebServer.

Source code of this demo now available in GitHub : https://github.com/ovidiucp/TinyWebSe…

Arduino Tiny Web Server – part 1

Arduino Tiny Web Server – part 2

Arduino Tiny Web Server – part 3

Arduino TinyWebServer is a small and extensible HTTP server implementation designed to run in a limited amount of space on an Arduino Duemilanove. It uses the Ethernet Shield for network connectivity (from Sparkfun or from Adafruit), and the Adafruit Data Logging shield for storage purposes.

Web pages, images and other content can be copied manually on the SD card or uploaded through the HTTP server. The latter allows you to push new versions of the web server’s content without the need to remove the card, which can be a pain in embedded applications.

 

In the first part I present some changes that have to be made to the hardware used and its accompanying software. Part two presents a small open source software library that implements the Arduino TinyWebServer.

Source code of this demo now available in GitHub : https://github.com/ovidiucp/TinyWebSe…

Arduino Tiny Web Server – part 1

Arduino Tiny Web Server – part 2

Arduino Tiny Web Server – part 3

COMMENTS

Please Login to comment
  Subscribe  
Notify of