SlideShare a Scribd company logo
1 of 30
optimal integrated operation
strategy for highway toll
collection system with
wireless technology
Agenda
 Goal
 Existing System
 Projected System
 Block Diagram
 Block Explanation
 Schematic
 Advantages
 Conclusion
 References
Goal
 Electronic toll collection (ETC), an adaptation of
military aims to eliminate the delay on toll roads by
collecting tolls electronically.
Existing System
 Entering data’s through manual
 It takes more time for further process
Projected System
 Vehicle takes less time for entering data as well as
pay
 Effective communication facilities
Block Diagram
Power Supply
Unit (+5V)
RF Module
Transmitter
(433.92MHZ)
Encoder
Unit
Vehicle Section:
RF Module Receiver
(433.92MHZ)
Decoder
Unit
Micro Controller
Section (AT89s51)
Power Supply
Section
Actuator
Unit
Gate
Section
Serial
Communication (RS-
232)
Transaction pc
Toll Gate Section:
Block definition
 Project consists of vehicle section and toll gate section
 In vehicle section, each vehicle having its own RFID
 In Tollgate section, vehicle id to be received by the RFID receiver,
which is transferred to the microcontroller through decoder
 Then microcontroller performs data storage and also which compares
availability of the amount in the money card
 And also details about vehicle stored into the database of the
computer through serial communication
 Then gate section which opens automatically
 In case person has not having money, then gate will not open
 Database which contains entire database about the vehicle
Hardware Tools
 Power Supply Unit
 Microcontroller AT89S51
 Encoder/Decoder
 RF module
 Serial communication RS232,Max232
Power supply
AC Input
(Transforme
r)
Rectifier
Bridge
Rectifier
Voltage
Regulator
(LM7805)
MCU
Power Supply Circuit
VDD
VDD
C7
0.1 uF
JP2
220 VAC
1
2
- +
D1
1
4
3
2
U2
7805
1
3
2
VIN
GND
VOUT
C6
100 uF
C5
470 uF
R4
220 ohm
D2
LED
Power Supply
• The operation of power supply circuits built using filters, rectifiers, and
then voltage regulators. Starting with an AC voltage, a steady DC
voltage is obtained by rectifying the AC voltage
• Then filtering to a DC level, and finally, regulating to obtain a desired
fixed DC voltage.
• The regulation is usually obtained from an IC voltage regulator Unit,
which takes a DC voltage and provides a somewhat lower DC voltage,
Which remains the same even if the input DC voltage varies, or the
output Load connected to the DC voltage changes.
Need of Microcontroller
 A microcontroller (also MCU or µC) is a
functional computer system-on-a-chip. It
contains a processor core, memory, and
programmable input/output peripherals.
 Microcontrollers include an integrated CPU,
memory (a small amount of RAM, program
memory, or both) and peripherals capable of
input and output.
Features of MCU
• 4K Bytes of In-System Programmable (ISP) Flash
Memory
• 4.0V to 5.5V Operating Range
• Fully Static Operation: 0 Hz to 33 MHz
• 128 x 8-bit Internal RAM
• 32 Programmable I/O Lines
• Two 16-bit Timer/Counters
• Six Interrupt Sources
• Full Duplex UART Serial Channel
• Low-power Idle and Power-down Mode
• Watchdog Timer , Dual Data Pointer
Serial communication
 ATMEL microcontroller and write the code to initialize
the UART and use it to send and receive data
 Data you need to transmit and it will do the rest.
 It transmits data at standard speeds of 9600,19200 bps
etc
 The advantage of hardware UART is that you just need to
write the data to one of the registers of UART and your
done, you are free to do other things while UART is
transmitting the byte.
 UART automatically senses the start of transmission of
RX line and then inputs the whole byte and when it has
the byte it informs you(CPU) to read that data from one
of its registers
Voltages
 The USART input/output uses 0V for logic 0 and
5V for logic 1.
 The RS-232 standard (and the COM port) use
+12V for logic 0 and –12V for logic 1.
 To convert between these voltages levels we need
an additional integrated circuit (such as Maxim’s
MAX232).
MAX232
VDD
RX
TX
T2OUT
R2IN
U1
MAX232
13
8
11
10
1
3
4
5
2
6
12
9
14
7
16
15
R1IN
R2IN
T1IN
T2IN
C+
C1-
C2+
C2-
V+
V-
R1OUT
R2OUT
T1OUT
T2OUT
VCC
GND
C1 10 uF
C4
10 uF
C3
10 uF
C2
10 uF
RS232 pins
UART pins in AT89S51
 The UART always transmits data on pin P3.1/TX
 The UART always receives data on pin P3.0/RX
 The RS-232 standard defines lots of other signals
