SlideShare a Scribd company logo
1 of 10
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 5, Issue 5 (Mar. - Apr. 2013), PP 01-10
www.iosrjournals.org
www.iosrjournals.org 1 | Page
Smartdust Network for Tactical Border Surveillance Using
Multiple Signatures
Seema.C.Mohan1
, S.Arulselvi2
(Department of Electronics and Communication Engineering, Bharath University, Tamil Nadu, India).
Abstract: The paper aims at designing a system for border surveillance using the concept of smartdust
technology. Smartdusts are small dust like wireless sensor motes with multiple on-board sensors and
microcontroller. In real time, thousands of such smartdust motes must be deployed in a large area. The motes
can form a network among them and has wireless connection to outside world. Onboard hardware include a
variety of sensors for vibration/seismic, magnetic, acoustic and thermal signature recognition, a
microcontroller for processing these sensor values and a radio transceiver for communication over a wireless
network. In this experimental project, we have designed one central monitoring mote and two smartdust motes
using ARM controller, IEEE radio transceiver and sensors.The central monitoring mote also displays the
tracking history of intrusion on enabling a switch.
Keywords:Advanced RISC Machine (ARM), Cortex microcontroller software interface standard (CMSIS), Inter
Integrated Circuit (I2
C), MEMS accelerometer, Serial Peripheral Interface (SPI),Smartdust mote.
I. Introduction
The greatest threat to national security is “Terrorism”, infiltrating through borders. In critical border
areas, regular forces or even satellites cannot monitor the intruding terrorists, as the area monitored is quite large
and complex. This paper proposes an innovative and effective solution to this problem by designing a next
generation, intelligent, ultra-small, dust like, wireless sensor motes with multiple onboard sensors and a
processor for detecting enemy intrusion across borders and battlefields. As the project is conceptualized on
„smartdust technology‟, a brief elucidation of smartdust definition is provided.
Smartdusts are dust size devices which are light in weight [1]. Each smartdust mote can be considered
as a tiny computer with one or more sensors, on-board power supply, a communication system and a controller.
It can communicate with other smartdust devices using the wireless radio network. The battery life of a
smartdust mote can vary from a few hours to ten years depending on the size and capability of the device. A
common mote communication scheme uses radio frequency signals to communicate over relatively short
distances. This allows designers to minimize mote size and reduce power consumption. When communicating ,
the devices pass each message to a neighbouring mote, which, in turn, passes the message onto a neighbouring
mote, and so on, until the message reaches the destination ie the central monitoring mote.The network of motes
continue to perform even if some of its communicaiton paths fail to operate. And once a mote is placed in an
existing network, it adapts to blend in with the other nodes to form a larger network; and when a mote fails, the
other devices in the network take over its load.Fig. 1 shows smartdusts deployed in a forest.
Figure 1: Smartdust deployed in a forest
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 2 | Page
In real time, thousands of such motes are deployed in the field for detecting intrusion but in the project we are
employing only two smartdust sensor motes and a single monitoring mote on an experimental basis.
There are several existing border surveillance systems or methods in use today [2]. The most popular
methods are flying aircraft, deploying armed forces and ground surveillance using RADARS. The drawbacks of
these systems are discussed here;(a)Flying aircraft: the aircraft is usually run only for limited hours or for one
or two days. (b) Deploying armed forces: it is very difficult for the armed forces to monitor a large area with
great precision. Also, it is very unsafe and risky for the forces to remain at difficult terrains such as dense
forests, snow covered or mountain areas for days where bad weather conditions prevail. (c) Ground surveillance
using RADAR:No single RADAR can fulfill all border surveillance requirements with single RADAR
equipment. There is search RADAR that does the search function and once the search is done we would need
the track RADAR for the tracking. There is also complex RADAR equipment that could integrate two or more
RADAR functions in one RADAR instrument.RADAR as a whole is very huge and bulky. RADAR‟s are very
much visible owing to its big size and hence, it is subject to enemy detection.Due to the RADAR‟s bulkiness we
would require one or two men to carry it to the place of deployment or it is mounted on an armed vehicle.The
smartdust concept may be implemented in border surveillance applications in an effective and efficient way to
solve many of these problems as we shall see in the coming sections.
1.1 Related Work on border surveillance
There are several works carried out in the area of border surveillance. As an example, the study
conducted by T.J.Nohara explains the use of commercial approach to the deployment of radar surveillance[3].
The literature says, “surveillance solutions must be multi-mission suitable, scalable, flexible, maintainable,
upgradeable, interoperable, shareable, and affordable”, which is very true when it comes to border surveillance
and other security systems. Smartdust system satisfies the above mentioned features and its compact size is an
added advantage when deployed in the battlefields. To give another example, the work done by C.Neumann and
his colleagues explains about the protection of our borderlines as well as military camps using Radar
surveillance methods[4]. The challenges of remote border monitoring have been detailed in the work conducted
by P.Pratap and his colleagues[5]. The paper discusses three major issues to be addressed to build an effective
ground surveillance system and the issues are „providing reliable and efficient power‟, „providing adequate and
timely maintenance to minimize downtime‟ and „networking systems for effective data transmission‟.
Concluding, the work says that a system that overcomes these challenges will provide a “cost-effective solution
requiring minimal support infrastructure solution to meet border monitoring and protection needs.” Smartdust
system ensures that it meets these challenges, to be discussed in the following sections.Numerous other works
were carried out in designing border surveillance systems and also improving on the existing methodologies.
Most of the works carried out was about improving on the existing Radar technologies, using unmanned air
vehicles and fiber optic sensing [3][4][6][7].This paper proposes a system based on smartdusts for border
surveillance applications that can help solve many of the challenges posed by conventional systems especially
concerned to power consumption, maintainability, safety and coverage.
The system structure of the smartdust networks is presented in the next section followed by the
hardware and software design in the third and fourth sections. The third section also details about the
components used and it‟s set up. The software design section also includes a high level flow chart for the system
and the forthcoming section describe the output obtained when the system was put under test. The final section
describes the features, few concerns and some enhancements of the proposed project.
II. System Structure
The project aims to develop a system of two motes that communicates with a central monitoring mote.
The system structure can be broadly classified into two- smatdust mote circuit and the central monitoring mote
circuit. The block diagram for the smartdust network is shown in Fig. 2. The system consists of the following
components/modules:
a) Microcontroller: 32-bit ARM Cortex-M3 microcontroller, to control the smartdust mote.
b) Display: Graphics LCD, to show the intrusion type and tracking history.
c) Communication: IEEE 802.15.4 wireless protocol, for communication between motes.
d) Thermal sensor: Enhanced PIR sensor, to sense the acoustic sound signals.
e) Vibration sensor: 3-axis MEMS accelerometer, to sense the acoustic sound signals.
f) Acoustic sensor: MEMS Microphone is used to sense the acoustic sound signals.
g) Magnetic sensor: Intruders carrying weapons and moving in vehicles can be identified using their magnetic
signature in this AMR Magnetic sensor.
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 3 | Page
Figure 2: Block diagram of smartdust network
Each smartdust mote consists of a variety of sensors like magnetic, thermal, acoustic and vibration sensors for
detecting the respective signatures. The controller present in the dust mote processes these values and sends
them over the wireless network using IEEE802.15.4 protocol. The structure designed for a smartdust mote is
shown in Fig. 3.
Figure 3:Proposed block diagram ofsmartdust mote
III. Hardware Design
The major hardware used in the project are ARM controller, sensors, transceiver, graphics display,
buzzer, crystal and power supply. The project intends to develop two smartdust mote boards and one central
monitoring mote. A list of the components used for the project work can be found in Table 1.
Table 1: List of components
Component Specification Number
ARM controller ARM LPC1313 3
Vibration sensor PHIDGETS 1104 2
Magnetic sensor KMA199E 2
MEMS microphone SPM0404HE5H 2
PIR sensor SB0081 2
IEEE802.15.4 radio transceiver MRF24J40 3
Graphics display NOKIA 5110 1
Crystal 12 MHz 3
Buzzer - 1
IEEE 802.15.4
Network
2.4GHZ
Dust
Mote
2
Dust
Mote
1
Central
Monitor
Mote
SPI Graphi
cs LCD
Buzze
r
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 4 | Page
Other componenets used are LEDs and switches as per need.
The circuit diagram for the central monitoring mote and smartdust mote are shown in Fig. 4 and Fig.5
respectively.
Figure 4: Circuit diagram of central monitoring mote
Figure 5: Circuit diagram of smartdust mote
Each of the key components used in this work are detailed here.
i. ARM Controller - The project uses ARM Cortex M3 controller, which is the next generation 32 bit ARM
processor for embedded applications based on ARMv7-M architecture. The specialty of this ARM
controller is its Harvard architecture [8][9]. The separate instruction and data buses allow parallel
instruction fetching and data storage.The ARM Cortex - M3 controller has been chosen in this work for the
following reasons: better energy efficiency, more functionality out of battery life and ability to meet
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 5 | Page
increasing energy demands for low energy products when compared to other controllers [8].It also has the
smallest code size for any microcontroller. Reducing the code size is the key to squeezing your application
code into minimum amount of flash [8].
ii. Magnetic sensor - The magnetic sensor used is KMA199E which is a magnetic angle sensor system
(numbered 3 in Fig.6). The MagnetoResistive (MR) sensor bridges and the mixed signal Integrated Circuit
(IC) are integrated into a single package. This angular measurement system KMA199E is pre-
programmed, pre-calibrated and therefore, ready to use. The KMA199E allows user specific adjustments
of angular range, zero angle and clamping voltages [10]. The settings are stored permanently in an
Electrically Erasable Programmable Read-Only Memory (EEPROM).
iii. MEMS Microphone - MEMS microphone is similar to the standard ECMs (Electro condenser
microphones) found in modern consumer electronics, except that the components are built onto a single
chip using CMOS technology, rather than assembled from discrete parts. It can sense the acoustic signals
[11]. The MEMS microphone used is SPM0404HE5H(numbered 2 in Fig.6).
iv. PIR Motion sensor - The motion detector module used is SB0081, which is a pyroelectric sensor module
developed for human body detection (numbered 1 in Fig.6). A PIR detector combined with a Fresnel lens
are mounted on a compact size PCB together with an analog IC, SB0081, and limited components to form
the module [12]. It has a very compact size and operates at 3.3V.
v. Vibration sensor - It is a piezoelectric transducer, which when displaced from the mechanical neutral axis;
the bending creates strain within the piezoelectric element and generates voltage (numbered 4 in Fig.6).
We have used PHIDGETS 1104 type in the project. The type of measurement used by the device is
ratiometric [13].
vi. Transceiver - The MRF24J40 is an IEEE 802.15.4™ Standard compliant 2.4 GHz RF transceiver [14].
The MRF24J40 creates a low-cost, low-power, low data rate (250 or 625 kbps) Wireless Personal Area
Network (WPAN) device (numbered 5 in Fig.6). The MRF24J40 interfaces many popular microcontrollers
via a 4-wire serial SPI interface, interrupt, wake and Reset pins.The MRF24J40 provides hardware support
for energy detection, Carrier Sense, CSMA-CA Algorithm, Automatic Packet Retransmission, Automatic
Acknowledgment. The Wireless Personal Area Network (WPAN) focuses on low-cost, low-speed
ubiquitous communication between devices. The range of operation is 10-100 meter and provides a
transfer rate of 250 Kbit/s. It uses CSMA/CA for collision avoidance. It supports secure communications
and employs peer -to-peer or star topology. The operating frequency band is 2400-2483.5 MHz with up to
sixteen channels. It uses Offset Quadrature Phase Shift Keying (OQPSK) modulation.
vii. Graphics LCD -The Graphics LCD used is Nokia 5110, which is a basic LCD screen for lots of
applications. It is mounted on an easy to solder PCB [15]. It uses the PCD8544 controller which is a low
power CMOS LCD controller/driver designed to drive a graphics display of 48 rows and 84 columns. This
is interfaced to the ARM microcontroller through serial bus interface. The logic supply voltage range VDD
to VSS is 2.7 to 3.3 V.
The system has been assembled in three boards, one each for the two sensor motes and one for the monitoring
mote. The experimental set up of the proposed system is shown in Fig. 6 and Fig.7.
Figure 6: Smartdust mote with sensors
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 6 | Page
Figure 7:Smartdust monitoring mote
The MEMS microphone is connected to port AD0, metal sensor to AD2, PIR sensor to AD3, MEMS
accelerometer (vibration sensor) to I2
C port and transceiver through SPI.
IV. Software Design
This section details about the software aspects of the project. The development environment used is
LPCXpresso IDE, which is a suitable development tool for the LPC1000 series of ARM Cortex-M
microcontrollers.It is a complete tool chain for LPC1000 series of Cortex-M microcontrollers.The different
software‟s used in the project work are CMSIS (Cortex microcontroller software interface standard) from ARM,
IEEE 802.15.4 protocol stack, I2
C and SPI protocol drivers. The application code programming is done in
embedded C.CMSIS is a vendor independent hardware abstraction layer for the Cortex-M processor series. It
enables consistent and simple software interfaces to the processor and the peripherals thus; simplifying software
reuse.Creation of software is a major cost factor in the embedded industry. Standardizing the software interfaces
across all Cortex-M silicon vendor products, would lead to significant cost reduction when creating new projects
or migrating existing software to a new device. IEEE 802.15.4 protocol stackis the standard that specifies the
physical layer and media access control for low-rate wireless personal area networks. It provides low cost, low
speed communication between devices. Here, the emphasis is on low cost communication of nearby devices
with little or no underlying infrastructure. I2
C protocol driveris a two- wire interface standard. It is used to attach
low-speed peripherals to the controller. It uses Serial Data Line (SDA), Serial Clock (SCL). The bus speed is
100 Kbit/s.SPI protocol driveris a serial peripheral interface and is widely used with embedded systems because
it is simple and efficient interface. It has three signal wires that hold a clock (SCK), a “Master Out Slave In”
(MOSI) data line, and a “Master In Slave Out”. A high level process flow chart for the project is given in Fig.8
and Fig.9.
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 7 | Page
Figure 8:Flow chart for sensor motes
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 8 | Page
Figure 9: Flow chart for the monitoring mote
V. Result
The sensor motes were placed at a distance of 10 meters (test distance) apart and the monitoring mote
placed in its vicinity. On powering each of these boards using the on-board battery, the test LED in the boards
were switched ON indicating that wireless connection has been established between them. On giving the inputs,
(i)Presence of human, (ii) Human motion, (iii) Human speech and (iv) Movement of a metallic bar, near the
sensors, it was found to be detected by the sensors and communicated over to the monitoring mote which
displayed which mote detected what (type of input) in the graphics display. It also displayed the total number of
inputs it has sensed just to give an idea about the concentration or the strength of intrusion in that area. The
output obtained is shown in Fig.10 and Fig.11. The display in Fig.10 shows that the detection of intrusion has
happened near mote „1‟ and the type of input has been „human motion‟. It also shows a total of 6 which
indicates that it is the sixth time an intrusion were detected in its vicinity. Similarly, Fig.11 shows that mote 1
has detected presence of metal near its vicinity and it was the ninth time it has detected an intrusion.
Figure 10: Monitoring mote displaying intrusion, Sample 1.
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 9 | Page
Figure 11: Monitoring mote displaying intrusion, Sample 2.
The system also displays a graph, Fig.12 that indicates the intrusion history by showing which mote has
displayed the intrusion on the press of a switch. It approximately gives an idea as to where or near which mote
the intrusion is maximum.
Figure 12: Graph showing intrusion history
VI. System features
Relying on the concept of using smartdust networks in border surveillance, thousands of motes may be
deployed in any terrain conditions, even inside a dense forest where satellite monitoring is impossible. The
smartdusts does not require any maintenance as once deployed they can run for many years. They are not easily
prone to enemy detection compared to their conventional counterparts. Variety of onboard sensors makes the
mote to identify any kind of intrusion, humans, machines or vehicles. The intrusion path can be tracked using
wireless communication between motes. Low power 32-bit ARM Cortex-M3 microcontroller enables the mote
to be operated for years from battery power. A portable monitoring node with graphics LCD is used for easy UI
where the intrusion path will be plotted graphically and alarm is raised.
VII. Conclusion
The proposed system of smartdusts for border surveillance applications was designed, developed and
tested in the laboratory. Few suggestions for the betterment of the project would be to make a distinction
between animals or humans that is intruding based on the comparison of temperatures. PIR sensor can make out
the difference in the body temperatures or the heat from animal and human bodies. Another major point of
apprehension would be the availability of the smartdust chips.Smartdust motes are not yet available on a large
scale and even if they do most of the motes are of the size of a deck of cards. We could hope for the future
motes to be of dust size at the same time available at a reasonable rate.The key downsides of using smartdust
networks in border surveillance is the pollution it causes because once deployed the smartdust mote remain in
the soil for years. Therefore, let us hope for greener smartdust mote circuits to be developed on a large scale.
Also, solar powered batteries can be of great benefit to the smartdust circuits as the circuits once deployed must
remain in soil for years without maintenance. Another area of enhancement that we could suggest is that the
smartdust motes could be made to give details such as the position of the intrusion and the weather conditions at
the place of intrusion.
References
[1] Doug Steel, Smartdust, UH ISRC Technology briefing, March 2005.
[2] Pratap.P, Kallberg J.M, Thomas L.A,Challenges of remote border monitoring, 2010 IEEE International Conference on Technologies
for Homeland Security (HST)
[3] Nohara, T.J;A commercial approach to successful persistent radar surveillance of sea, air and land along the northern Border, 2010
IEEE International Conference on Technologies for Homeland Security (HST)
[4] Neumann, C.; Weiss, G.; Wahlen, A.; Brehm, T:Ground Surveillance With Mmw Radar For Border Control And Camp Protection
Applications, EuropeanMicrowave Conference, 2007.
Smartdust Network For Tactical Border Surveillance Using Multiple Signatures
www.iosrjournals.org 10 | Page
[5] Pratap, P.; Kallberg, J.M.; Thomas, L.A;Challenges Of Remote Border Monitoring, 2010 IEEE International Conference on
Technologies for Homeland Security (HST)
[6] Girard, A.R.; Howell, A.S.; Hedrick, J.K;Border Patrol And Surveillance Missions Using Multiple Unmanned Air Vehicles, 2004.
CDC. 43rd IEEE Conference on Decision and Control
[7] Owen, Arch; Duckworth, Gregory; Worsley, Jerry, Optasense: Fibre Optic Distributed Acoustic Sensing For Border Monitoring,
2012 EuropeanIntelligence and Security Informatics Conference (EISIC)
[8] ShyamSadasivan, An introduction to the ARM Cortex-M3 Processor, October 2006, Open journal
[9] Cortex-M3 Technical reference manual from ARM, 2010, http://www.arm.com
[10] NXP Semiconductors, KMA199E, Programmable sensor, Rev.01-18, October 2007, http://www.nxp.com
[11] Knowles Acoustics, SPM0404HESH-PB specification, 2009
[12] SB0081, Product manual
[13] Phidgets, 1104_0_product_manual_September 30, 2009
[14] IEEE, MRF24J40, http://www.microchip.com
[15] PCD85441,ProductSpecification,1999, http://www.semiconductors.phillips.com

