- IJIIT@LogicInside techno lab.

advertisement
International Journal of Infinite Innovations in Technology|ISSN:2278-9057
IJIIT|Volume-I|Issue-I|2012-2013 July|Paper-03
Reg. No.:20120607|DOI:V1I1P03
A Fair FARE System
Prof. Sunil Maurya
Research Head – LTL (Information Technology)
LogicInside@gmail.com
ABSTRACT
As we all know that there is cheating & corruption
all around. Top to bottom everyone everywhere looks
for the place to earn extra money, in better words easy
money.
Hate to admit this but auto rickshaw meter
tampering in India is quite common. The drivers get
away with their devious plan because the current meter
calculates fare based on the rotations of the wheel of
the vehicle. This system can be easily tampered with.
Finally the burden comes on the shoulder of the
middle class public. And big amount they pay extra as
fare.
Keywords: Bluetooth communication, automatic metering,
industrial automation, microcontroller, embedded system
I. INTRODUCTION
An auto rickshaw/Taxi is a vehicle for hire, and it is one
of the chief modes of transport in India. A large number of
people use these vehicles for their daily transportation and
every time they pay extra amount as fare because there is
no check on the reading of meter available.
Hence, it is necessary that we should have something
that can cross check the reading of the meter and guide us
the right fare amount.
This daily problem of the public encouraged us to work
in this area and we came up with an idea of FAIR FARE
SYSTEM for social benefit of all.
II.
BACKGROUND OVERVIEW
A. Existing System
The calculation of fare amount is calculated on the basis
of no. of wheel rotation of the vehicle. There is no such
system available which can check weather the calculation
shown by the meter is correct or not.
If the driver has tempered the meter the fare amount
shown will be high but as no crosschecking is done the
passengers are forced to pay the extra money.
B. Drawbacks of Existing System




Tempering the current system is very easy.
Passengers are forced to pay extra.
Increases corruption and malpractices in society.
Creates burden on the pocket of the public.
C. Proposed System
Our proposed system will have a circuit inbuilt in the
existing meter and will send the count of wheel rotation on
Bluetooth frequency with the help of Bluetooth modem.
This data can be received on the mobile of passenger after
pairing their mobile with the Bluetooth device of the meter
with the help of the meter id printed on the meter.
The software in the mobile will calculate the fare
amount on the basis of the data received by the meter.
Now passenger can cross check the fare amount between
mobile reading and the meter reading. If there is difference
then one can easily point out that there is tempering in
meter. The passenger will pay as per mobile reading only.
International Journal of Infinite Innovations in Technology|ISSN:2278-9057
IJIIT|Volume-I|Issue-I|2012-2013 July|Paper-03
III. THE PROPOSED SYSTEM
A. System Overview
The above proposed system will be divided into the following sub modules or sections…
The System
Mobile
Software
Embedded
System
H/W
8051 Based Design
Power Supply
MC
S/W
Embedded C
LCD 16x2
BT Modem
The Main
GUI
IR Tx-Rx
Serial
Comn
SPP
Protocol
Bluetooth
Calculations
555 Timer
B. Block Diagram
The Block Diagram of the system is given below.
LCD 16x2
Switches
for Speed
2.4GHz
Bluetooth
Modem
Microcontroller
3.3VD
C
Variable
Power
Supply
Pulse
Simulation
using 555
Or
IRTx-Rx
In Wheel
5VDC
5VD
C
Power
Supply
5VDC
Battery
Reg. No.:20120607|DOI:V1I1P03|Page:2
International Journal of Infinite Innovations in Technology|ISSN:2278-9057
IJIIT|Volume-I|Issue-I|2012-2013 July|Paper-03
C. Explanations of Blocks
The following are the brief explanations of the working
principle of the various major blocks or sections used in
the system…
 Power Supply
This unit will supply the various voltage
requirements of each unit. This will be consists of
transformer, rectifier, filter and regulator. The
rectifier used here will be Bridge Rectifier. It will
convert 230VAC into desired 5V/12V DC.
 Microcontroller
This unit is the heart of the complete system. It is
actually responsible for all the process being
executed. It will monitor & control all the
peripheral devices or components connected in the
system. In short we can say that the complete
intelligence of the project resides in the software
code embedded in the Microcontroller.
The controller here user will be of 8051 family.
The code will be written in Embedded C and will
be burned or programmed into the code memory
using a programmer.
This unit requires +5VDC for it proper operation.
 LCD 16x2
It is called Liquid Crystal Display. We are going to
use 16x2 character LCD. This will be connected to
microcontroller. The job of LCD will be to display
all the system generated messages coming from the
controller. LCD will provide interactive user
interface.
This unit requires +5VDC for it proper operation.
 555 Timer
The 555 monolithic timing circuit is a highly stable
controller capable of producing accurate time
delays, or oscillation. Here we are using it in
Astable Multivibrator mode for generating clock
pulses. The frequency depends upon the external
register connected to the IC.
This unit requires +5VDC for it proper operation.
 Bluetooth Modem
Bluetooth Modem is a device that acts as mediator
between any embedded system and the Bluetooth
communication medium. It has built-in protocol
for serial communication i.e. Serial Port Profile.
Thus it provides an ideal solution for developers
who want to integrate Bluetooth wireless
technology into their design with limited
knowledge of Bluetooth and RF technologies.
This unit requires +3.3VDC for it proper operation.
 IR Tx