other than TX and RX used for handshaking.
RF TRANSMITTER
 The transmitter output is
up to 8mW at 433.92MHz
with a range of
approximately few meters
 It accepts both linear and
digital inputs
 It can operate from 1.5 to
12 Volts-DC
 It is approximately the
size of a standard postage
stamp.
HT-12E ENCODER
Features
 Operating voltage:2.4V~12V for the HT12E
 Low power and high noise immunity
CMOS technology
 Minimum transmission word’s of
4 words for the HT12E
 Built-in oscillator needs only 5% resistor
 Data code has positive polarity
 Minimal external components
 HT12E: 18-pin DIP/20-pin SOP package
RF RECEIVER It also operates at
433.92MHz, and has a
sensitivity of 3uV.
 It operates from 4.5 to
5.5 volts-DC,
 It has both linear and
digital outputs.
HT12D DECODER
 Operating voltage: 2.4V~12V
 Low power and high noise immunity
 CMOS technology
 Low standby current
 Capable of decoding 12 bits of information
 Binary address setting
 Received codes are checked 3 times
 Address/Data number combination
 - HT12D: 8 address bits and 4 data bits
 Built-in oscillator needs only 5% resistor
 Valid transmission indicator
 Easy interface with an RF transmission medium
 Minimal external components
 Pair with Holtek's 212 series of encoders
 18-pin DIP, 20-pin SOP package
Software Tools
 Keil C compiler
 Orcad Tool for Circuit Design
 Flash programmer
Keil software
Flash Programmer
Advantages
 It helps in Time Management ie by avoiding long
wait on the high for the collection of toll bill .
Applications
 Tollgate
 License recognition
Conclusion
 By application of this project into real time we can
avoid malfunctions , Time maintenance system, and
long wait on the Highways can be avoided.
References through Books
 Council of Europe, “Legal, Operational And
Technical Standards For E-voting”,
Recommendation Rec(2004)1130th of September
2004, Council of Europe Publishing, 2004.
 Federal Election Commission, “Voting System
Standards.Volume I: Performance Standards”, U.S.
Federal Election Commission, 2002.

More Related Content

What's hot

Smart parking reservation system using SMS
Smart parking reservation system using SMSSmart parking reservation system using SMS
Smart parking reservation system using SMSJithin Prasad
 
Implementation of Li-Fi using Arduino
Implementation of Li-Fi using ArduinoImplementation of Li-Fi using Arduino
Implementation of Li-Fi using ArduinoVivek Bakul Maru
 
Automatic Toll Tax Collection System by Using RFID
Automatic Toll Tax Collection System by Using RFIDAutomatic Toll Tax Collection System by Using RFID
Automatic Toll Tax Collection System by Using RFIDSahal Patel
 
Project ideas ece students
Project ideas ece studentsProject ideas ece students
Project ideas ece studentsVatsal N Shah
 
Rfid based smart attendance system
Rfid based smart attendance systemRfid based smart attendance system
Rfid based smart attendance systemafserfec56
 
electronic toll collection system (ETC)
electronic toll collection system (ETC)electronic toll collection system (ETC)
electronic toll collection system (ETC)vishal gawhale
 
ppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGYppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGYtanshu singh
 
Density based Traffic Light Controller
Density based Traffic Light ControllerDensity based Traffic Light Controller
Density based Traffic Light ControllerSophia
 
Varactor, step recovery diodes and frequency multiplier
Varactor, step recovery diodes and frequency multiplierVaractor, step recovery diodes and frequency multiplier
Varactor, step recovery diodes and frequency multiplierVirendra thakur
 
Nyquist Stability Criterion
Nyquist  Stability CriterionNyquist  Stability Criterion
Nyquist Stability CriterionHussain K
 
Vehicle Speed Control Using RFID
Vehicle Speed Control Using RFIDVehicle Speed Control Using RFID
Vehicle Speed Control Using RFIDvaibhavkabara
 
RFID BASED TOLL TAX COLLECTION SYSTEM
RFID BASED TOLL TAX COLLECTION SYSTEMRFID BASED TOLL TAX COLLECTION SYSTEM
RFID BASED TOLL TAX COLLECTION SYSTEMparthbabariya151
 
Electronic Toll Tax collection system in india
Electronic Toll Tax collection system in india Electronic Toll Tax collection system in india
Electronic Toll Tax collection system in india Deepak Chouhan
 
