23
VEHICLE THEFT INTIMATION TO THE OWNER ON HIS CELL PHONE BY GSM Submitted by:

Submitted by:. Project overview Block diagram Power supply PIC Microcontroller GSM Relay Relay driver LCD Schematic & Working of the

Embed Size (px)

Citation preview

Page 1: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

VEHICLE THEFT INTIMATION TO THE

OWNER ON HIS CELL PHONE BY GSM

Submitted by:

Page 2: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

CONTENTS Project overview Block diagram Power supply PIC Microcontroller GSM Relay Relay driver LCD Schematic & Working of the project Advantages Applications Future scope Conclusion

Page 3: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

PROJECT OVERVIEW The main scope of this project is to stop the engine of an

automobile automatically when the PIC microcontroller sends an alert message to authorized owner.

The project includes a GSM modem, microcontroller, relay, voltage regulator and the 12V battery to power up this module.

When someone tries to steal the car then PIC microcontroller gets an interrupt and orders GSM Modem to send the sms, the owner receives a SMS that his car is being stolen then the owner sends back the SMS to the GSM modem saying ‘stop engine’, vehicle will be stopped and in turn message will be relayed through GSM Modem.

The control instruction is given to the PIC microcontroller through interface, the output from which activates a relay driver to trip the relay that disconnects the ignition of the automobile resulting in stopping the vehicle.

Page 4: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

BLOCK DIAGRAM

Page 5: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

POWER SUPPLY

Page 6: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

CONTD.. The 230V AC supply is first stepped

down to 12V AC using a step down transformer.

This is then converted to DC using bridge rectifier.

The AC ripples is filtered out by using a capacitor and given to the input pin of voltage regulator 7805.

At output pin of this regulator we get a constant 5V DC which is used for MC and other ICs in this project.

Page 7: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

PIC (PIC16F877A) High-Performance RISC CPU: Only 35 single-word instructions. All single-cycle instructions except for

program branches, which are two cycle. Operating speed: DC – 20 MHz clock

input DC – 200 ns instruction cycle Up to 8K x 14 words of Flash Program

Memory, Up to 368 x 8 bytes of Data Memory (RAM), Up to 256 x 8 bytes of EEPROM Data Memory.

Pin out compatible to other 28-pin or 40/44-pin, PIC16CXXX and PIC16FXXX microcontrollers.

Page 8: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

SPECIAL MICROCONTROLLER FEATURES:

100,000 erase/write cycle Enhanced Flash program memory typical.

1,000,000 erase/write cycle Data EEPROM memory typical.

Data EEPROM Retention > 40 years. Self-reprogrammable under software control. In-Circuit Serial Programming™ (ICSP™) via two

pins. Single-supply 5V In-Circuit Serial Programming. Watchdog Timer (WDT) with its own on-chip RC

oscillator for reliable operation. Programmable code protection. Power saving Sleep mode. Selectable oscillator options. In-Circuit Debug (ICD) via two pins.

Page 9: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

PERIPHERAL FEATURES: Timer0: 8-bit timer/counter with 8-bit prescaler. Timer1: 16-bit timer/counter with prescaler, can be

incremented during Sleep via external crystal/clock. Timer2: 8-bit timer/counter with 8-bit period register,

prescaler and postscaler. Two Capture, Compare, PWM modules - Capture is 16-bit, max. resolution is 12.5 ns - Compare is 16-bit, max. resolution is 200 ns - PWM max resolution is 10-bit Synchronous Serial Port (SSP) with SPI™ (Master

mode) and I2C™ (Master/Slave). Universal Synchronous Asynchronous Receiver

Transmitter (USART/SCI) with 9-bit address detection. Parallel Slave Port (PSP) – 8 bits wide with external

RD, WR and CS controls (40/44-pin only). Brown-out detection circuitry for Brown-out Reset

(BOR).

Page 10: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

PIN DIAGRAM OF PIC16F877

Page 11: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

GSM COMMUNICATION

