SlideShare a Scribd company logo
Multiuser SMS Based
Microcontroller Wireless Electronic
Board
Madurai institute of engineering
& technology
Abstract
it is a wireless transmission system which has very
less errors and maintenance.
AT89c52 at the heart of the system.
The microcontroller is interfaced with GSM Modem
via MAX232 level convertor. It is used to convert
RS232 voltage levels to TTL voltage levels and vice
versa. The hardware also has a 64K EEPROM chip
AT24C64. This EEPROM is used to store the timings
and messages to be displayed.
A 16x2 Character LCD display is attached to
microcontroller for display. Microcontroller coding
will be done using Embedded C and Kiel. PC Coding
will be done using Visual Basic.
INTRODUCTION
Wireless communication has announced its arrival on big stage and the
world is going mobile.
This remote control of appliances is possible through Embedded Systems.
The use of “Embedded System in Communication” has given rise to many
interesting applications that ensures comfort and safety to human life.
The main components of the toolkit contains microcontroller 89c52 which
is interfaced with PC via MAX232 level convertor.
 MAX 232 level converter is used to convert RS232 voltage to TTL voltage
levels and vice versa. We use PC's serial port to interface microcontroller.
A 16x2 Character LCD display is attached in byte mode to port 1 of
microcontroller. This display will be used to display the messages
/advertisements.
Nokia PC Connectivity SDK is a tool used in VB for GSM modem
interfacing.
DESIGN LAYOUT
The block diagram For Wireless GSM based electronic notice
display is shown in figure 1.
Microcontroller
Microcontroller is used for interfacing the LCD display
with PC to display messages.
The AT89C52 is a low-power, high-performance CMOS
8-bit microcomputer with 8K bytes of Flash
programmable and erasable read only memory
(PEROM).
The device is compatible with the industry-standard
80C51 and 80C52 instruction set and pin out.
The on-chip Flash allows the program memory to be
reprogrammed in-system or by a conventional non-
volatile memory programmer which provides a highly-
flexible and cost-effective solution to many embedded
control applications.
GSM Modem
A GSM modem is a wireless modem that
works with a GSM wireless network.
The main difference between them is that a
dial-up modem sends and receives data
through a fixed telephone line while a wireless
modem sends and receives data through radio
waves. Like a GSM mobile phone, a GSM
modem requires a SIM card from a wireless
carrier in order to operate.
 Generally, computers use AT commands to