Audio Transmission using LED
Audio Transmission using LEDAudio Transmission using LED
Audio Transmission using LEDAuwal Amshi
 
Door lock-using-rfid-technology
Door lock-using-rfid-technology Door lock-using-rfid-technology
Door lock-using-rfid-technology Ho Vu
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blindsAmbikaR4
 

What's hot (20)

Smart parking reservation system using SMS
Smart parking reservation system using SMSSmart parking reservation system using SMS
Smart parking reservation system using SMS
 
Implementation of Li-Fi using Arduino
Implementation of Li-Fi using ArduinoImplementation of Li-Fi using Arduino
Implementation of Li-Fi using Arduino
 
Automatic Toll Tax Collection System by Using RFID
Automatic Toll Tax Collection System by Using RFIDAutomatic Toll Tax Collection System by Using RFID
Automatic Toll Tax Collection System by Using RFID
 
Project ideas ece students
Project ideas ece studentsProject ideas ece students
Project ideas ece students
 
Rfid based smart attendance system
Rfid based smart attendance systemRfid based smart attendance system
Rfid based smart attendance system
 
electronic toll collection system (ETC)
electronic toll collection system (ETC)electronic toll collection system (ETC)
electronic toll collection system (ETC)
 
ppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGYppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGY
 
Density based Traffic Light Controller
Density based Traffic Light ControllerDensity based Traffic Light Controller
Density based Traffic Light Controller
 
Varactor, step recovery diodes and frequency multiplier
Varactor, step recovery diodes and frequency multiplierVaractor, step recovery diodes and frequency multiplier
Varactor, step recovery diodes and frequency multiplier
 
Atumatic toll tax system
Atumatic toll tax systemAtumatic toll tax system
Atumatic toll tax system
 
Nyquist Stability Criterion
Nyquist  Stability CriterionNyquist  Stability Criterion
Nyquist Stability Criterion
 
Vehicle Speed Control Using RFID
Vehicle Speed Control Using RFIDVehicle Speed Control Using RFID
Vehicle Speed Control Using RFID
 
RFID based Attendance System
RFID based Attendance SystemRFID based Attendance System
RFID based Attendance System
 
RFID BASED TOLL TAX COLLECTION SYSTEM
RFID BASED TOLL TAX COLLECTION SYSTEMRFID BASED TOLL TAX COLLECTION SYSTEM
RFID BASED TOLL TAX COLLECTION SYSTEM
 
Electronic Toll Tax collection system in india
Electronic Toll Tax collection system in india Electronic Toll Tax collection system in india
Electronic Toll Tax collection system in india
 
RFID based access control ppt
RFID based access control pptRFID based access control ppt
RFID based access control ppt
 
Transmission lines
Transmission linesTransmission lines
Transmission lines
 
Audio Transmission using LED
Audio Transmission using LEDAudio Transmission using LED
Audio Transmission using LED
 
Door lock-using-rfid-technology
Door lock-using-rfid-technology Door lock-using-rfid-technology
Door lock-using-rfid-technology
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
 

Similar to RFID Based Toll Gate System

AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139Premier Farnell
 
Fire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxFire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxSyedMohiuddin62
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Carsubrat manna
 
Basic Study on the WT12 Family of Bluetooth Devices
Basic Study on the WT12 Family of Bluetooth DevicesBasic Study on the WT12 Family of Bluetooth Devices
Basic Study on the WT12 Family of Bluetooth DevicesPremier Farnell
 
intelligent braking system report
intelligent braking system reportintelligent braking system report
intelligent braking system reportSumit Kumar
 
Overview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerOverview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerRup Chowdhury
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
Wireless fuel level sensor using rfid
Wireless fuel level sensor using rfidWireless fuel level sensor using rfid
Wireless fuel level sensor using rfidSriteja Rst
 
Gesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docuGesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docuVignan Munna
 
8251 usart programmable communication interface by aniket bhute
8251  usart  programmable communication interface by aniket bhute8251  usart  programmable communication interface by aniket bhute
8251 usart programmable communication interface by aniket bhuteAniket Bhute
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARHarshit Jain
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerCSCJournals
 
Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080Electromate
 

Similar to RFID Based Toll Gate System (20)

AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
 
Fire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxFire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptx
 
Scada
ScadaScada
Scada
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Car
 
Basic Study on the WT12 Family of Bluetooth Devices
Basic Study on the WT12 Family of Bluetooth DevicesBasic Study on the WT12 Family of Bluetooth Devices
Basic Study on the WT12 Family of Bluetooth Devices
 