The term GSM usually means the GSM standard and protocols in the frequency spectrum around 900MHz.

MS- Mobile Station:The MS is the physical equipment

used by a subscriber, most often a normal hand- held cellular

telephone. BTS- Base Transceiver Station:

The BTS comprises the radio transmission and reception devices, and also manages the signal processing related to the air interface.

Page 12: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

GSM MODEM A GSM modem is a specialized type

of modem which accepts a SIM card, and operates over a subscription to a mobile operator, just like a mobile phone

From the mobile operator perspective, a GSM modem looks just like a mobile phone.

When a GSM modem is connected to a computer, this allows the computer to use the GSM modem to communicate over the mobile network.  

While these GSM modems are most frequently used to provide mobile internet connectivity, many of them can also be used for sending and receiving SMS and MMS messages.

Page 13: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

MAX232 The MAX232 is an integrated

circuit that converts signals from an RS-232serial port to signals suitable for use in TTL compatible digital logic circuits.

The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals .

When a MAX232 IC receives a TTL level to convert, it changes a TTL Logic 0 to between +3 and +15V, and changes TTL Logic 1 to between -3 to -15V, and vice versa for converting from RS232 to TTL.

Page 14: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

DB9 CONNECTOR The DB9 (originally DE-9) connector is

an analog 9-pin plug of the D-Sub miniature connector family.

Page 15: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

RELAY A relay is an electrically operated

switch. Current flowing through the coil of the

relay creates a magnetic field which attracts a lever and changes the switch contacts.

The coil current can be on or off so relays have two switch positions and have double throw (changeover) switch contacts as shown in the diagram.

Page 16: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

CONTD.. Relays allow one circuit to switch a

second circuit which can be completely separate from the first.

For example a low voltage battery circuit can use a relay to switch a 230V AC mains circuit.

There is no electrical connection inside the relay between the two circuits, the link is magnetic and mechanical.

To drive relay through MC ULN2003 relay driver IC is used

Page 17: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

RELAY DRIVER ULN2003 ULN is Relay driver application The ULN2003 is a monolithic high voltage

and high current Darlington transistor arrays.

It consists of seven NPN Darlington pairs that features high-voltage outputs with common-cathode clamp diode for switching inductive loads.

The collector-current rating of a single Darlington pair is 500mA.

The Darlington pairs may be paralleled for higher current capability.

Page 18: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

CONTD.. The ULN functions

as an inverter. If the logic at input

1B is high then the output at its corresponding pin 1C will be low.

Page 19: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

LIQUID CRYSTAL DISPLAY-LCD Most common LCDs connected to the microcontrollers are

16x2 and 20x2 displays.

This means 16 characters per line by 2 lines and 20

characters per line by 2 lines, respectively.

The standard is referred to as HD44780U, which refers to the

controller chip which receives data from an external source

(and communicates directly with the LCD.

Page 20: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

CONTD.. If an 8-bit data bus is used the LCD will

require 11 data lines(3 control lines plus the 8 lines for the data bus)

The three control lines are referred to as EN, RS, and RW

EN=Enable (used to tell the LCD that you are sending it data)

RS=Register Select. When RS=0; data is treated as a command & When RS=1; data being sent is text data.

R/W=Read/Write . When RW=0; the data written to the LCD & When RW=0; the data reading to the LCD.

Page 21: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the

WORKING OF PROJECT The project uses a GSM modem duly

interfaced to the MC through the level shifter IC Max232.

The sim card mounted GSM modem receives command to develop a o/p at the MC pin 36 that drives the relay RL2, the contact point of which are used to disable the ignition switch.

The command so sent by the user is based on an intimation received through the GSM modem & Max232 duly interfaced to MC from pin 11 a programmed message only if the input pin number 13 is driven low by the door switch.

The complete operation is displayed over 16X2 LCD display.

Page 22: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the
Page 23: Submitted by:.  Project overview  Block diagram  Power supply  PIC Microcontroller  GSM  Relay  Relay driver  LCD  Schematic & Working of the