More Related Content

What's hot

IRJET- Wireless Sensor Network for Railway Security System
IRJET- Wireless Sensor Network for Railway Security SystemIRJET- Wireless Sensor Network for Railway Security System
IRJET- Wireless Sensor Network for Railway Security SystemIRJET Journal
 
Sensor networks
Sensor networksSensor networks
Sensor networksMarc Pous
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokejbyun77
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKNishant Bhardwaj
 
An overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptAn overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptphbhagwat
 
Wireless sensor network (WSN)
Wireless sensor network (WSN)Wireless sensor network (WSN)
Wireless sensor network (WSN)Sajid ali
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network reportGanesh Khadsan
 
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET Journal
 
seminar report on wireless Sensor network
seminar report on wireless Sensor networkseminar report on wireless Sensor network
seminar report on wireless Sensor networkJawhar Ali
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSijasuc
 

What's hot (15)

Chapter
ChapterChapter
Chapter
 
Intro to wsn
Intro to wsnIntro to wsn
Intro to wsn
 
IRJET- Wireless Sensor Network for Railway Security System
IRJET- Wireless Sensor Network for Railway Security SystemIRJET- Wireless Sensor Network for Railway Security System
IRJET- Wireless Sensor Network for Railway Security System
 
Sensor networks
Sensor networksSensor networks
Sensor networks
 