control modems. Reading of message from the
SIM card inserted into the modem is done by
sending the appropriate AT command to the
modem.
common basic SMS related AT Commands
are shown in table below:
Display Unit
One of the most common devices attached to an
8051 is an LCD display.
It is a Hitachi HD44780 compatible module,
having 16 pins including 2 pins for backlight.
Many functions as Rolling or still message
display, speed variation, manage time for display is
also added to the display board.
MAX 232
The MAX232 is a dual driver/receiver that includes a capacitive voltage
generator to supply EIA-232 voltage levels from a single 5-V supply. Each
receiver converts EIA- 232 inputs to 5-V TTL/CMOS levels. Each driver
converts TTL/CMOS input levels into EIA-232 levels.
GSM Modem, which works at RS-232 voltage levels, logic 1 varies from
-3 to -15 volts and logic 0 from +3 to +15 volts. The microcontroller which
works on TTL logic levels, logic 1 is +5 volts and logic 0 is 0 volts.
Therefore to interface the two we use a MAX 232 driver IC.
Power Supply
Power Supply is an important part of a circuit. It provides required supply to different
blocks of the circuit from input 230 VAC.
The main blocks include transformer, rectifier circuit, filter circuit, and regulator
circuit. Voltage regulator IC LM7805 is used as a voltage regulator.
CIRCUIT DIAGRAM
As already mentioned, multiple users are assigned a common password to access the
system, i.e. they can update messages on the notice board. For security, password is
provided to authorize users. Before sending message, a user needs to authenticate itself
with the system by sending the assigned password to the receiver section’s modem SIM
number. The receiving section’s system verifies password, sends response to the user and
tells them to send the message.
SOFTWARE USED
EXPRESS PCB
Express PCB is free PCB software and is a snap to learn and use. Designing circuit boards is
simple for the beginner and efficient for the professional. The board manufacturing service
makes top quality two and four layer PCBs
EMBEDDED C
Embedded C is used for microcontroller programming. There is a large and growing – international
demand for programmers with 'embedded' skills, and many desktop developers are starting to move into
this important area. Because most embedded projects have severe cost constraints, they tend to use low-
cost processors like the 8051 family of devices considered in this paper.
KEIL
Keil development tools for the 8051 Microcontroller Architecture support every level of
software developer from the professional applications engineer to the student just learning
about embedded software development. The Keil 8051 Development Tools are designed to
solve the complex problems facing embedded software developers.
VISUAL BASIC
Visual Basic (VB) is an event driven programming language and associated development
environment from Microsoft for its COM programming model. Visual Basic was derived from
BASIC and enables the rapid application development (RAD) of graphical user interface (GUI)
applications. Visual Basic allows many additional components to be added to the toolbox. The
Microsoft Common component is used to add a serial communication facility. Here we have
used VB also for providing graphical user interface at PC for easy access to display system,
password changing and monitoring.
GSM MODEM-PC INTERFACING
Start -> Programs ->Accessories ->
Communications -> HyperTerminal.
PCs use AT commands to control modems. Although GSM modem is interfaced with PC
through Bluetooth using a VB program, a GSM modem can be tested before actually
implementing into the system. The MS HyperTerminal is a handy tool when it comes to
testing the GSM device.
This process is very useful in testing GSM modems.
PC-MICROCONTROLLER
COMMUNICATION
8051 provides a transmit channel and a receive channel of serial communication. The transmit data pin (TXD)
is specified at P3.1, and the receive data pin (RXD) is at P3.0. All modes are controlled through SCON, the
Serial control register. The timers are controlled using TMOD, the Timer mode register, and TCON, the Timer
control register.
First we have to design a communication protocol. After this, to get started open Visual Basic.
•Start a new Standard EXE.
•Next go to the Project | Components... menu
•Check the Microsoft Comm control 6.0.
•Click OK.
CONCLUSION
By introducing the concept of wireless technology in the field of communication we can make
our communication more efficient and faster, with greater efficiency we can display the messages
and with less errors and maintenance.
This model can be used very efficiently in establishments like chain restaurants wherein the
order and special discounts can be displayed at all branches simultaneously, in colleges wherein
students and staffs can be informed simultaneously in no time.
It can be set up at public transport places like railways, bus station, and airport and also at
roadside for traffic control and in emergency situations, it is cost efficient system and very easy to
handle.
Latency involved in using of papers in displaying of notices is avoided and the information can
be updated by the authorized persons.
FUTURE ENHANCEMENTS
•A commercial model can be able to display more than one message at a time.
•Alphanumeric LCDs have a limitation on size as well as no of characters. These
can be replaced with large LED display boards which are not only eye catching but
display characters in a moving fashion one after the other.
•In our project we are sending messages via GSM network and displaying on a
LCD by utilizing AT commands. The same principle can be applied to control
electrical appliances at a distant location.
•Robots can be controlled in a similar fashion by sending the commands to the
robots. This can be used for spy robots at distant locations, utilized by the military
to monitor movement of enemy troops.
Multiuser sms based microcontroller wireless electronic board

More Related Content

PPTX
gsm based Notice board
DOCX
E notice board project report
PDF
Iaetsd wireless electronic notice board using gsm
DOCX
GSM BASED e-NOTICE BOARD SRS
DOCX
Wireless Electronic Notice Board
DOCX
GSM BASED E-NOTICE BOARD synopsis
PDF
Wireless electronic notice board using gsm technolgy
PPTX
GSM Based e-Notice Board
gsm based Notice board
E notice board project report
Iaetsd wireless electronic notice board using gsm
GSM BASED e-NOTICE BOARD SRS
Wireless Electronic Notice Board
GSM BASED E-NOTICE BOARD synopsis
Wireless electronic notice board using gsm technolgy
GSM Based e-Notice Board

