LCD Display With An Ethernet Interface

Here is a simple LCD display that is controlled via web browser through an Ethernet interface. An ATMega microcontroller does all the dirty inbetween work. The project write-up gives a good medium-high level description of the project details & the software source code is available for download.


PyroFactor:
Read


The AVR NTP Clock

This project uses the NTP protocol for requesting a timestamp in order to keep the clock synchronized with the internet. It is essentially a tcp/ip client that has been beefed up to do some cool stuff. An AVR micro is used for all the processing. All schematics, software & references are there.


PyroFactor:
Read

ATMEGA88 Webserver

There have been several previous posts on embedded web servers, and here is one more! This one uses the ATMEGA88 & ENC28J60 from microchip. These two chips paired together create a pretty solid web server with room left over for more. The write-up is in tutorial form so it is an easy read.


PyroFactor:
Read