Oj3425062509
Oj3425062509Oj3425062509
Oj3425062509
 
wsn
wsnwsn
wsn
 
paper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrokpaper presentation _ survey of wireless sensor netwrok
paper presentation _ survey of wireless sensor netwrok
 
Report on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORKReport on WIRELESS SENSOR NETWORK
Report on WIRELESS SENSOR NETWORK
 
An overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication pptAn overview of a wireless sensor network communication ppt
An overview of a wireless sensor network communication ppt
 
Sensor net
Sensor netSensor net
Sensor net
 
Wireless sensor network (WSN)
Wireless sensor network (WSN)Wireless sensor network (WSN)
Wireless sensor network (WSN)
 
Wireless sensor network report
Wireless sensor network reportWireless sensor network report
Wireless sensor network report
 
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using ClustersIRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
IRJET- A Wireless Sensor Network based Border Monitoring System using Clusters
 
seminar report on wireless Sensor network
seminar report on wireless Sensor networkseminar report on wireless Sensor network
seminar report on wireless Sensor network
 
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONSSCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
SCALABILITY CONCERNS OF CHIRP SPREAD SPECTRUM FOR LPWAN APPLICATIONS
 

Viewers also liked

Border security
Border securityBorder security
Border securityFarah Naaz
 
Hybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning System
Hybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning SystemHybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning System
Hybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning SystemIOSR Journals
 
Vessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesVessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesIOSR Journals
 
Comparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM SystemsComparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM SystemsIOSR Journals
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9IOSR Journals
 
Analysis of Headway in Traffic Streams on the Minor Leg of an Intersection
Analysis of Headway in Traffic Streams on the Minor Leg of an IntersectionAnalysis of Headway in Traffic Streams on the Minor Leg of an Intersection
Analysis of Headway in Traffic Streams on the Minor Leg of an IntersectionIOSR Journals
 
Recognition of Numerals Using Neural Network
Recognition of Numerals Using Neural NetworkRecognition of Numerals Using Neural Network
Recognition of Numerals Using Neural NetworkIOSR Journals
 
An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...
An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...
An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...IOSR Journals
 
An Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal AuthenticationAn Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal AuthenticationIOSR Journals
 
Automated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesAutomated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesIOSR Journals
 
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...IOSR Journals
 
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...IOSR Journals
 
GMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated TechnologyGMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated TechnologyIOSR Journals
 
Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...
Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...
Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...IOSR Journals
 
Dynamics of Twointeracting Electronsinthree-Dimensional Lattice
Dynamics of Twointeracting Electronsinthree-Dimensional LatticeDynamics of Twointeracting Electronsinthree-Dimensional Lattice
Dynamics of Twointeracting Electronsinthree-Dimensional LatticeIOSR Journals
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologyIOSR Journals
 
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEChannel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEIOSR Journals
 
Flood routing by kinematic wave model
Flood routing by kinematic wave modelFlood routing by kinematic wave model
Flood routing by kinematic wave modelIOSR Journals
 
A New Theory of the Structure of Matter
A New Theory of the Structure of MatterA New Theory of the Structure of Matter
A New Theory of the Structure of MatterIOSR Journals
 

Viewers also liked (20)

complet finalised
complet finalisedcomplet finalised
complet finalised
 
Border security
Border securityBorder security
Border security
 
Hybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning System
Hybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning SystemHybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning System
Hybrid Algorithm for Dose Calculation in Cms Xio Treatment Planning System
 
Vessels Extraction from Retinal Images
Vessels Extraction from Retinal ImagesVessels Extraction from Retinal Images
Vessels Extraction from Retinal Images
 
Comparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM SystemsComparison of PMD Compensation in WDM Systems
Comparison of PMD Compensation in WDM Systems
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9
 
Analysis of Headway in Traffic Streams on the Minor Leg of an Intersection
Analysis of Headway in Traffic Streams on the Minor Leg of an IntersectionAnalysis of Headway in Traffic Streams on the Minor Leg of an Intersection
Analysis of Headway in Traffic Streams on the Minor Leg of an Intersection
 
Recognition of Numerals Using Neural Network
Recognition of Numerals Using Neural NetworkRecognition of Numerals Using Neural Network
Recognition of Numerals Using Neural Network
 
An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...
An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...
An On-Situ Study of Stability Analysis on Slopes Using Undrained Shear Streng...
 
An Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal AuthenticationAn Enhanced Biometric System for Personal Authentication
An Enhanced Biometric System for Personal Authentication
 
