W5100 ATMEGA32 WEBSERVER
This project implements an embedded web server using an AVR microcontroller (ATmega328) and the Wiznet W5100 Ethernet module.
This project presents an embedded web server system, featuring an AVR microcontroller (ATmega328) and the Wiznet W5100 Ethernet module. The system facilitates remote control and monitoring via web browsers. It includes temperature sensing capabilities using an LM35DZ sensor and allows users to control LEDs through a web interface.
Key Features:
- Embedded Web Server: Hosts a web server on the AVR microcontroller, enabling remote access and control.
- Ethernet Connectivity: Utilizes the Wiznet W5100 Ethernet module to establish TCP/IP communication.
- Temperature Sensing: Measures environmental temperature with an LM35DZ sensor and displays it on the web page.
- LED Control: Allows users to control LEDs remotely through the web interface.
- HTTP Request Handling: Responds to HTTP requests, providing dynamic web pages and processing control commands.
- Compact and Resource-Efficient: Optimized code and hardware resources for efficient operation on the ATmega328 microcontroller.

