ArticlePDF Available

Efficient Sensor Network for Vehicle Security

Authors:

Figures

Content may be subject to copyright.
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 871
Efficient Sensor Network for Vehicle Security
Christo Ananth#1, I.Uma Sankari#2, A.Vidhya#3, M.Vickneshwari#4, P.Karthiga#5
#1 Assistant Professor/ECE, Francis Xavier Engineering College, Tirunelveli
#2 U.G.Scholar /ECE, Francis Xavier Engineering College, Tirunelveli
#3 U.G.Scholar /ECE, Francis Xavier Engineering College, Tirunelveli
#4 U.G.Scholar /ECE, Francis Xavier Engineering College, Tirunelveli
#5 U.G.Scholar /ECE, Francis Xavier Engineering College, Tirunelveli
ABSTRACT
Today vehicle theft rate is very high, greater challenges are coming from thieves
thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as
security is concerned today most of the vehicles are running on the LPG so it is necessary to
monitor any leakage or level of LPG in order to provide safety to passenger. Also in this fast
running world everybody is in hurry so it is required to provide fully automated maintenance
system to make the journey of the passenger safe, comfortable and economical. To make the
system more intelligent and advanced it is required to introduce some important developments
that can help to promote not only the luxurious but also safety drive to the owner. The
proposed system “Efficient Sensor Network for Vehicle Security”, introduces a new trend in
automobile industry.
Key words: Speed control Module, LCD, Gas Leakage Detection Module, GSM Module,
High way module
Corresponding Author: Christo Ananth
INTRODUCTION
Today, vehicles have been an essential part of our daily life. Hence the security and
maintenance of the vehicle is much necessary. As per as the security is concerned , most of the
vehicles are now a day’s running on the LPG so it is always needed to monitoring gas level as
well as any kind of leakage into the vehicle. As per as maintenance is concern it is necessary to
maintain the engine temperature of the vehicle, speed of the vehicle. So, the proposed system is
designed to overcome such difficulties in order to provide fully automated maintenance system
to make the journey of the passenger safe, comfortable and economical.
MATERIALS AND METHODS
The transmitter section as shown in Fig.1 is driven by a 9V DC battery. It consists of a HT12E
encoder IC, an on-off switch, three zone selection switches and a transmit enable(TE) switch.
The values of the selected zone (011 U-turn zone, 101 School zone, 110 Highway
zone) are given as a parallel input to the encoder IC. The encoder encodes the parallel data into
a serial bit stream. It is then amplified by the antenna driver. The whip antenna transmits the
radio frequency (RF) signals at a frequency of 433.92MHz.
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 872
The receiver section (as shown in Fig.2.) consists of radio frequency receiver that
receives the transmitted signals, amplifies it and provides the same to HT12D decoder IC. The
decoder performs the inverse operation of the encoder, i.e., converting the serial bit stream
back to the parallel form.
The heart of this section is the PIC 16F877A micro-controller. It hosts major modules
namely, RF transmission/reception, Speed control section and Gas Leakage Detection system
Antenna
Fig 1: Transmitter Section of the Proposed System
PIC 16F877A Microcontroller used contains device-specific information. There are four
devices (PIC16F873, PIC16F874, PIC16F876 and PIC16F877) covered by the data sheet. The
PIC16F876/873 devices come in 28-pin packages and the PIC16F877/874 devices come in 40-
pin packages. The 28-pin devices do not have a Parallel Slave Port implemented. There are three
memory blocks in each of these PICmicro MCUs. The Program Memory and Data Memory have
separate buses so that concurrent access can occur. The PIC16F87X devices have a 13-bit
program counter capable of addressing an 8K x 14 program memory space. The PIC16F877/876
devices have 8K x 14 words of FLASH program memory and the PIC16F873/874 devices have
4K x 14. Accessing a location above the physically implemented address will cause a
wraparound. The reset vector is at 0000h and the interrupt vector is at 0004h.
Battery Power
(+9V)
HT12E Encoder
RF Module
Transmitter
(433.92 MHz)
U-turn zone
Speed limit
20 Kmph
School zone
Speed limit
30 Kmph
Highway zone
Speed limit
40 Kmph
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 873
Antenna
Fig 2: Receiver Section of the Proposed System
PIC MICROCONTROLLER
The Special Function Registers are registers used by the CPU and peripheral modules for
controlling the desired operation of the device. These registers are implemented as static RAM.
A list of these registers is given in Table
The Special Function Registers can be classified into two sets; core (CPU) and peripheral.
The STATUS register contains the arithmetic status of the ALU, the RESET status and the bank
select bits for data memory. The STATUS register can be the destination for any instruction, as
with any other register. If the STATUS register is the destination for an instruction that affects
the Z, DC or C bits, then the write to these three bits is disabled. These bits are set or cleared
according to the device logic. Furthermore, the TO and PD bits are not writable, therefore, the
result of an instruction with the STATUS register as destination may be different than intended.
For example, CLRF STATUS will clear the upper-three bits and set the Z bit. This leaves the
STATUS register as 000u u1uu (where u = unchanged). It is recommended, therefore, that only
BCF, BSF, SWAPF and MOVWF instructions are used to alter the STATUS register, because
these instructions do not affect the Z, C or DC bits from the STATUS register.
RF receiver
Speed control
section (PWM)
Engine cooling
fan
Power supply unit
LPG gas
sensor
GSM module for
sending SMS
Buzzer unit
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 874
The PIC16CXX family has an 8-level deep x 13-bit wide hardware stack. The stack space is
not part of either program or data space and the stack pointer is not readable or writable. The PC
is PUSHed onto the stack when a CALL instruction is executed or an interrupt causes a branch.
The stack is POPed in the event of a RETURN, RETLW or a RETFIE instruction execution.
PCLATH is not affected by a PUSH or POP operation. The stack operates as a circular buffer.
This means that after the stack has been PUSHed eight times, the ninth push overwrites the value
that was stored from the first push.
MODULES OF PROPOSED METHOD
SPEED CONTROL MODULE
Now a day’s speed controlling is a serious issue, because number of accidents is due to
speed of the car. So it is necessary to have a control on speed also due to advent of high speed
cars & overcrowded roads safety has become the prime concern for the car manufacturers. So in
the proposed system we control the speed of car. Further improvement in this is to lock the speed
of the vehicle so that it does not exceed the speed whatever we set. Hence this system senses the
speed of vehicle and controls it by locking to particular value.
In this module, the speed control is explained by the prototype, which employs the
controlling of speed of rotor of a dc motor using the pulse width modulation (PWM) technique.
The main advantage of PWM is that power loss in the switching devices is very low. When a
switch is off there is practically no current, and when it is on, there is almost no voltage drop
across the switch. Power loss, being the product of voltage and current, is thus in both cases
close to zero. PWM also works well with digital controls, which, because of their on/off nature,
can easily set the needed duty cycle.PWM has also been used in certain communication systems
where its duty cycle has been used to convey information over a communications channel.
LCDs are more energy efficient and offer safer disposal than CRTs. Its low electrical
power consumption enables it to be used in battery-powered electronic equipment. It is an
electronically modulated optical device made up of any number of segments filled with liquid
crystals and arrayed in front of a light source (backlight) or reflector to produce images in color
or monochrome. The most flexible ones use an array of small pixels.
Fig 3: LCD displaying various zones of Speed Limit
GAS LEAKAGE DETECTION MODULE
Now a days the modern vehicles run by liquid petroleum gas (LPG) for less fuel
consumption and economy. One risk about the LPG is the unexpected leakage. This leakage may
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 875
cause firing or even explosion of the vehicle, leading to heavy injury or even death. Thus the
proposed system provides a MQ6 gas leakage sensor and a buzzer. The gas leakage sensor
detects the gas leakage within the vehicle and triggers the buzzer on detection. The buzzer alerts
the person about the gas leakage to take the necessary steps.
Gas detectors can be used to detect combustible, flammable and toxic gases and oxygen
depletion. This type of device is used widely in industry and can be found in a variety of
locations such as on oil rigs, to monitor manufacture processes and emerging technologies such
as photovoltaic. They may also be used in firefighting. Gas detectors are usually battery
operated. They transmit warnings via a series of audible and visible signals such as alarms and
flashing lights, when dangerous levels of gas vapors are detected. As detectors measure a gas
concentration, the sensor responds to a calibration gas, which serves as the reference point or
scale. As a sensor’s detection exceeds a preset alarm level, the alarm or signal will be activated.
As units, gas detectors are produced as portable or stationary devices. Originally, detectors were
produced to detect a single gas, but modern units may detect several toxic or combustible gases,
or even a combination of both types.
Buzzer is a signaling device, usually electronic, typically used in automobiles, household
appliances such as a microwave oven, or game shows. Initially this device was based on an
electromechanical system which was identical to an electric bell without the metal gong (which
makes the ringing noise).
RESULTS AND DISCUSSION
SPEED CONTROL SECTION
In this section, the speed of a dc motor is controlled by the microcontroller using
the PWM signal. In the RF transmitter tag, there are three zone selection switches to select a
particular zone. The RF transceiver receives the signal from the RF transmitter tag and sends it to
the microcontroller via 4-bit parallel communication. Microcontroller controls the speed of the
motor and displays the corresponding zone and speed limit using a LCD display. Fig.3. shows
the signal flow between the modules and the selection of highway zone.
Fig 3: Highway zone
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 876
GAS LEAKAGE DETECTION SECTION
Fig 4: Gas leakage detection
The gas leakage is sensed by the MQ6 LPG gas sensor and the voltage signal is sent to
the microcontroller. This is shown in Fig.4. The PIC microcontroller triggers the buzzer. The
buzzer is connected to the port C RC0 pin.
CONCLUSION
Today vehicle theft rate is very high, greater challenges are coming from thieves thus
tracking/ alarming systems are being deployed with an increasingly popularity .As per as security
is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any
leakage or level of LPG in order to provide safety to passenger. Also in this fast running world
everybody is in hurry so it is required to provide fully automated maintenance system to make
the journey of the passenger safe, comfortable and economical. To make the system more
intelligent and advanced it is required to introduce some important developments that can help to
promote not only the luxurious but also safety drive to the owner. The proposed system
“Efficient Sensor Network for Vehicle Security”, promises a new trend in automobile industry.
REFERENCES
1. Lien-Wu Chen, Kun-Ze Syue, and Yu-Chee Tseng “A Vehicular Surveillance and
Sensing System for Security Applications”, Department of Computer Science, National
Chiao-Tung University, Hsin-Chu, 300, Taiwan,2011
International Journal of Advanced Scientific and Technical Research Issue 4 volume 2, March-April 2014
Available online on http://www.rspublication.com/ijst/index.html ISSN 2249-9954
R S. Publication, rspublicationhouse@gmail.com Page 877
2. Huaqun Guo, H.S. Cheng, Y.D. Wu, “An Automotive Security System for Anti-theft “,
Eighth International Conference on Networks, vol.9,issue 3,pp.421-426,2012
3. V.Kaul, Daniel J.S.Lim “Methods and Devices to Communicate via SMS After a
Security Intrusion “, 1st International Conference on Sensing Technology,
PalmerstonNorth-NewZealand, November 21-23,vol 4,issue 5,pp 664-668,2010
4. K.Liu, Chen Chan Yang “Of Moore & Gene” 22nd International Conference on VLSI
design, 8th International Conference on Embedded System, 5th 9th January, Delhi,2009
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
At the forefront of technological innovation and scholarly discourse, the Journal of Electrical Systems (JES) is a peer-reviewed publication dedicated to advancing the understanding and application of electrical systems, communication systems and information science. With a commitment to excellence, we provide a platform for researchers, academics, and professionals to contribute to the ever-evolving field of electrical engineering, communication technology and Information Systems. The mission of JES is to foster the exchange of knowledge and ideas in electrical and communication systems, promoting cutting-edge research and facilitating discussions that drive progress in the field. We aim to be a beacon for those seeking to explore, challenge, and revolutionize the way we harness, distribute, and utilize electrical energy and information systems..
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
The research on Quantum Networked Artificial Intelligence is at the intersection of Quantum Information Science (QIS), Artificial Intelligence, Soft Computing, Computational Intelligence, Machine Learning, Deep Learning, Optimization, Etc. It Touches On Many Important Parts Of Near-Term Quantum Computing And Noisy Intermediate-Scale Quantum (NISQ) Devices. The research on quantum artificial intelligence is grounded in theories, modelling, and significant studies on hybrid classical-quantum algorithms using classical simulations, IBM Q services, PennyLane, Google Cirq, D-Wave quantum annealer etc. So far, the research on quantum artificial intelligence has given us the building blocks to achieve quantum advantage to solve problems in combinatorial optimization, soft computing, deep learning, and machine learning much faster than traditional classical computing. Solving these problems is important for making quantum computing useful for noise-resistant large-scale applications. This makes it much easier to see the big picture and helps with cutting-edge research across the quantum stack, making it an important part of any QIS effort. Researchers — almost daily — are making advances in the engineering and scientific challenges to create practical quantum networks powered with artificial intelligence
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
JoWUA is an online peer-reviewed journal and aims to provide an international forum for researchers, professionals, and industrial practitioners on all topics related to wireless mobile networks, ubiquitous computing, and their dependable applications. JoWUA consists of high-quality technical manuscripts on advances in the state-of-the-art of wireless mobile networks, ubiquitous computing, and their dependable applications; both theoretical approaches and practical approaches are encouraged to submit. All published articles in JoWUA are freely accessible in this website because it is an open access journal. JoWUA has four issues (March, June, September, December) per year with special issues covering specific research areas by guest editors. The editorial board of JoWUA makes an effort for the increase in the quality of accepted articles compared to other competing journals..
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
Proceedings on Engineering Sciences examines new research and development at the engineering. It provides a common forum for both front line engineering as well as pioneering academic research. The journal's multidisciplinary approach draws from such fields as Automation, Automotive engineering, Business, Chemical engineering, Civil engineering, Control and system engineering, Electrical and electronic engineering, Electronics, Environmental engineering, Industrial and manufacturing engineering, Industrial management, Information and communication technology, Management and Accounting, Management and quality studies, Management Science and Operations Research, Materials engineering, Mechanical engineering, Mechanics of Materials, Mining and energy, Safety, Risk, Reliability, and Quality, Software engineering, Surveying and transport, Architecture and urban engineering.
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
Utilitas Mathematica Journal is a broad scope journal that publishes original research and review articles on all aspects of both pure and applied mathematics. This journal is the official publication of the Utilitas Mathematica Academy, Canada. It enjoys good reputation and popularity at international level in terms of research papers and distribution worldwide. Offers selected original research in Pure and Applied Mathematics and Statistics. UMJ coverage extends to Operations Research, Mathematical Economics, Mathematics Biology and Computer Science. Published in association with the Utilitas Mathematica Academy. The leadership of the Utilitas Mathematica Journal commits to strengthening our professional community by making it more just, equitable, diverse, and inclusive. We affirm that our mission, Promote the Practice and Profession of Statistics, can be realized only by fully embracing justice, equity, diversity, and inclusivity in all of our operations. Individuals embody many traits, so the leadership will work with the members of UMJ to create and sustain responsive, flourishing, and safe environments that support individual needs, stimulate intellectual growth, and promote professional advancement for all.
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
Most experts would consider this the biggest challenge. Quantum computers are extremely sensitive to noise and errors caused by interactions with their environment. This can cause errors to accumulate and degrade the quality of computation. Developing reliable error correction techniques is therefore essential for building practical quantum computers. While quantum computers have shown impressive performance for some tasks, they are still relatively small compared to classical computers. Scaling up quantum computers to hundreds or thousands of qubits while maintaining high levels of coherence and low error rates remains a major challenge. Developing high-quality quantum hardware, such as qubits and control electronics, is a major challenge. There are many different qubit technologies, each with its own strengths and weaknesses, and developing a scalable, fault-tolerant qubit technology is a major focus of research. Funding agencies, such as government agencies, are rising to the occasion to invest in tackling these quantum computing challenges. Researchers — almost daily — are making advances in the engineering and scientific challenges to create practical quantum computers.
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
It is no surprise that Quantum Computing will prove to be a big change for the world. The practical examples of quantum computing can prove to be a good substitute for traditional computing methods. Quantum computing can be applied to many concepts in today’s era when technology has grown by leaps and bounds. It has a wide beach of applications ranging from Cryptography, Climate Change and Weather Forecasting, Drug Development and Discovery, Financial Modeling, Artificial Intelligence, etc. Giant firms have already begun the process of quantum computing in the field of artificial intelligence. The search algorithms of today are mostly designed according to classical computing methods. While Comparing Quantum Computers with Data Mining with Other Counterpart Systems, we are able to understand its significance thereby applying new techniques to obtain new real-time results and solutions.
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
Published since 2004, Periódico Tchê Química (PQT) is a is a triannual (published every four months), international, fully peer-reviewed, and open-access Journal that welcomes high-quality theoretically informed publications in the multi and interdisciplinary fields of Chemistry, Biology, Physics, Mathematics, Pharmacy, Medicine, Engineering, Agriculture and Education in Science. Researchers from all countries are invited to publish on its pages. The Journal is committed to achieving a broad international appeal, attracting contributions, and addressing issues from a range of disciplines. The Periódico Tchê Química is a double-blind peer-review journal dedicated to express views on the covered topics, thereby generating a cross current of ideas on emerging matters.
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
Onkologia I Radioterapia is an international peer reviewed journal which publishes on both clinical and pre-clinical research related to cancer. Journal also provide latest information in field of oncology and radiotherapy to both clinical practitioner as well as basic researchers. Submission for publication can be submitted through online submission, Editorial manager system, or through email as attachment to journal office. For any issue, journal office can be contacted through email or phone for instatnt resolution of issue. Onkologia I Radioterapia is a peer-reviewed scopus indexed medical journal publishing original scientific (experimental, clinical, laboratory), review and case studies (case report) in the field of oncology and radiotherapy. In addition, publishes letters to the Editorial Board, reports on scientific conferences, book reviews, as well as announcements about planned congresses and scientific congresses. Oncology and Radiotherapy appear four times a year. All articles published with www.itmedical.pl and www.medicalproject.com.pl is now available on our new website.
... We proposes efficient inferring approach to the node to be checked in large-scale networks. [36] proposed a system about Efficient Sensor Network for Vehicle Security. Today vehicle theft rate is very high, greater challenges are coming from thieves thus tracking/ alarming systems are being deployed with an increasingly popularity .As per as security is concerned today most of the vehicles are running on the LPG so it is necessary to monitor any leakage or level of LPG in order to provide safety to passenger. ...
Preprint
Full-text available
The journal is published every quarter and contains 200 pages in each issue. It is devoted to the study of Indian economy, polity and society. Research papers, review articles, book reviews are published in the journal. All research papers published in the journal are subject to an intensive refereeing process. Each issue of the journal also includes a section on documentation, which reproduces extensive excerpts of relevant reports of committees, working groups, task forces, etc., which may not be readily accessible, official documents compiled from scattered electronic and/or other sources and statistical supplement for ready reference of the readers. It is now in its nineteenth year of publication. So far, five special issues have been brought out, namely: (i) The Scheduled Castes: An Inter-Regional Perspective, (ii) Political Parties and Elections in Indian States : 1990-2003, (iii) Child Labour, (iv) World Trade Organisation Agreements, and (v) Basel-II and Indian Banks.
Conference Paper
Automotive theft has been a persisting problem around the world and greater challenge comes from professional thieves. In this paper, we present an automotive security system to disable an automobile and its key auto systems through remote control when it is stolen. It hence deters thieves from committing the theft. It also effectively prevents stealing of key auto systems for re-selling by introducing four layers of security features written in the form of firmware and embedded on the electronic control units (ECUs). The details of system design and implementation are described in the paper. The experimental results show that our system is feasible and the owner can securely control his vehicle within a few seconds.
Conference Paper
The Vehicular Surveillance and Sensing System (VS3) is a 3G-based mobile device for car security applications. On the car side, it consists of a CO2 sensor, a camera module, a 3G module, and a microprocessor. On the user side, only a 3G mobile phone is needed. VS3 provides the following features: (i) it can be triggered by events detected on car, (ii) events can be abnormal air quality or potential burglary, and (iii) it supports text or multimedia interaction with users. Application scenarios include detecting an abnormal CO2 level or potential car burglary, which triggers VS3 to transmit SMS, MMS, or interactive video call to the vehicle owner, who can then monitor the car situation in return. VS3 thus demonstrates a new car security and burglarproof prototype.
Methods and Devices to Communicate via SMS After a Security Intrusion
  • V Kaul
  • J S Daniel
  • Lim
V.Kaul, Daniel J.S.Lim "Methods and Devices to Communicate via SMS After a Security Intrusion ", 1 st International Conference on Sensing Technology, PalmerstonNorth-NewZealand, November 21-23,vol 4,issue 5,pp 664-668,2010