Automated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture FeaturesAutomated Diagnosis of Glaucoma using Haralick Texture Features
Automated Diagnosis of Glaucoma using Haralick Texture Features
 
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
Hydrochemistry of groundwater with special reference to arsenic in Lakhimpur ...
 
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
Discovery of superluminal velocities of X-rays and Bharat Radiation challengi...
 
GMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated TechnologyGMR Materials: A New Generation of Miniaturizated Technology
GMR Materials: A New Generation of Miniaturizated Technology
 
Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...
Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...
Scenario of Water Bodies (Lakes) In Urban Areas- A case study on Bellandur La...
 
Dynamics of Twointeracting Electronsinthree-Dimensional Lattice
Dynamics of Twointeracting Electronsinthree-Dimensional LatticeDynamics of Twointeracting Electronsinthree-Dimensional Lattice
Dynamics of Twointeracting Electronsinthree-Dimensional Lattice
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
 
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFEChannel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
Channel Equalization of WCDMA Downlink System Using Finite Length MMSE-DFE
 
Flood routing by kinematic wave model
Flood routing by kinematic wave modelFlood routing by kinematic wave model
Flood routing by kinematic wave model
 
A New Theory of the Structure of Matter
A New Theory of the Structure of MatterA New Theory of the Structure of Matter
A New Theory of the Structure of Matter
 

Similar to Smartdust Network for Tactical Border Surveillance Using Multiple Signatures

An overview of a wireless sensor network communication
An overview of a wireless sensor network communicationAn overview of a wireless sensor network communication
An overview of a wireless sensor network communicationphbhagwat
 
Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...
Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...
Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...IJERA Editor
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor NetworksDr. Amarjeet Singh
 
Autonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesAutonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesIRJET Journal
 
The sensors networks wsn and vsn a
The sensors networks wsn and vsn aThe sensors networks wsn and vsn a
The sensors networks wsn and vsn aijwmn
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET Journal
 
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsAshishDPatel1
 
GERSTEIN-1604 LinkedIn version
GERSTEIN-1604 LinkedIn versionGERSTEIN-1604 LinkedIn version
GERSTEIN-1604 LinkedIn versionEugene Gerstein
 
Rfid based traffic controller using gsm
Rfid based traffic controller using gsmRfid based traffic controller using gsm
Rfid based traffic controller using gsmramesh chatty
 
Wireless Micro-Sensor Network Models
Wireless Micro-Sensor Network ModelsWireless Micro-Sensor Network Models
Wireless Micro-Sensor Network ModelsIOSR Journals
 
A Review on Wireless Sensor Network Security
A Review on Wireless Sensor Network SecurityA Review on Wireless Sensor Network Security
A Review on Wireless Sensor Network Securityijtsrd
 
International Journal of Engineering (IJE) Volume (2) Issue (1)
International Journal of Engineering (IJE) Volume (2)  Issue (1)International Journal of Engineering (IJE) Volume (2)  Issue (1)
International Journal of Engineering (IJE) Volume (2) Issue (1)CSCJournals
 
Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using androideSAT Publishing House
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...journalBEEI
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSnanocdac
 
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNA SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNIAEME Publication
 
Air Programming on Sunspot with use of Wireless Networks
Air Programming on Sunspot with use of Wireless NetworksAir Programming on Sunspot with use of Wireless Networks
Air Programming on Sunspot with use of Wireless Networksijsrd.com
 

Similar to Smartdust Network for Tactical Border Surveillance Using Multiple Signatures (20)

