Summary of EMBEDDED RTL8019AS WEB SERVER PROJECT ATMEGA103
The article describes a minimalist AVR-based web server project using an Atmel ATMega128 microcontroller connected to a network card featuring the RTL8019AS chip via an 8-bit data bus and two 8-bit processor ports through an ISA slot. To reduce complexity and cost, external memory was omitted, resulting in a simplified, partial TCP/IP implementation limited to basic packet handling without TCP error correction or security. The project demonstrates basic Ethernet communication and web page serving using readily available, well-documented RTL8019AS Ethernet cards.
Parts used in the AVR WEB SERVER Project:
- Atmel ATMega128 microcontroller
- Network card with RTL8019AS Ethernet chip
- ISA slot for connectivity
- 8-bit data bus interface
I quickly was able to appeal to the network card via a 8-bit data bus. The connectivity of the network card and thus the RTL8019AS chip via two 8-bit ports of the processor and… Electronics Projects, Embedded RTL8019AS Web Server Project ATMega103 “avr project, microcontroller projects, “
I quickly was able to appeal to the network card via a 8-bit data bus. The connectivity of the network card and thus the RTL8019AS chip via two 8-bit ports of the processor and an ISA slots. On external components such as memory was deliberately omitted from the beginning to keep the replica easy and the costs as low as possible. This of course had disadvantages in the implementation of the TCP / IP stack. The TCP implementation has been reduced to the extent that one can hardly speak of TCP / IP stack. The data are received and answered Packet way. Also, TCP security mechanisms due to the memory not implemented. The web server is therefore being able to answer incoming questions and to make web pages, but can not respond to transmission errors as defined in the TCP standard [RFC793].
AVR WEB SERVER
To select came an ISA Ethernet card and processor as an Atmel ATMega128 which I had already gained some experience in question. My attention much on an ISA Ethernet card with RTL8019AS chipset, because it do so by the manufacturer Realtek gave a good documentation and the chip had a 16/8Bit interface itself. This ISA Ethernet cards with the RTL8019AS chip set are to have auctions worldwide for more than 5 € at the relevant Internet today.
Source: https://320volt.com/en/rtl8019as-ve-atmega103-ile-web-server/ AVR Webserver schematic pcb source code files alternative link: embedded-rtl8019as-web-server-project-atmega103.rar alternative link2, link3