This is basically Infrared Transmitter that emits
light in the range of 10-6-10-3 wavelength(m). This
light is not visible by human eye and hence mostly
used in security systems for proximities.
This unit requires +1.5VDC for it proper operation.
IR Receiver is nothing but a photodiode that break
down the diode junction when exposed to IR rays.
Thus it can be used for activation & deactivation of
particular system.
D. Features
The Following are the prominent features of the above
discussed system…
 Any Mobile can be paired with any meter,
 Mobile software will increment FARE as per
government rule,
 Real time increment as soon as meter starts,
 No cheating possible with passenger,
E. Technology & Programming Languages
As microcontrollers are the core of these days digital
circuit design in industry, this system uses it for the
centralized operation and digital processing. The
technology used here is embedded technology which is the
future of today’s modern electronics.
The followings are the various Programming Languages
& Technologies that are going to be used in the proposed
system…
For Embedded System…
 Embedded Technology,
 8051 Family Based Controller,
 Embedded C - Keil Compiler,
 Eagle Software for PCB Designing,
For Mobile System…
 Serial Communication Protocol (SPP),
 J3ME Based Mobile (MIDlet) Programming,
 Bluetooth Programming-JSR-82.
F. Project Development Methodology or Steps
The following will be development steps so as to
achieve the working Prototype Model of the above
proposed system…
 Defining the Problem,
 Understanding the Need & Usability in industry
and society (Market Analysis),
 Developing Block Diagram,
 Designing Circuits of individual blocks,
 Testing circuits in LAB & Finalizing,
 Developing PCB on PC,
 Getting the PCB printed from market,
 Soldering the components,
 Performing various Basic Experiments to test the
PCBs,
 Developing Flowchart for the entire process,
 Writing actual Software Program,
 Compilation & Burning,
 Testing and Debugging,
 Developing Flowchart for Mobile Side Software,
 Developing Data Flow Diagram,
 Writing actual code.
 Finally Running the system and,
 Documentation.
 IR Rx
Reg. No.:20120607|DOI:V1I1P03|Page:3
International Journal of Infinite Innovations in Technology|ISSN:2278-9057
IJIIT|Volume-I|Issue-I|2012-2013 July|Paper-03
IV. SCOPE & APPLICATIONS
Only the imagination can limit the applications of the
above proposed system.
Though the following are some examples…
 Can be used for auto rickshaws.
 Can be used for taxies.
 etc,
V. CONCLUSION
By the realization of the above proposed system one can
learn many aspects of a digital electronics circuit. This will
give the complete knowledge of designing microcontroller
based system and developing embedded software.
We will also learn the software development strategies
and various programming techniques for Mobile based
applications.
[3]
R.P.Jain, Digital Electronics, Tata McGraw-Hill
[4]
[5]
[6]
www.electronic-circuits-diagrams.com
www.circuitstoday.com
www.circuitlake.com
E. Software Books & Websites
[7]
Brian W. Kernighan, Dennis M. Ritchie, The C programming
Language, First Edition 1988, Prentice-Hall, ISBN 0-13-110370-9.
[8]
SING LI AND JONATHAN KNUDSEN, Beginning J2ME: From
Novice to Professional, Third Edition 2005, Prentice-Hall, ISBN
(pbk): 1-59059-479-7.
F. Other Books & Websites
[9]
[10]
[11]
[12]
www.alldatasheets.com
www.wikipedia.org
www.keil.com
www.hobbyprojects.com
VI. ENHANCEMENTS
A. Limitations
As generally all systems have some limitation, here are
some listed for the proposed system…
 The passenger must have Bluetooth Mobile,
 The passenger must have preinstalled software in
mobile,
B. Future Modifications
There is always chance to improve the any system as
research & development is an endless process. Our system
is no exception to this phenomenon. The following
improvements can be done…
 Automatic complain launching for tempered meter
can be introduced.
 FARE chart can be integrated.
REFERENCES
C. Embedded Books & Websites
[1]
Myke Predko, Programming and Customizing the 8051
Microcontroller, Edition 1999, Tata McGraw-Hill, Page:157-167.
[2]
Muhammad Ali Mazidi, Janice Gillispie Mazidi, 8051
Microcontroller and Embedded Systems, Prentice-Hall, Page:183193, 236, 243.
[3]
Dogan Ibrahim, Microcontroller Projects in C for the 8051,
Newnes, Page:29-161.
[4]
Kenneth J. Ayala, The 8051 Microcontroller ARCHITECTURE,
PROGRAMMING and APPLICATIONS, WEST PUBLISHING
COMPANY, Page:131-197.
[5]
Michael J. Pont, Embedded C, Edition 2002, Addison Wesley,
Page: 57-87,217.
[6]
[7]
[8]
www.beyondlogic.org
www.discovercircuits.com
www.electronicsforu.com
D. Electronics Books & Websites
[1]
Ramakant A. Gayakwad, Op-Amps and Linear Integrated Circuits,
4th Edition, Prentice-Hall, Page:342, 417, 455.
[2]
Robert L. Boylestad, Louis Nashelsky, Electronic Devices and
Circuit Theory, 10th Edition, Prentice-Hall, Page:342, 417, 455.
Reg. No.:20120607|DOI:V1I1P03|Page:4
Download