0% found this document useful (0 votes)
47 views2 pages

Secured PC

This document summarizes a project that aims to provide secured PC-to-PC communication using RF communication. The project uses an AT89S52 microcontroller along with LED displays, an LCD, and a key pad for input. Data is encrypted on the transmitting end before being sent via RF modules and is then decrypted on the receiving end. The goal is to provide security for data communication irrespective of any interference or hackers.

Uploaded by

Sagar Dhagale
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views2 pages

Secured PC

This document summarizes a project that aims to provide secured PC-to-PC communication using RF communication. The project uses an AT89S52 microcontroller along with LED displays, an LCD, and a key pad for input. Data is encrypted on the transmitting end before being sent via RF modules and is then decrypted on the receiving end. The goal is to provide security for data communication irrespective of any interference or hackers.

Uploaded by

Sagar Dhagale
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Secured PC-to-PC Communication using RF Communication

Title of the project: Secured PC-to-PC Communication using RFCommunication Domain: Embedded Systems Design
Software: Embedded C, Keil, Proload

Microcontroller: AT89S52 Power Supply: +5V, 500mA Regulated Power Supply Transmitter Display: LED 5mm, 16 X 2 LCD Receiver Display: LED 5mm, 16 X 2 LCD Input Source: Key Pad Crystal: 11.0592MHz Communication Device: RF Module Application: Mobile communication, Wireless Communication

ABSTARCT
Data Security is primary concern for every communication system. There are many ways to provide security data that is being communicated. However, what if the security is assured irrespective of the hackers are from the noise. This Project describes a design of effective security for data communication by designing standard algorithm for encryption and decryption. The source information is generated by a key pad and this will be encrypted and is sent to destination through RF communication. The receiving system will check the data and decrypt according to a specific algorithm anddisplays on the LCD. The RF modules used here are STT-433 MHz Transmitter, STR-433 MHz Receiver, HT640 RF Encoder and HT648 RF Decoder. RF Transmitter is connected to the different sensors through RF Encoder. This encoder converts the 8-bit data into a single bit and sends it to the transmitter which will be transmitting. The data which is in the air is an analog value. At the receiving end, the receiver receives this analog value on a single data line and passes this data to the decoder. The decoder does the opposite functioning of the encoder i.e., it converts the single bit data into eight bit data and gives it to the microcontroller which does the further processing. This project uses regulated 5V, 500mA power supply. 7805 three terminal voltage regulator is used for voltage regulation. Bridge type full wave rectifier is used to rectify the ac out put of secondary of 230/12V step down transformer.

You might also like