Ju2416921695
Ju2416921695Ju2416921695
Ju2416921695
 
23.pptx
23.pptx23.pptx
23.pptx
 
intelligent braking system report
intelligent braking system reportintelligent braking system report
intelligent braking system report
 
Overview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontrollerOverview of Microcontroller and ATMega32 microcontroller
Overview of Microcontroller and ATMega32 microcontroller
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Wireless fuel level sensor using rfid
Wireless fuel level sensor using rfidWireless fuel level sensor using rfid
Wireless fuel level sensor using rfid
 
Gesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docuGesture based vehicle movements control and alerting system docu
Gesture based vehicle movements control and alerting system docu
 
8251 usart programmable communication interface by aniket bhute
8251  usart  programmable communication interface by aniket bhute8251  usart  programmable communication interface by aniket bhute
8251 usart programmable communication interface by aniket bhute
 
Parth xyz
Parth xyzParth xyz
Parth xyz
 
ACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CARACCELEROMETER BASED GESTURE ROBO CAR
ACCELEROMETER BASED GESTURE ROBO CAR
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
 
Gesmod
GesmodGesmod
Gesmod
 
Embedded system
Embedded  systemEmbedded  system
Embedded system
 
Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080Advanced motion controls dzralte 040l080
Advanced motion controls dzralte 040l080
 

More from Ameer Khan

National, international days -- india
National, international days  -- indiaNational, international days  -- india
National, international days -- indiaAmeer Khan
 
Great Writers of India
Great Writers of IndiaGreat Writers of India
Great Writers of IndiaAmeer Khan
 
Great Personalities of India
Great Personalities of IndiaGreat Personalities of India
Great Personalities of IndiaAmeer Khan
 
Great Personalities Related to Science
Great Personalities Related to ScienceGreat Personalities Related to Science
Great Personalities Related to ScienceAmeer Khan
 
List of all presidents of india
List of all presidents of indiaList of all presidents of india
List of all presidents of indiaAmeer Khan
 
Monuments of india
Monuments of indiaMonuments of india
Monuments of indiaAmeer Khan
 
Zigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring SystemZigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring SystemAmeer Khan
 

More from Ameer Khan (7)

National, international days -- india
National, international days  -- indiaNational, international days  -- india
National, international days -- india
 
Great Writers of India
Great Writers of IndiaGreat Writers of India
Great Writers of India
 
Great Personalities of India
Great Personalities of IndiaGreat Personalities of India
Great Personalities of India
 
Great Personalities Related to Science
Great Personalities Related to ScienceGreat Personalities Related to Science
Great Personalities Related to Science
 
List of all presidents of india
List of all presidents of indiaList of all presidents of india
List of all presidents of india
 
Monuments of india
Monuments of indiaMonuments of india
Monuments of india
 
Zigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring SystemZigbee Based Patient Monitoring System
Zigbee Based Patient Monitoring System
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 