[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
 
An overview of a wireless sensor network communication
An overview of a wireless sensor network communicationAn overview of a wireless sensor network communication
An overview of a wireless sensor network communication
 
Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...
Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...
Data Security and Data Dissemination of Distributed Data in Wireless Sensor N...
 
REVIEW ON MANET: EVOLUTION, CHALLENGES AND USES
REVIEW ON MANET: EVOLUTION, CHALLENGES AND USESREVIEW ON MANET: EVOLUTION, CHALLENGES AND USES
REVIEW ON MANET: EVOLUTION, CHALLENGES AND USES
 
Review of Wireless Sensor Networks
Review of Wireless Sensor NetworksReview of Wireless Sensor Networks
Review of Wireless Sensor Networks
 
Autonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridgesAutonomous sensor nodes for Structural Health Monitoring of bridges
Autonomous sensor nodes for Structural Health Monitoring of bridges
 
The sensors networks wsn and vsn a
The sensors networks wsn and vsn aThe sensors networks wsn and vsn a
The sensors networks wsn and vsn a
 
L010527175
L010527175L010527175
L010527175
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
 
Wireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and ApplicationsWireless Sensor Network – Theoretical Findings and Applications
Wireless Sensor Network – Theoretical Findings and Applications
 
GERSTEIN-1604 LinkedIn version
GERSTEIN-1604 LinkedIn versionGERSTEIN-1604 LinkedIn version
GERSTEIN-1604 LinkedIn version
 
Rfid based traffic controller using gsm
Rfid based traffic controller using gsmRfid based traffic controller using gsm
Rfid based traffic controller using gsm
 
Wireless Micro-Sensor Network Models
Wireless Micro-Sensor Network ModelsWireless Micro-Sensor Network Models
Wireless Micro-Sensor Network Models
 
A Review on Wireless Sensor Network Security
A Review on Wireless Sensor Network SecurityA Review on Wireless Sensor Network Security
A Review on Wireless Sensor Network Security
 
International Journal of Engineering (IJE) Volume (2) Issue (1)
International Journal of Engineering (IJE) Volume (2)  Issue (1)International Journal of Engineering (IJE) Volume (2)  Issue (1)
International Journal of Engineering (IJE) Volume (2) Issue (1)
 
Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using android
 
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
Data Flow in Wireless Sensor Network Protocol Stack by using Bellman-Ford Rou...
 
WIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKSWIRELESS SENSOR NETWORKS
WIRELESS SENSOR NETWORKS
 
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSNA SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
A SURVEY OF ENERGY-EFFICIENT COMMUNICATION PROTOCOLS IN WSN
 
Air Programming on Sunspot with use of Wireless Networks
Air Programming on Sunspot with use of Wireless NetworksAir Programming on Sunspot with use of Wireless Networks
Air Programming on Sunspot with use of Wireless Networks
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 

Recently uploaded (20)

Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 

Smartdust Network for Tactical Border Surveillance Using Multiple Signatures

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 5, Issue 5 (Mar. - Apr. 2013), PP 01-10 www.iosrjournals.org www.iosrjournals.org 1 | Page Smartdust Network for Tactical Border Surveillance Using Multiple Signatures Seema.C.Mohan1 , S.Arulselvi2 (Department of Electronics and Communication Engineering, Bharath University, Tamil Nadu, India). Abstract: The paper aims at designing a system for border surveillance using the concept of smartdust technology. Smartdusts are small dust like wireless sensor motes with multiple on-board sensors and microcontroller. In real time, thousands of such smartdust motes must be deployed in a large area. The motes can form a network among them and has wireless connection to outside world. Onboard hardware include a variety of sensors for vibration/seismic, magnetic, acoustic and thermal signature recognition, a microcontroller for processing these sensor values and a radio transceiver for communication over a wireless network. In this experimental project, we have designed one central monitoring mote and two smartdust motes using ARM controller, IEEE radio transceiver and sensors.The central monitoring mote also displays the tracking history of intrusion on enabling a switch. Keywords:Advanced RISC Machine (ARM), Cortex microcontroller software interface standard (CMSIS), Inter Integrated Circuit (I2 C), MEMS accelerometer, Serial Peripheral Interface (SPI),Smartdust mote. I. Introduction The greatest threat to national security is “Terrorism”, infiltrating through borders. In critical border areas, regular forces or even satellites cannot monitor the intruding terrorists, as the area monitored is quite large and complex. This paper proposes an innovative and effective solution to this problem by designing a next generation, intelligent, ultra-small, dust like, wireless sensor motes with multiple onboard sensors and a processor for detecting enemy intrusion across borders and battlefields. As the project is conceptualized on „smartdust technology‟, a brief elucidation of smartdust definition is provided. Smartdusts are dust size devices which are light in weight [1]. Each smartdust mote can be considered as a tiny computer with one or more sensors, on-board power supply, a communication system and a controller. It can communicate with other smartdust devices using the wireless radio network. The battery life of a smartdust mote can vary from a few hours to ten years depending on the size and capability of the device. A common mote communication scheme uses radio frequency signals to communicate over relatively short distances. This allows designers to minimize mote size and reduce power consumption. When communicating , the devices pass each message to a neighbouring mote, which, in turn, passes the message onto a neighbouring mote, and so on, until the message reaches the destination ie the central monitoring mote.The network of motes continue to perform even if some of its communicaiton paths fail to operate. And once a mote is placed in an existing network, it adapts to blend in with the other nodes to form a larger network; and when a mote fails, the other devices in the network take over its load.Fig. 1 shows smartdusts deployed in a forest. Figure 1: Smartdust deployed in a forest
  • 2. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 2 | Page In real time, thousands of such motes are deployed in the field for detecting intrusion but in the project we are employing only two smartdust sensor motes and a single monitoring mote on an experimental basis. There are several existing border surveillance systems or methods in use today [2]. The most popular methods are flying aircraft, deploying armed forces and ground surveillance using RADARS. The drawbacks of these systems are discussed here;(a)Flying aircraft: the aircraft is usually run only for limited hours or for one or two days. (b) Deploying armed forces: it is very difficult for the armed forces to monitor a large area with great precision. Also, it is very unsafe and risky for the forces to remain at difficult terrains such as dense forests, snow covered or mountain areas for days where bad weather conditions prevail. (c) Ground surveillance using RADAR:No single RADAR can fulfill all border surveillance requirements with single RADAR equipment. There is search RADAR that does the search function and once the search is done we would need the track RADAR for the tracking. There is also complex RADAR equipment that could integrate two or more RADAR functions in one RADAR instrument.RADAR as a whole is very huge and bulky. RADAR‟s are very much visible owing to its big size and hence, it is subject to enemy detection.Due to the RADAR‟s bulkiness we would require one or two men to carry it to the place of deployment or it is mounted on an armed vehicle.The smartdust concept may be implemented in border surveillance applications in an effective and efficient way to solve many of these problems as we shall see in the coming sections. 1.1 Related Work on border surveillance There are several works carried out in the area of border surveillance. As an example, the study conducted by T.J.Nohara explains the use of commercial approach to the deployment of radar surveillance[3]. The literature says, “surveillance solutions must be multi-mission suitable, scalable, flexible, maintainable, upgradeable, interoperable, shareable, and affordable”, which is very true when it comes to border surveillance and other security systems. Smartdust system satisfies the above mentioned features and its compact size is an added advantage when deployed in the battlefields. To give another example, the work done by C.Neumann and his colleagues explains about the protection of our borderlines as well as military camps using Radar surveillance methods[4]. The challenges of remote border monitoring have been detailed in the work conducted by P.Pratap and his colleagues[5]. The paper discusses three major issues to be addressed to build an effective ground surveillance system and the issues are „providing reliable and efficient power‟, „providing adequate and timely maintenance to minimize downtime‟ and „networking systems for effective data transmission‟. Concluding, the work says that a system that overcomes these challenges will provide a “cost-effective solution requiring minimal support infrastructure solution to meet border monitoring and protection needs.” Smartdust system ensures that it meets these challenges, to be discussed in the following sections.Numerous other works were carried out in designing border surveillance systems and also improving on the existing methodologies. Most of the works carried out was about improving on the existing Radar technologies, using unmanned air vehicles and fiber optic sensing [3][4][6][7].This paper proposes a system based on smartdusts for border surveillance applications that can help solve many of the challenges posed by conventional systems especially concerned to power consumption, maintainability, safety and coverage. The system structure of the smartdust networks is presented in the next section followed by the hardware and software design in the third and fourth sections. The third section also details about the components used and it‟s set up. The software design section also includes a high level flow chart for the system and the forthcoming section describe the output obtained when the system was put under test. The final section describes the features, few concerns and some enhancements of the proposed project. II. System Structure The project aims to develop a system of two motes that communicates with a central monitoring mote. The system structure can be broadly classified into two- smatdust mote circuit and the central monitoring mote circuit. The block diagram for the smartdust network is shown in Fig. 2. The system consists of the following components/modules: a) Microcontroller: 32-bit ARM Cortex-M3 microcontroller, to control the smartdust mote. b) Display: Graphics LCD, to show the intrusion type and tracking history. c) Communication: IEEE 802.15.4 wireless protocol, for communication between motes. d) Thermal sensor: Enhanced PIR sensor, to sense the acoustic sound signals. e) Vibration sensor: 3-axis MEMS accelerometer, to sense the acoustic sound signals. f) Acoustic sensor: MEMS Microphone is used to sense the acoustic sound signals. g) Magnetic sensor: Intruders carrying weapons and moving in vehicles can be identified using their magnetic signature in this AMR Magnetic sensor.
  • 3. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 3 | Page Figure 2: Block diagram of smartdust network Each smartdust mote consists of a variety of sensors like magnetic, thermal, acoustic and vibration sensors for detecting the respective signatures. The controller present in the dust mote processes these values and sends them over the wireless network using IEEE802.15.4 protocol. The structure designed for a smartdust mote is shown in Fig. 3. Figure 3:Proposed block diagram ofsmartdust mote III. Hardware Design The major hardware used in the project are ARM controller, sensors, transceiver, graphics display, buzzer, crystal and power supply. The project intends to develop two smartdust mote boards and one central monitoring mote. A list of the components used for the project work can be found in Table 1. Table 1: List of components Component Specification Number ARM controller ARM LPC1313 3 Vibration sensor PHIDGETS 1104 2 Magnetic sensor KMA199E 2 MEMS microphone SPM0404HE5H 2 PIR sensor SB0081 2 IEEE802.15.4 radio transceiver MRF24J40 3 Graphics display NOKIA 5110 1 Crystal 12 MHz 3 Buzzer - 1 IEEE 802.15.4 Network 2.4GHZ Dust Mote 2 Dust Mote 1 Central Monitor Mote SPI Graphi cs LCD Buzze r
  • 4. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 4 | Page Other componenets used are LEDs and switches as per need. The circuit diagram for the central monitoring mote and smartdust mote are shown in Fig. 4 and Fig.5 respectively. Figure 4: Circuit diagram of central monitoring mote Figure 5: Circuit diagram of smartdust mote Each of the key components used in this work are detailed here. i. ARM Controller - The project uses ARM Cortex M3 controller, which is the next generation 32 bit ARM processor for embedded applications based on ARMv7-M architecture. The specialty of this ARM controller is its Harvard architecture [8][9]. The separate instruction and data buses allow parallel instruction fetching and data storage.The ARM Cortex - M3 controller has been chosen in this work for the following reasons: better energy efficiency, more functionality out of battery life and ability to meet
  • 5. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 5 | Page increasing energy demands for low energy products when compared to other controllers [8].It also has the smallest code size for any microcontroller. Reducing the code size is the key to squeezing your application code into minimum amount of flash [8]. ii. Magnetic sensor - The magnetic sensor used is KMA199E which is a magnetic angle sensor system (numbered 3 in Fig.6). The MagnetoResistive (MR) sensor bridges and the mixed signal Integrated Circuit (IC) are integrated into a single package. This angular measurement system KMA199E is pre- programmed, pre-calibrated and therefore, ready to use. The KMA199E allows user specific adjustments of angular range, zero angle and clamping voltages [10]. The settings are stored permanently in an Electrically Erasable Programmable Read-Only Memory (EEPROM). iii. MEMS Microphone - MEMS microphone is similar to the standard ECMs (Electro condenser microphones) found in modern consumer electronics, except that the components are built onto a single chip using CMOS technology, rather than assembled from discrete parts. It can sense the acoustic signals [11]. The MEMS microphone used is SPM0404HE5H(numbered 2 in Fig.6). iv. PIR Motion sensor - The motion detector module used is SB0081, which is a pyroelectric sensor module developed for human body detection (numbered 1 in Fig.6). A PIR detector combined with a Fresnel lens are mounted on a compact size PCB together with an analog IC, SB0081, and limited components to form the module [12]. It has a very compact size and operates at 3.3V. v. Vibration sensor - It is a piezoelectric transducer, which when displaced from the mechanical neutral axis; the bending creates strain within the piezoelectric element and generates voltage (numbered 4 in Fig.6). We have used PHIDGETS 1104 type in the project. The type of measurement used by the device is ratiometric [13]. vi. Transceiver - The MRF24J40 is an IEEE 802.15.4™ Standard compliant 2.4 GHz RF transceiver [14]. The MRF24J40 creates a low-cost, low-power, low data rate (250 or 625 kbps) Wireless Personal Area Network (WPAN) device (numbered 5 in Fig.6). The MRF24J40 interfaces many popular microcontrollers via a 4-wire serial SPI interface, interrupt, wake and Reset pins.The MRF24J40 provides hardware support for energy detection, Carrier Sense, CSMA-CA Algorithm, Automatic Packet Retransmission, Automatic Acknowledgment. The Wireless Personal Area Network (WPAN) focuses on low-cost, low-speed ubiquitous communication between devices. The range of operation is 10-100 meter and provides a transfer rate of 250 Kbit/s. It uses CSMA/CA for collision avoidance. It supports secure communications and employs peer -to-peer or star topology. The operating frequency band is 2400-2483.5 MHz with up to sixteen channels. It uses Offset Quadrature Phase Shift Keying (OQPSK) modulation. vii. Graphics LCD -The Graphics LCD used is Nokia 5110, which is a basic LCD screen for lots of applications. It is mounted on an easy to solder PCB [15]. It uses the PCD8544 controller which is a low power CMOS LCD controller/driver designed to drive a graphics display of 48 rows and 84 columns. This is interfaced to the ARM microcontroller through serial bus interface. The logic supply voltage range VDD to VSS is 2.7 to 3.3 V. The system has been assembled in three boards, one each for the two sensor motes and one for the monitoring mote. The experimental set up of the proposed system is shown in Fig. 6 and Fig.7. Figure 6: Smartdust mote with sensors
  • 6. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 6 | Page Figure 7:Smartdust monitoring mote The MEMS microphone is connected to port AD0, metal sensor to AD2, PIR sensor to AD3, MEMS accelerometer (vibration sensor) to I2 C port and transceiver through SPI. IV. Software Design This section details about the software aspects of the project. The development environment used is LPCXpresso IDE, which is a suitable development tool for the LPC1000 series of ARM Cortex-M microcontrollers.It is a complete tool chain for LPC1000 series of Cortex-M microcontrollers.The different software‟s used in the project work are CMSIS (Cortex microcontroller software interface standard) from ARM, IEEE 802.15.4 protocol stack, I2 C and SPI protocol drivers. The application code programming is done in embedded C.CMSIS is a vendor independent hardware abstraction layer for the Cortex-M processor series. It enables consistent and simple software interfaces to the processor and the peripherals thus; simplifying software reuse.Creation of software is a major cost factor in the embedded industry. Standardizing the software interfaces across all Cortex-M silicon vendor products, would lead to significant cost reduction when creating new projects or migrating existing software to a new device. IEEE 802.15.4 protocol stackis the standard that specifies the physical layer and media access control for low-rate wireless personal area networks. It provides low cost, low speed communication between devices. Here, the emphasis is on low cost communication of nearby devices with little or no underlying infrastructure. I2 C protocol driveris a two- wire interface standard. It is used to attach low-speed peripherals to the controller. It uses Serial Data Line (SDA), Serial Clock (SCL). The bus speed is 100 Kbit/s.SPI protocol driveris a serial peripheral interface and is widely used with embedded systems because it is simple and efficient interface. It has three signal wires that hold a clock (SCK), a “Master Out Slave In” (MOSI) data line, and a “Master In Slave Out”. A high level process flow chart for the project is given in Fig.8 and Fig.9.
  • 7. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 7 | Page Figure 8:Flow chart for sensor motes
  • 8. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 8 | Page Figure 9: Flow chart for the monitoring mote V. Result The sensor motes were placed at a distance of 10 meters (test distance) apart and the monitoring mote placed in its vicinity. On powering each of these boards using the on-board battery, the test LED in the boards were switched ON indicating that wireless connection has been established between them. On giving the inputs, (i)Presence of human, (ii) Human motion, (iii) Human speech and (iv) Movement of a metallic bar, near the sensors, it was found to be detected by the sensors and communicated over to the monitoring mote which displayed which mote detected what (type of input) in the graphics display. It also displayed the total number of inputs it has sensed just to give an idea about the concentration or the strength of intrusion in that area. The output obtained is shown in Fig.10 and Fig.11. The display in Fig.10 shows that the detection of intrusion has happened near mote „1‟ and the type of input has been „human motion‟. It also shows a total of 6 which indicates that it is the sixth time an intrusion were detected in its vicinity. Similarly, Fig.11 shows that mote 1 has detected presence of metal near its vicinity and it was the ninth time it has detected an intrusion. Figure 10: Monitoring mote displaying intrusion, Sample 1.
  • 9. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 9 | Page Figure 11: Monitoring mote displaying intrusion, Sample 2. The system also displays a graph, Fig.12 that indicates the intrusion history by showing which mote has displayed the intrusion on the press of a switch. It approximately gives an idea as to where or near which mote the intrusion is maximum. Figure 12: Graph showing intrusion history VI. System features Relying on the concept of using smartdust networks in border surveillance, thousands of motes may be deployed in any terrain conditions, even inside a dense forest where satellite monitoring is impossible. The smartdusts does not require any maintenance as once deployed they can run for many years. They are not easily prone to enemy detection compared to their conventional counterparts. Variety of onboard sensors makes the mote to identify any kind of intrusion, humans, machines or vehicles. The intrusion path can be tracked using wireless communication between motes. Low power 32-bit ARM Cortex-M3 microcontroller enables the mote to be operated for years from battery power. A portable monitoring node with graphics LCD is used for easy UI where the intrusion path will be plotted graphically and alarm is raised. VII. Conclusion The proposed system of smartdusts for border surveillance applications was designed, developed and tested in the laboratory. Few suggestions for the betterment of the project would be to make a distinction between animals or humans that is intruding based on the comparison of temperatures. PIR sensor can make out the difference in the body temperatures or the heat from animal and human bodies. Another major point of apprehension would be the availability of the smartdust chips.Smartdust motes are not yet available on a large scale and even if they do most of the motes are of the size of a deck of cards. We could hope for the future motes to be of dust size at the same time available at a reasonable rate.The key downsides of using smartdust networks in border surveillance is the pollution it causes because once deployed the smartdust mote remain in the soil for years. Therefore, let us hope for greener smartdust mote circuits to be developed on a large scale. Also, solar powered batteries can be of great benefit to the smartdust circuits as the circuits once deployed must remain in soil for years without maintenance. Another area of enhancement that we could suggest is that the smartdust motes could be made to give details such as the position of the intrusion and the weather conditions at the place of intrusion. References [1] Doug Steel, Smartdust, UH ISRC Technology briefing, March 2005. [2] Pratap.P, Kallberg J.M, Thomas L.A,Challenges of remote border monitoring, 2010 IEEE International Conference on Technologies for Homeland Security (HST) [3] Nohara, T.J;A commercial approach to successful persistent radar surveillance of sea, air and land along the northern Border, 2010 IEEE International Conference on Technologies for Homeland Security (HST) [4] Neumann, C.; Weiss, G.; Wahlen, A.; Brehm, T:Ground Surveillance With Mmw Radar For Border Control And Camp Protection Applications, EuropeanMicrowave Conference, 2007.
  • 10. Smartdust Network For Tactical Border Surveillance Using Multiple Signatures www.iosrjournals.org 10 | Page [5] Pratap, P.; Kallberg, J.M.; Thomas, L.A;Challenges Of Remote Border Monitoring, 2010 IEEE International Conference on Technologies for Homeland Security (HST) [6] Girard, A.R.; Howell, A.S.; Hedrick, J.K;Border Patrol And Surveillance Missions Using Multiple Unmanned Air Vehicles, 2004. CDC. 43rd IEEE Conference on Decision and Control [7] Owen, Arch; Duckworth, Gregory; Worsley, Jerry, Optasense: Fibre Optic Distributed Acoustic Sensing For Border Monitoring, 2012 EuropeanIntelligence and Security Informatics Conference (EISIC) [8] ShyamSadasivan, An introduction to the ARM Cortex-M3 Processor, October 2006, Open journal [9] Cortex-M3 Technical reference manual from ARM, 2010, http://www.arm.com [10] NXP Semiconductors, KMA199E, Programmable sensor, Rev.01-18, October 2007, http://www.nxp.com [11] Knowles Acoustics, SPM0404HESH-PB specification, 2009 [12] SB0081, Product manual [13] Phidgets, 1104_0_product_manual_September 30, 2009 [14] IEEE, MRF24J40, http://www.microchip.com [15] PCD85441,ProductSpecification,1999, http://www.semiconductors.phillips.com