What's hot (20)

PDF
Main project report on GSM BASED WIRELESS NOTICE BOARD
PPTX
Wireless Electronic Notice Board using GSM Technology
PDF
Gsm based campus display system project report
PPTX
GSM Based Campus Display system
PDF
GSM based e-Notice Board
PPT
Sms based notice board with 3 lcd
PDF
Project report on gsm based digital notice board
PPTX
GSM based E-Notice Board
PPTX
sms based enotice board
PPTX
wireless electronic notice board using GSM
PPTX
Smart LED Notice Board
DOCX
Gsm based led notice board
PPTX
Wireless notice board for public
DOCX
wireless notice board
PPTX
Arduino based electronic notice board and controlling of home appliances by u...
PPTX
Digital notice board saiteja ppt
PPTX
ppt on cnc machine
PPTX
Digital Notice Board
PDF
Gsm based wireless notice board Rajneesh
PPTX
Wireless notice board using zigbee
Main project report on GSM BASED WIRELESS NOTICE BOARD
Wireless Electronic Notice Board using GSM Technology
Gsm based campus display system project report
GSM Based Campus Display system
GSM based e-Notice Board
Sms based notice board with 3 lcd
Project report on gsm based digital notice board
GSM based E-Notice Board
sms based enotice board
wireless electronic notice board using GSM
Smart LED Notice Board
Gsm based led notice board
Wireless notice board for public
wireless notice board
Arduino based electronic notice board and controlling of home appliances by u...
Digital notice board saiteja ppt
ppt on cnc machine
Digital Notice Board
Gsm based wireless notice board Rajneesh
Wireless notice board using zigbee
Ad

Viewers also liked (10)

PPTX
wireless E notice board
PDF
GSM BASED e-NOTICE BOARD final year project report
PPTX
Gsm based lcd notice board display
PPTX
Wireless Message Communication Between Two Computers
PPTX
Gsm based notice board
PPTX
wireless notice board using RF communication
PPTX
Mini project (GSM based wireless notice board)
PPTX
Gsm message display
PPTX
Gsm baesd wireless notice board
PPS
gsm based led scrolling board ppt
wireless E notice board
GSM BASED e-NOTICE BOARD final year project report
Gsm based lcd notice board display
Wireless Message Communication Between Two Computers
Gsm based notice board
wireless notice board using RF communication
Mini project (GSM based wireless notice board)
Gsm message display
Gsm baesd wireless notice board
gsm based led scrolling board ppt
Ad

Similar to Multiuser sms based microcontroller wireless electronic board (20)

PDF
enoticeboard-150526024918-lva1-app6892 (2).pdf
PPTX
Vikaspptonnoticeboard
PPT
Home automation and securty using wireless networks
PPTX
A1 Presentation
PPTX
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
PPTX
Mini p gsm based display
PPTX
prepaid energy meter using smartcard
PDF
gsmbasedwirelessnoticeboard-160830052032.pdf
PPTX
Gsmbasedlcdnoticeboarddisplay
PPT
Monitoring & Controlling of Devices using GSM
PPSX
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PPTX
Project ppt
PDF
G3602050055
PPTX
GSM based Campus Display System
PPT
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
PDF
Mg3620962101
PPTX
Remote PC Administration Using Mobile Phone
DOCX
Gsm based campus display system
DOCX
Density based traffic light controlling (2)
enoticeboard-150526024918-lva1-app6892 (2).pdf
Vikaspptonnoticeboard
Home automation and securty using wireless networks
A1 Presentation
GSM BASED PREPAID ENERGY METER BILLING VIA SMS
Mini p gsm based display
prepaid energy meter using smartcard
gsmbasedwirelessnoticeboard-160830052032.pdf
Gsmbasedlcdnoticeboarddisplay
Monitoring & Controlling of Devices using GSM
GSM 1308 MODEM CONTROL USING PIC-16F877A MICROCONTROLLER
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Project ppt
G3602050055
GSM based Campus Display System
Eprojectprojectfinalreportgsmmonitoringcontrollingofdevicesusinggsm 090811012...
Mg3620962101
Remote PC Administration Using Mobile Phone
Gsm based campus display system
Density based traffic light controlling (2)

