Murthy Institute of Technology and Science

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 15

Murthy Institute of Technology

and Science
Student Status
Acquisition Cum Results
SMSing System
AIM:
The main aim of the project is to send the student
status to students in the form of SMS, which uses Mobile
technology that keeps control of the various equipments

PURPOSE:
The purpose of the project is whenever student wants to
know his attendance details or marks obtained, he need
to send an SMS to the number which is present in the
GSM Modem.
GSM Technology
• Global System for Mobile Communication (GSM)
is a set of ETSI standards specifying the
infrastructure for a digital cellular service.
• The standard is used in approx. 85 countries in
the world including such locations as Europe,
Japan and Australia1
Block Diagram

POWER
SUPPLY

LCD
MICRO
CONTRO
GSM LLER
MODEM MAX
LAT -232
CH

PC
Micro controller: Micro-controllers were originally
used as components in complicated process-control
systems.

MAX- 232: TTL logic family, its input and output


voltage levels are not TTL compatible. In RS-232 ,a 1 is
represented by -3 to -25V,while a 0 bit is +3 to
+25V,making -3 to +3 undefined.

GSM MODEM: GSM MODEM to communicate with


the mobile phone to which we are going to send the
message
POWER SUPPLY: Most digital logic circuits and
processors need a 5 volt power supply . To make a
5 volt power supply, we use a LM7805 voltage
regulator IC.

PC: A PC has been used for storing the data of the


student.

LCD: LCD is used to display the result of the


student.

LATCH (74LS244): A latch is been used here to


take the data from PC and from GSM modem
INTRODUCTION TO ATMEL
MICROCONTROLLER

• 8 Bit CPU optimized for control applications


• Extensive Boolean processing (Single - bit Logic)
Capabilities.
• On - Chip Flash Program Memory
• On - Chip Data RAM
• Bi-directional and Individually Addressable I/O Lines
• Multiple 16-Bit Timer/Counters
• Full Duplex UART
• Multiple Source / Vector / Priority Interrupt Structure
• On - Chip Oscillator and Clock circuitry.
• On - Chip EEPROM
• One Serial communication port
GSM Modem

•A GSM modem can be an external modem device, such


as the Wavecom FASTRACK Modem. Insert a GSM SIM
card into this modem, and connect the modem to an
available serial port on your computer.

•AGSM modem can be a PC Card installed in a notebook


computer, such as the Nokia Card Phone.
Physical Characteristics

Dimensions: 100 x 78 x 32 mm (excluding connectors).


Weight: 125 grams.
Housing: Aluminum Profiled.

Temperature Range:
Operating temperature: from -200C to +550C
Storage temperature: from -250C to +700C
SOFTWAR DESCRIPTION

Software used:Keil software for c programming.

The user of KEIL centers on “projects”. A project


is a list of all the source files required to build a
single application, all the tool options which
specify exactly how to build the application, and
– if required – how the application should be
simulated.
Simulator/Debugger

•The simulator/ debugger in KEIL can perform a very


detailed simulation of a micro controller along with
external signals. It is possible to view the precise
execution time of a single assembly instruction, or a
single line of C code, all the way up to the entire
application, simply by entering the crystal frequency

For 15 years, James B. Grinder was the primary suspect in the brutal
murder case of Julie Helton, but there had never been enough evidence
to bring him to trial.
Till Now

 Learnt About Atmel Micro controller(8051)


ie timers ,counters,delay switches etc.
 Done Programs on keil soft ware by using
Embedded C.
 Collected Hard ware Materials .
 Learnt to execute the program
 Dumping the program in to Hard Ware.
THEN AFTER
 Collection of material.
 Have to assemble the kit.
 Dump(code) in to the kit after it is ready.
 Finishing the balancing work.
 After completing kit Maintenance Testing the
kit.

You might also like