Summary of PIC16F84 SIMPLE PICMICRO WEB SERVER
This article describes a PIC16F84-based web server project featuring serial and parallel port connections with an external 24C256 EEPROM for storing up to 8M of web pages. The system utilizes Soft UART for communication at baud rates up to 38400, supports HTTP ports 1–255, and uses approximately 400 words of ROM and 32 bytes of RAM.
Parts used in the PIC16F84 Web Server:
- PIC16F84 microcontroller
- 24C256 EEPROM
- Serial port connection circuit
- Parallel port connection circuit
I’m curious and I want to try a project with the web server 16f84 project has two circuits in series and parallel port connection and circuit eprom 24c256 eeprom used pic and communication can be pic assembly examples PIC16F84… Electronics Projects, PIC16F84 Simple PICmicro Web Server “microchip projects, microcontroller projects, pic assembly example, pic16f84 projects,
I’m curious and I want to try a project with the web server 16f84 project has two circuits in series and parallel port connection and circuit eprom 24c256 eeprom used pic and communication can be pic assembly examples
PIC16F84 WEB SERVER SCHEMATIC
Features:
Soft UART baud rate : up to 38400
HTTP port : 1..255
Maximum TCP window size :128 (up to 255)
Program ROM use :about 400×14
RAM use : 32×8
Internal storage for www-pages :1K
External storage for www-pages : up to 8M
source sxlist.com
PIC16F84 Web Server project files alternative link:
FILE DOWNLOAD LINK LIST (in TXT format): LINKS-5279.zip
Source: PIC16F84 SIMPLE PICMICRO WEB SERVER
- What is the maximum baud rate supported by the Soft UART?
The Soft UART supports a baud rate of up to 38400. - How much external storage is available for www-pages?
Up to 8M of external storage is available for www-pages. - Can the HTTP port be configured to different values?
Yes, the HTTP port can be set between 1 and 255. - What is the maximum TCP window size allowed?
The maximum TCP window size is 128, though it can go up to 255. - How much program ROM does this project use?
The project uses about 400×14 of program ROM. - Is there internal storage for www-pages?
Yes, there is 1K of internal storage for www-pages. - What type of EEPROM is used in this project?
The project uses a 24C256 EEPROM. - Does the project support both serial and parallel connections?
Yes, the project has circuits for both series and parallel port connections.