Recently uploaded (20)

PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Welding lecture in detail for understanding
PPT
Project quality management in manufacturing
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
composite construction of structures.pdf
PPTX
Geodesy 1.pptx...............................................
PPTX
Internet of Things (IOT) - A guide to understanding
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
OOP with Java - Java Introduction (Basics)
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Construction Project Organization Group 2.pptx
bas. eng. economics group 4 presentation 1.pptx
Operating System & Kernel Study Guide-1 - converted.pdf
R24 SURVEYING LAB MANUAL for civil enggi
Welding lecture in detail for understanding
Project quality management in manufacturing
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Foundation to blockchain - A guide to Blockchain Tech
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Model Code of Practice - Construction Work - 21102022 .pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
composite construction of structures.pdf
Geodesy 1.pptx...............................................
Internet of Things (IOT) - A guide to understanding
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
CYBER-CRIMES AND SECURITY A guide to understanding
OOP with Java - Java Introduction (Basics)
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Construction Project Organization Group 2.pptx

Multiuser sms based microcontroller wireless electronic board

  • 1. Multiuser SMS Based Microcontroller Wireless Electronic Board Madurai institute of engineering & technology
  • 2. Abstract it is a wireless transmission system which has very less errors and maintenance. AT89c52 at the heart of the system. The microcontroller is interfaced with GSM Modem via MAX232 level convertor. It is used to convert RS232 voltage levels to TTL voltage levels and vice versa. The hardware also has a 64K EEPROM chip AT24C64. This EEPROM is used to store the timings and messages to be displayed. A 16x2 Character LCD display is attached to microcontroller for display. Microcontroller coding will be done using Embedded C and Kiel. PC Coding will be done using Visual Basic.
  • 3. INTRODUCTION Wireless communication has announced its arrival on big stage and the world is going mobile. This remote control of appliances is possible through Embedded Systems. The use of “Embedded System in Communication” has given rise to many interesting applications that ensures comfort and safety to human life. The main components of the toolkit contains microcontroller 89c52 which is interfaced with PC via MAX232 level convertor.  MAX 232 level converter is used to convert RS232 voltage to TTL voltage levels and vice versa. We use PC's serial port to interface microcontroller. A 16x2 Character LCD display is attached in byte mode to port 1 of microcontroller. This display will be used to display the messages /advertisements. Nokia PC Connectivity SDK is a tool used in VB for GSM modem interfacing.
  • 4. DESIGN LAYOUT The block diagram For Wireless GSM based electronic notice display is shown in figure 1.
  • 5. Microcontroller Microcontroller is used for interfacing the LCD display with PC to display messages. The AT89C52 is a low-power, high-performance CMOS 8-bit microcomputer with 8K bytes of Flash programmable and erasable read only memory (PEROM). The device is compatible with the industry-standard 80C51 and 80C52 instruction set and pin out. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional non- volatile memory programmer which provides a highly- flexible and cost-effective solution to many embedded control applications.
  • 6. GSM Modem A GSM modem is a wireless modem that works with a GSM wireless network. The main difference between them is that a dial-up modem sends and receives data through a fixed telephone line while a wireless modem sends and receives data through radio waves. Like a GSM mobile phone, a GSM modem requires a SIM card from a wireless carrier in order to operate.  Generally, computers use AT commands to control modems. Reading of message from the SIM card inserted into the modem is done by sending the appropriate AT command to the modem. common basic SMS related AT Commands are shown in table below:
  • 7. Display Unit One of the most common devices attached to an 8051 is an LCD display. It is a Hitachi HD44780 compatible module, having 16 pins including 2 pins for backlight. Many functions as Rolling or still message display, speed variation, manage time for display is also added to the display board.
  • 8. MAX 232 The MAX232 is a dual driver/receiver that includes a capacitive voltage generator to supply EIA-232 voltage levels from a single 5-V supply. Each receiver converts EIA- 232 inputs to 5-V TTL/CMOS levels. Each driver converts TTL/CMOS input levels into EIA-232 levels. GSM Modem, which works at RS-232 voltage levels, logic 1 varies from -3 to -15 volts and logic 0 from +3 to +15 volts. The microcontroller which works on TTL logic levels, logic 1 is +5 volts and logic 0 is 0 volts. Therefore to interface the two we use a MAX 232 driver IC.
  • 9. Power Supply Power Supply is an important part of a circuit. It provides required supply to different blocks of the circuit from input 230 VAC. The main blocks include transformer, rectifier circuit, filter circuit, and regulator circuit. Voltage regulator IC LM7805 is used as a voltage regulator.
  • 10. CIRCUIT DIAGRAM As already mentioned, multiple users are assigned a common password to access the system, i.e. they can update messages on the notice board. For security, password is provided to authorize users. Before sending message, a user needs to authenticate itself with the system by sending the assigned password to the receiver section’s modem SIM number. The receiving section’s system verifies password, sends response to the user and tells them to send the message.
  • 11. SOFTWARE USED EXPRESS PCB Express PCB is free PCB software and is a snap to learn and use. Designing circuit boards is simple for the beginner and efficient for the professional. The board manufacturing service makes top quality two and four layer PCBs EMBEDDED C Embedded C is used for microcontroller programming. There is a large and growing – international demand for programmers with 'embedded' skills, and many desktop developers are starting to move into this important area. Because most embedded projects have severe cost constraints, they tend to use low- cost processors like the 8051 family of devices considered in this paper.
  • 12. KEIL Keil development tools for the 8051 Microcontroller Architecture support every level of software developer from the professional applications engineer to the student just learning about embedded software development. The Keil 8051 Development Tools are designed to solve the complex problems facing embedded software developers. VISUAL BASIC Visual Basic (VB) is an event driven programming language and associated development environment from Microsoft for its COM programming model. Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications. Visual Basic allows many additional components to be added to the toolbox. The Microsoft Common component is used to add a serial communication facility. Here we have used VB also for providing graphical user interface at PC for easy access to display system, password changing and monitoring.
  • 13. GSM MODEM-PC INTERFACING Start -> Programs ->Accessories -> Communications -> HyperTerminal. PCs use AT commands to control modems. Although GSM modem is interfaced with PC through Bluetooth using a VB program, a GSM modem can be tested before actually implementing into the system. The MS HyperTerminal is a handy tool when it comes to testing the GSM device. This process is very useful in testing GSM modems.
  • 14. PC-MICROCONTROLLER COMMUNICATION 8051 provides a transmit channel and a receive channel of serial communication. The transmit data pin (TXD) is specified at P3.1, and the receive data pin (RXD) is at P3.0. All modes are controlled through SCON, the Serial control register. The timers are controlled using TMOD, the Timer mode register, and TCON, the Timer control register. First we have to design a communication protocol. After this, to get started open Visual Basic. •Start a new Standard EXE. •Next go to the Project | Components... menu •Check the Microsoft Comm control 6.0. •Click OK.
  • 15. CONCLUSION By introducing the concept of wireless technology in the field of communication we can make our communication more efficient and faster, with greater efficiency we can display the messages and with less errors and maintenance. This model can be used very efficiently in establishments like chain restaurants wherein the order and special discounts can be displayed at all branches simultaneously, in colleges wherein students and staffs can be informed simultaneously in no time. It can be set up at public transport places like railways, bus station, and airport and also at roadside for traffic control and in emergency situations, it is cost efficient system and very easy to handle. Latency involved in using of papers in displaying of notices is avoided and the information can be updated by the authorized persons.
  • 16. FUTURE ENHANCEMENTS •A commercial model can be able to display more than one message at a time. •Alphanumeric LCDs have a limitation on size as well as no of characters. These can be replaced with large LED display boards which are not only eye catching but display characters in a moving fashion one after the other. •In our project we are sending messages via GSM network and displaying on a LCD by utilizing AT commands. The same principle can be applied to control electrical appliances at a distant location. •Robots can be controlled in a similar fashion by sending the commands to the robots. This can be used for spy robots at distant locations, utilized by the military to monitor movement of enemy troops.