Recently uploaded (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

RFID Based Toll Gate System

  • 1. optimal integrated operation strategy for highway toll collection system with wireless technology
  • 2. Agenda  Goal  Existing System  Projected System  Block Diagram  Block Explanation  Schematic  Advantages  Conclusion  References
  • 3. Goal  Electronic toll collection (ETC), an adaptation of military aims to eliminate the delay on toll roads by collecting tolls electronically.
  • 4. Existing System  Entering data’s through manual  It takes more time for further process
  • 5. Projected System  Vehicle takes less time for entering data as well as pay  Effective communication facilities
  • 6. Block Diagram Power Supply Unit (+5V) RF Module Transmitter (433.92MHZ) Encoder Unit Vehicle Section:
  • 7. RF Module Receiver (433.92MHZ) Decoder Unit Micro Controller Section (AT89s51) Power Supply Section Actuator Unit Gate Section Serial Communication (RS- 232) Transaction pc Toll Gate Section:
  • 8. Block definition  Project consists of vehicle section and toll gate section  In vehicle section, each vehicle having its own RFID  In Tollgate section, vehicle id to be received by the RFID receiver, which is transferred to the microcontroller through decoder  Then microcontroller performs data storage and also which compares availability of the amount in the money card  And also details about vehicle stored into the database of the computer through serial communication  Then gate section which opens automatically  In case person has not having money, then gate will not open  Database which contains entire database about the vehicle
  • 9. Hardware Tools  Power Supply Unit  Microcontroller AT89S51  Encoder/Decoder  RF module  Serial communication RS232,Max232
  • 11. Power Supply Circuit VDD VDD C7 0.1 uF JP2 220 VAC 1 2 - + D1 1 4 3 2 U2 7805 1 3 2 VIN GND VOUT C6 100 uF C5 470 uF R4 220 ohm D2 LED
  • 12. Power Supply • The operation of power supply circuits built using filters, rectifiers, and then voltage regulators. Starting with an AC voltage, a steady DC voltage is obtained by rectifying the AC voltage • Then filtering to a DC level, and finally, regulating to obtain a desired fixed DC voltage. • The regulation is usually obtained from an IC voltage regulator Unit, which takes a DC voltage and provides a somewhat lower DC voltage, Which remains the same even if the input DC voltage varies, or the output Load connected to the DC voltage changes.
  • 13. Need of Microcontroller  A microcontroller (also MCU or µC) is a functional computer system-on-a-chip. It contains a processor core, memory, and programmable input/output peripherals.  Microcontrollers include an integrated CPU, memory (a small amount of RAM, program memory, or both) and peripherals capable of input and output.
  • 14. Features of MCU • 4K Bytes of In-System Programmable (ISP) Flash Memory • 4.0V to 5.5V Operating Range • Fully Static Operation: 0 Hz to 33 MHz • 128 x 8-bit Internal RAM • 32 Programmable I/O Lines • Two 16-bit Timer/Counters • Six Interrupt Sources • Full Duplex UART Serial Channel • Low-power Idle and Power-down Mode • Watchdog Timer , Dual Data Pointer
  • 15. Serial communication  ATMEL microcontroller and write the code to initialize the UART and use it to send and receive data  Data you need to transmit and it will do the rest.  It transmits data at standard speeds of 9600,19200 bps etc  The advantage of hardware UART is that you just need to write the data to one of the registers of UART and your done, you are free to do other things while UART is transmitting the byte.  UART automatically senses the start of transmission of RX line and then inputs the whole byte and when it has the byte it informs you(CPU) to read that data from one of its registers
  • 16. Voltages  The USART input/output uses 0V for logic 0 and 5V for logic 1.  The RS-232 standard (and the COM port) use +12V for logic 0 and –12V for logic 1.  To convert between these voltages levels we need an additional integrated circuit (such as Maxim’s MAX232).
  • 19. UART pins in AT89S51  The UART always transmits data on pin P3.1/TX  The UART always receives data on pin P3.0/RX  The RS-232 standard defines lots of other signals other than TX and RX used for handshaking.
  • 20. RF TRANSMITTER  The transmitter output is up to 8mW at 433.92MHz with a range of approximately few meters  It accepts both linear and digital inputs  It can operate from 1.5 to 12 Volts-DC  It is approximately the size of a standard postage stamp.
  • 21. HT-12E ENCODER Features  Operating voltage:2.4V~12V for the HT12E  Low power and high noise immunity CMOS technology  Minimum transmission word’s of 4 words for the HT12E  Built-in oscillator needs only 5% resistor  Data code has positive polarity  Minimal external components  HT12E: 18-pin DIP/20-pin SOP package
  • 22. RF RECEIVER It also operates at 433.92MHz, and has a sensitivity of 3uV.  It operates from 4.5 to 5.5 volts-DC,  It has both linear and digital outputs.
  • 23. HT12D DECODER  Operating voltage: 2.4V~12V  Low power and high noise immunity  CMOS technology  Low standby current  Capable of decoding 12 bits of information  Binary address setting  Received codes are checked 3 times  Address/Data number combination  - HT12D: 8 address bits and 4 data bits  Built-in oscillator needs only 5% resistor  Valid transmission indicator  Easy interface with an RF transmission medium  Minimal external components  Pair with Holtek's 212 series of encoders  18-pin DIP, 20-pin SOP package
  • 24. Software Tools  Keil C compiler  Orcad Tool for Circuit Design  Flash programmer
  • 27. Advantages  It helps in Time Management ie by avoiding long wait on the high for the collection of toll bill .
  • 29. Conclusion  By application of this project into real time we can avoid malfunctions , Time maintenance system, and long wait on the Highways can be avoided.
  • 30. References through Books  Council of Europe, “Legal, Operational And Technical Standards For E-voting”, Recommendation Rec(2004)1130th of September 2004, Council of Europe Publishing, 2004.  Federal Election Commission, “Voting System Standards.Volume I: Performance Standards”, U.S. Federal Election Commission, 2002.