pc based notice board with lcd display

27
PC BASED DIGITAL NOTICE BOARD WITH LCD DISPLAY BY A.VINAY KUMAR (10C21A0402) CH.VENKATESH (10C21A0411) S.SRAVANI (10C21A0452) S.BHAVANA (10C21A0456) INTERNAL GUIDE: K.MAHESH BABU,ASSOCIATE PROF DIP,B.E,M.TECH

Upload: bhavana-shinde

Post on 30-Dec-2015

63 views

Category:

Documents


4 download

DESCRIPTION

IF WE TYPE MESSAGE ON PC'S HYPERTERMINAL DATA RECEIVED THROUGH MICROCONTROLLER AND DISPLAYED ON LCD

TRANSCRIPT

Page 1: PC BASED NOTICE BOARD WITH LCD DISPLAY

PC BASED DIGITAL NOTICE BOARD WITH LCD DISPLAY

BY

A.VINAY KUMAR (10C21A0402)

CH.VENKATESH (10C21A0411)

S.SRAVANI (10C21A0452)

S.BHAVANA (10C21A0456)

INTERNAL GUIDE:K.MAHESH BABU,ASSOCIATE PROFDIP,B.E,M.TECH

Page 2: PC BASED NOTICE BOARD WITH LCD DISPLAY

CONTENTS Introduction and Objectives Technology Used Block diagram Description of block diagram Circuit Schematic Kit working snaps Advantages and Disadvantages Applications Conclusion Future scope

Page 3: PC BASED NOTICE BOARD WITH LCD DISPLAY

OBJECTIVES

In this Project, we are developing the PC based Digital Notice Board with LCD Display.

Here PC is connected to Micro controller through RS-232 cable.

If we type the message on the PC’s Hyper Terminal, the message will be received by the Microcontroller through serial communication and displayed on the LCD. 

Page 4: PC BASED NOTICE BOARD WITH LCD DISPLAY

TECHNOLOGY-SERIAL COMMUNICATION USING RS232

The concept behind serial communications is as follows, data is transferred from sender to receiver one bit at a time through a single line or circuit.

There are two basic types of serial communications, synchronous and asynchronous, here we use asynchronous serial communication.

Asynchronous means "no synchronization", however, the beginning and end of each byte of data must be identified by start and stop bits.

Asynchronous means that data is transferred without support from an external clock signal.

Page 5: PC BASED NOTICE BOARD WITH LCD DISPLAY

This transmission method is perfect for minimizing the required wires and I/O pins, but it does mean we need to put some extra effort into reliably transferring and receiving data. 

Page 6: PC BASED NOTICE BOARD WITH LCD DISPLAY
Page 7: PC BASED NOTICE BOARD WITH LCD DISPLAY

BLOCK DIAGRAM

Page 8: PC BASED NOTICE BOARD WITH LCD DISPLAY

DESCRIPTION-MICROCONTROLLER

A Microcontroller is a computer on chip device. The design incorporates all off the features found in microprocessor CPU, ALU, PC, SP and registers.

It also has built-in ROM, RAM, parallel I/O, Serial I/O, counters and clock circuits.

Page 9: PC BASED NOTICE BOARD WITH LCD DISPLAY

RS232

RS232 is a asynchronous serial communication protocol widely used in computers and digital systems.

So, It is called asynchronous because there is no separate synchronizing clock signal as there are in other serial protocols like SPI and I2C.

We can use RS232 to easily create a data link between our MCU based projects and standard PC

Page 10: PC BASED NOTICE BOARD WITH LCD DISPLAY

HYPERTERMINAL

HyperTerminal is a program that you can use to connect to other computers, Telnet sites, bulletin board systems (BBSs), online services, and host computers. HyperTerminal connections are made using a modem, a null modem cable (used to emulate modem communication), or an Ethernet connection.

Page 11: PC BASED NOTICE BOARD WITH LCD DISPLAY

HOW TO USE HYPERTERMINAL

Hyper Terminal, a Windows XP application, can be used to receive or transmit serial data through RS232. To open Hyper Terminal, go to Start Menu, select all programs, go to Accessories, click on Communications and select Hyper Terminal.

Page 12: PC BASED NOTICE BOARD WITH LCD DISPLAY

16x2 ALPHANUMERIC LCD DISPLAY LCD (Liquid Crystal Display)

screen is an electronic display module.

Here in this project we use LCD to display the message that has been transmitted.

A 16x2 LCD means it can display 16 characters per line and there are 2 such lines. In this LCD each character is displayed in 5x7 pixel matrix.

Page 13: PC BASED NOTICE BOARD WITH LCD DISPLAY

LCD PIN DIAGRAM

Page 14: PC BASED NOTICE BOARD WITH LCD DISPLAY

MAX 232

MAX232 is a level converter used for RS232.

Usually all the digital ICs works on TTL or CMOS voltage levels which cannot be used to communicate over RS-232 protocol.

So a voltage or level converter is needed which can convert TTL to RS232 and RS232 to TTL voltage levels. 

Page 15: PC BASED NOTICE BOARD WITH LCD DISPLAY

DB9-USB-RS232 MODULE

"DB9“ is D shape connector. DB9 connectors were commonly used for serial

peripheral devices like keyboards, mice, joysticks, etc. Also they are used on DB9 cable for data connectivity.

DB9 connectors are of two types

Male ports and Female ports.

Page 16: PC BASED NOTICE BOARD WITH LCD DISPLAY

DB9-USB-RS232 PINOUT

Page 17: PC BASED NOTICE BOARD WITH LCD DISPLAY

DB9-USB-RS232

MALE CONNECTER

DB9-USB-RS232 FEMALE CONNECTER

Page 18: PC BASED NOTICE BOARD WITH LCD DISPLAY

CIRCUIT SCHEMATIC

Page 19: PC BASED NOTICE BOARD WITH LCD DISPLAY

KIT WORKING SNAPSHOTS

Page 20: PC BASED NOTICE BOARD WITH LCD DISPLAY
Page 21: PC BASED NOTICE BOARD WITH LCD DISPLAY

ADVANTAGES

With rapid growth of technologies the commercial world requires a lot of advertisement ways and most of the market is covered with display boards.

The regular changing of the messages on an advertisement board manually consumes lot of man power and time.

In order to make this task simpler and cheaper we are designing a PC Based Embedded Application to display messages on the notice board.

Page 22: PC BASED NOTICE BOARD WITH LCD DISPLAY

OUR PROJECT

Page 23: PC BASED NOTICE BOARD WITH LCD DISPLAY

APPLICATIONS

Railway stations

Airports

Metro stations

Page 24: PC BASED NOTICE BOARD WITH LCD DISPLAY

CONCLUSIONS

In this project, we concluded that the message is displayed on the LCD .

Here the PC is connected to microcontroller through RS 232 cable.

If we type the message on PC’s hyper terminal , the message will be received by the microcontroller through serial communication and displayed on the LCD.

Page 25: PC BASED NOTICE BOARD WITH LCD DISPLAY

FUTURE SCOPE

We can add one more concept that user can sent 10 messages at a time with different styles.

Now we are displaying the messages in scrolling mode only, in future we can add so many designs so that user can send style command with message he wants to display the messages.

Page 26: PC BASED NOTICE BOARD WITH LCD DISPLAY

QUERIES??

Page 27: PC BASED NOTICE BOARD WITH LCD DISPLAY