SlideShare une entreprise Scribd logo
1  sur  16
Télécharger pour lire hors ligne
ENGR 543 Fall 2015
Final Project
Landslide Monitor
BY: Tung Nguyen
DATE: 12/15/2015
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
2
1. Purpose
In recent years, the frequent occurs of landslide disasters, caused great harm to people’s lives and
properties. This design includes some wireless sensor monitoring node distributed on the hillside;
they construct a wireless data connection network based on wireless communication module. This
combines GSM technology and wireless technology. This design can collect depth of the water in the
mountain and slope angle of the hillside, and provides the monitoring center with warning
information in time, so related departments can take effective measures rapidly to protect peoples
and property.
We can’t stop the natural causes but we can be alert before they occur. So for alerting people from
landslides we use this technique. In this design we have used three sensors of Angle sensor which
gives the readings of slope angle if there is any movement in landslide and we have Liquid level
sensor it collects the depth of water at the mountains. Temperature sensor gives the changes in the
temperature. These all nodes of sensors are connected to the Arduino Nano for collection of data. As
the data is collected then GPS gives latitude and longitude and all the readings are given to the radio
for transmission.
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
3
2. Physical Environment
Figure 1: Illustration of the physical environment in my proposed WSN.
Figure 2: The illustration of placing sensor columns, the weather station, and the data logger
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
4
3. Nodes
Figure 3: Illustration of the system connection in my proposed WSN.
- There are 6 wireless sensor nodes to measure parameters of the environment for landslide
monitoring. For this kind of application, the WSN can be designed as star or tree network
models.
- I divide the network operation into 2 separate schemes: Scheme for the case of no slide or light
slide and Scheme for the case of heavy slide. The separation of these 2 schemes is determined by
a threshold Th1 for the slide intensity. This threshold Th1 is set to a specific value dependently on
the real local conditions. If the slide intensity is smaller than the threshold, the WSN is configured
to work with Scheme 1. If it is larger than the threshold, the WSN configuration is switched to
Scheme 2.
- For Scheme 1, the topology is tree and the sensor output is sampled with a slow rate FS1. In
Scheme 2, the topology is star and the sensor data is sampled with a higher rate FS2. The choice
of the tree or star topology is based on the following practical observation. In a tree topology, if
the connection on a central linear core is broken due to bad weather or depression land, then a
group of sensor columns is lost while some others are still correctly working. In theory, the most
disadvantage of the star topology is the hub which represents a single point of failure. It means
that if the hub was to fail the entire network would fail as the result of the hub being connected
to every sensor column on the network.
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
5
- In landslide monitor, the gateway node (i.e., the data logger/the sink node) is placed in the safe
location (as illustrated in Figure 3). The switching from tree to star topology in fact to increase
the connectivity of the sensor column to the data logger in the condition of bad weather.
Figure 4 : The working principle of the my proposed WSN
4. Sensors
Accelerometer.
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
6
Figure 5: ADXL-335 accelerometer
Geophones are commonly used to detect the motion for many years; they have many advantages such
as no requirement of electrical power to operate and ability to detect extremely small ground
displacements [16]. Recently, due to the strong grow of Micro-Electro-Mechanical-Systems (MEMS)
technology, MEMS based sensors offer low cost, small size, and good quality. In this design, ADXL-335
accelerometer is used to measure the tilt, soil movement, and analysis vibration in the ground. ADXL-
335 is small, low power, 3-axis accelerometer with the conditioned voltage output. Bandwidths of this
accelerometer can be configured within a range of 0.5 Hz to 1600 Hz for x- and y-axes, and a range of
0.5 Hz to 550 Hz for the z-axes.
Soil Moisture Sensor
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
7
Figure 6: Soil Moisture Sensor
The dielectric permittivity of the soil is a function of the water content. Thus, the soil moisture sensor
can use the resistance changing to measure the water content of soil. By inserting the rugged sensor
into the soil, the volumetric water content of the soil is acquired.
Temperature Sensor
Figure 7: Temperature Sensor LM35
The temperature sensor is used to measure changes in environment’s temperature. The physical
properties of soil and water change with temperature. Thus, the LM35 is integrated to the sensor
column to measure the temperature of environment (see Figure 4). The LM35 is a high precision
integrate-circuit temperature sensor, whose output voltage is linearly proportional to the temperature.
The LM35 does not require any external calibration or trimming. It provides typical accuracies of ±1/4°C
at room temperature and ±3/4°C over a full −55°C to +150°C temperature range.
The Global Positioning System (GPS)
The Global Positioning System (GPS) is a worldwide radio-navigation system. This module is used to
show the accurate location of the landslide detection device placed, so as to know at which place the
landslide occurs. This GPS module is installed in transmitter section and if any disturbance occurs in
sensors attached then processor automatically send the information of location of module to receiver
side this helps us to locate the hazardous areas. This GPS module calculates its position by measuring its
distance from itself and other satellites and obtains the location in latitude and longitude. As in hill
stations we don’t know where the landslide occurs accurately we use this GPS to know location
accurately so that we can alert people at that area and save them.
Arduino Nano
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
8
Figure 8: Arduino Nano
The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328
(Arduino Nano 3.x) or ATmega168 (Arduino Nano 2.x). It has more or less the same functionality of the
Arduino Duemilanove, but in a different package. It lacks only a DC power jack, and works with a Mini-B
USB cable instead of a standard one.
Wireless Communication:
Figure 9 : Wireless communication module nRF24L01+
XBee is a wireless RF module using the wireless communication standard 802.15.4. It has longer range
than Bluetooth but lower power consumption than WiFi (802.11). It has a 250 kbps radio frequency (RF)
data rate and operates at 2.4 GHz [21, 22]. The XBee modules support the sleep modes for extending
battery life.
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
9
Figure 10: Block diagram of a sensor column
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
10
Figure 11 : Flowchart of the sensor node of the proposed design
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
11
Figure 12 : Flowchart of the gateway node of the proposed design
3 sensors * 1 byte/sample = 3 bytes/sample => 3 bytes/sample * 8 bits/byte = 24 bits/sample
Each node will sample each 8 bit sensor every 10 minutes or at 1/(10*60)Hz = 1.63mHz. The maximum
analog read rate is 10,000 times per second for an Arduino Uno. The Arduino board contains a 6 channel
(8 channels on the Mini and Nano, 16 on the Mega), 10-bit analog to digital converter. This means that it
will map input voltages between 0 and 5 volts into integer values between 0 and 1023.
Signal to Noise and Distortion (SINAD) = 57.7 dB => ENOB = (SINAD-1.76)/6.02 = 9.29 Bits
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
12
5. RF Propagation
f=2.465Ghz, Pd= -100 dBm, P0 = -6dB , n = 3.3
d =10(
1
10∗3.3
(−6−(−100)−10∗3.3∗log(2465)+30∗3.3−32.44𝑑𝐵𝑚))
=29.76m
Only the data logger is fed by electrical wire. All sensor columns are fed from the battery. Thus, the
power plan should be designed carefully to maximize the lifetime of the system. For the hardware XBee
there are only five options for the transmitter: 10, 12, 16, 16, and 18 dB, respectively. The received
sensitivity (RS) is −100 dBm, the system operating margin is 99.9%, the gain of transmitter and receiver
antenna and are equal to 6 dBi, and the frequency range is from 2.405 GHz to 2.465 GHz.
The transmitter output power can be calculated using the following equation :
PTX =PRX – GTX – GRX + FSL
where PRX is the received power (dBm), PTX is the transmitter output power (dBm), GTX is the
transmitter antenna gain (dBi), GRX is the receiver antenna gain (dBi), and FSL is the free space loss (dB).
The other losses from coax, connectors, and so forth are very small and then can be neglected in this
work.
Table 1.1 : Link Budget
Output power
level (dBm)
The free space
loss (dB)
Consumption
Power (mW)
Transmistting
distance (from
2.405 GHz to
2.465Ghz)
10 94 10 497 484
12 96 15.85 626 610
14 98 25.12 788 767
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
13
16 100 39.81 992 966
18 102 63.1 1249 1216
6. Network Transmission
Show the MAC frame for your radio transmitter. What is the maximum payload size in bits or bytes.
Measure or Estimate the following network message-related items. A "report" is the collection of all
sensor data measured at the same time, that should be forwarded to the central node as soon as
possible with minimum delay.
1. Size of the Report, considering all sensor data just measured. Assume a 10% expansion of data
due to framing and message packing overhead.
3 sensors * 1 byte/sample = 3 bytes/sample
3 bytes/sample * 8 bits/byte = 24 bits/sample
24 bit/sample * 1.10 = 26.4 bits/sample
26.4 bits/sample * (1/8) bytes/bit = 3.3 bytes/sample
2. Number of MAC frames necessary to transmit all the data in the report
1 Mac frames is necessary because the report is 3.3bytes/sample, then It will fit in one MAC
frame.
3. Average transmission interval between reports
RF = 250Kbps
(12.3 bytes * 8 bits/byte)/(250000 bits/sec) = 393.6 microsecond/frame
4. Data Throughput per link (where a link is the path between any two nodes)
a. Throughput = kbits/s (considers entire MAC frame size, headers and payload)
- In the ideal case with no loss, the throughput is equal to the transmission rate which can be set
to 250kbps of Xbee. Throuhput = linkbandwidth
b. Goodput = kbits/s (considers just the data payload, excluding protocol overhead i.e.
headers)
- Goodput= link_bandwidth * (payload/frame_size) = 250 * (3.3/12.3) =67Kbit/s
5. Latency for a message through the network (typical and worst-case end-to-end; ms/link)
(latency is the time delay between message transmission and receipt at final destination)
Latency = total_time_to_receive_successfully= tries * (t_frame + t_retransmit) = 3 * (12.3/250
+ 2) =6 second
7. Power Consumption
Estimate the electrical power consumption needs of your sensor end-nodes, considering their sleep-wake
duty cycle, amount of data to be transmitted, and the transmission power.
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
14
Give estimates for the energy usage / power consumption of a typical node in your WSN for these
phases of operation:
Table 1.2 : Power consumption of a sensor column.
COMPONENTS CURRENT (MA) VOLTAGE(V) POWER (MW)
ARDUINO NANO 15
(active)
0.055
(sleep)
3.3 49.5
(active)
0.18
(sleep)
XBEE 3 3.3 10
TEMPERATURE SENSOR 10 3.3 33
ACCELEROMETER
SENSOR
0.35 3.3 1.155
SOIL MOISTURE
SENSOR
2 3.3 6.6
From this table, the total average power of a sensor column in the active mode is given by
100.255 mW, and the total average power of a sensor column in the sleep mode is calculated as
0.18 mW.
The battery for a sensor column is of Lithium type with the capacity of 6600 mAh and the
voltage of 3.7 V. The power is 24420 Wh.
The maximum working time before the next charging is 24420 mWh/100.255 mW = 243.6 hours
(or 10.15 days) if the column sensor is always in active mode. In practice, a lead-acid battery
cannot operate at 100% of efficiency for a long duration. Let us assume an efficiency of 75%;
the lifetime of a sensor column would be 182.7 hours (or 7.6 days). It is obvious that we should
combine both active and sleep modes in order to extend the lifetime of the sensor column.
For Scheme 1, after 10 minutes we carry out reading and transferring data each time of 3
seconds. Between these 2 actions, the sensor node switches to sleep mode and consumes
much less power. The total of the energy consumption during 3 seconds for reading and
transferring data is 0.08 mWh. During sleeping, the energy consumption is 0.18 mW × 10 min =
0.03 mWh.
The total number of times sensor nodes reading and transferring data is
24420 mWh/(0.08 mWh + 0.03 mWh) = 222000.
The sensor node can live about 222000 times × (10 min + 3 seconds) × 75% = 1162 days (or 3.18
years).
For Scheme 2, after every 1 minute, the microcontroller reads and transfers data within 3
seconds. The total of the energy consumption during 3 seconds for reading and transferring
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
15
data is 100.255 mW × 3 seconds = 0.08 mWh. During sleeping, energy consumption is 0.18 mW
× 1 min = 0.003 mWh.
The total of times sensor nodes reading and transferring data is 24420 mWh/(0.08 mWh +
0.003 mWh) = 294216.
A sensor node can then live about 294216 times × (1 minute + 3 seconds) × 75% = 161 days (or
0.44 years)
8. Location Estimation
At each sensor node of the WSN, several geotechnical sensors would be integrated to form a sensor
column. The sensor column will be buried underneath the earth for monitoring various parameters like
soil pore water pressure, earth movements, and in situ stresses and strains. Generally, WSNs utilize
spatially distributed autonomous sensors to monitor physical or environmental conditions, such as
temperature, sound, and pressure.
A WSN commonly has three levels of nodes: low level nodes (i.e., sensor columns), cluster heads, and
gateway nodes (or sink nodes). The low level nodes work under each cluster head. Their data will then
be forwarded to the cluster head. There is no processing step performed in any of the cluster heads. All
of the higher level nodes will be receiving the data from the lower nodes and transmitting it to the
successive higher level nodes. The cluster heads transmit the data to the sink node. In this design, the
sink node is connected to a data logger. Data would be preprocessed at the data logger and then further
forwarded to a processing center.
9. Time Synchronization
Time synchronization is not needed for this application. The hub which was placed in a safe area should
save a timestamp on all data received from nodes.
10. Conclusion
This Design Includes some wireless sensor monitoring node distributed on the hillside and construct a
wireless data connection network based on wireless communication module. This combines GSM
technology and wireless technology. Also, my WSN system consists of sensor nodes that are capable of
data acquisition, data storage, data processing, and wireless data transmission. The proposed WSN
provides method to collect data on soil pore water pressure, moisture content, vibration of earth, soil
movement, and temperature of the environment. The collection of data would be done in real time and
transmitted continuously over long distance. However, a flexible switching between star and tree
topologies is used to adapt to the weather condition in order to maximize the reliability of the
transmission.
ENGR 543 Wireless Sensor Networks Final Project Fall 2015
16

Contenu connexe

Tendances

Development of Compact P-Band Vector Reflectometer
Development of Compact P-Band Vector Reflectometer Development of Compact P-Band Vector Reflectometer
Development of Compact P-Band Vector Reflectometer IJECEIAES
 
Transmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light PulsesTransmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light PulsesKarthik Rathinavel
 
Smart Meter Reader
Smart Meter ReaderSmart Meter Reader
Smart Meter Readercvs7865
 
Lifetime Power® Wireless Sensor System
Lifetime Power® Wireless Sensor SystemLifetime Power® Wireless Sensor System
Lifetime Power® Wireless Sensor SystemPowercast Sensors
 
Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...
Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...
Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...Mark Benson
 
Low power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringLow power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringEcwaytech
 
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...iosrjce
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring systemSai Kumar
 
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkAnalysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkIRJET Journal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) inventionjournals
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless Systemijceronline
 
Real time lightning-bold distance calculator (IOT)
Real time lightning-bold distance calculator (IOT)Real time lightning-bold distance calculator (IOT)
Real time lightning-bold distance calculator (IOT)Ayan Sinha
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET Journal
 
Wireless Sensor Networks (WSN)
Wireless Sensor Networks (WSN)Wireless Sensor Networks (WSN)
Wireless Sensor Networks (WSN)M.k. Praveen
 

Tendances (19)

Thesis
ThesisThesis
Thesis
 
Development of Compact P-Band Vector Reflectometer
Development of Compact P-Band Vector Reflectometer Development of Compact P-Band Vector Reflectometer
Development of Compact P-Band Vector Reflectometer
 
Transmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light PulsesTransmitting Digital Signal through Light Pulses
Transmitting Digital Signal through Light Pulses
 
Smart Meter Reader
Smart Meter ReaderSmart Meter Reader
Smart Meter Reader
 
Lifetime Power® Wireless Sensor System
Lifetime Power® Wireless Sensor SystemLifetime Power® Wireless Sensor System
Lifetime Power® Wireless Sensor System
 
Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...
Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...
Multi-Core Architectural Decomposition Methods for Low-Power Symmetric and As...
 
Low power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoringLow power wireless sensor network for building monitoring
Low power wireless sensor network for building monitoring
 
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
KURCS: Key Updating for Removing & replacement of Compromised Sensor Nodes fr...
 
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring system
 
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor NetworkAnalysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
Analysis of Electromagnetic Pollution Monitoring using Wireless Sensor Network
 
Economical and efficient technique for a static localized maximum sun lux det...
Economical and efficient technique for a static localized maximum sun lux det...Economical and efficient technique for a static localized maximum sun lux det...
Economical and efficient technique for a static localized maximum sun lux det...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
FIR and IIR system
FIR and IIR systemFIR and IIR system
FIR and IIR system
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
Real time lightning-bold distance calculator (IOT)
Real time lightning-bold distance calculator (IOT)Real time lightning-bold distance calculator (IOT)
Real time lightning-bold distance calculator (IOT)
 
PIR based security system
PIR based security systemPIR based security system
PIR based security system
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller Counter
 
Wireless Sensor Networks (WSN)
Wireless Sensor Networks (WSN)Wireless Sensor Networks (WSN)
Wireless Sensor Networks (WSN)
 

En vedette

Advanced motion controls mc2xzqd
Advanced motion controls mc2xzqdAdvanced motion controls mc2xzqd
Advanced motion controls mc2xzqdElectromate
 
Advanced motion controls 25a8
Advanced motion controls 25a8Advanced motion controls 25a8
Advanced motion controls 25a8Electromate
 
Advanced motion controls dpcanis 100a400
Advanced motion controls dpcanis 100a400Advanced motion controls dpcanis 100a400
Advanced motion controls dpcanis 100a400Electromate
 
Advanced motion controls dprahie 100a400
Advanced motion controls dprahie 100a400Advanced motion controls dprahie 100a400
Advanced motion controls dprahie 100a400Electromate
 
экологически безопасные хладоносители. свойства и применение. 2005
экологически безопасные хладоносители. свойства и применение. 2005экологически безопасные хладоносители. свойства и применение. 2005
экологически безопасные хладоносители. свойства и применение. 2005Andrey Ermolaev
 
Vanshaja Prasad_Godrej Properties
Vanshaja Prasad_Godrej PropertiesVanshaja Prasad_Godrej Properties
Vanshaja Prasad_Godrej PropertiesVanshaja Prasad
 
Advanced motion controls s30a40ac
Advanced motion controls s30a40acAdvanced motion controls s30a40ac
Advanced motion controls s30a40acElectromate
 
Advanced motion controls mc3x510
Advanced motion controls mc3x510Advanced motion controls mc3x510
Advanced motion controls mc3x510Electromate
 
Advanced motion controls mc1xaz01
Advanced motion controls mc1xaz01Advanced motion controls mc1xaz01
Advanced motion controls mc1xaz01Electromate
 
Advanced motion controls àps50a lv-1
Advanced motion controls àps50a lv-1Advanced motion controls àps50a lv-1
Advanced motion controls àps50a lv-1Electromate
 
Advanced motion controls 25a20i
Advanced motion controls 25a20iAdvanced motion controls 25a20i
Advanced motion controls 25a20iElectromate
 
Lintech ball screw_ps062series_specsheet
Lintech ball screw_ps062series_specsheetLintech ball screw_ps062series_specsheet
Lintech ball screw_ps062series_specsheetElectromate
 
Advanced motion controls s30a8
Advanced motion controls s30a8Advanced motion controls s30a8
Advanced motion controls s30a8Electromate
 
Iai 03 rc general_cj0203-2_a_p145-300_rod
Iai 03 rc general_cj0203-2_a_p145-300_rodIai 03 rc general_cj0203-2_a_p145-300_rod
Iai 03 rc general_cj0203-2_a_p145-300_rodElectromate
 
Intergrating New ProductsJune2003
Intergrating New ProductsJune2003Intergrating New ProductsJune2003
Intergrating New ProductsJune2003Mark Hibbard
 

En vedette (15)

Advanced motion controls mc2xzqd
Advanced motion controls mc2xzqdAdvanced motion controls mc2xzqd
Advanced motion controls mc2xzqd
 
Advanced motion controls 25a8
Advanced motion controls 25a8Advanced motion controls 25a8
Advanced motion controls 25a8
 
Advanced motion controls dpcanis 100a400
Advanced motion controls dpcanis 100a400Advanced motion controls dpcanis 100a400
Advanced motion controls dpcanis 100a400
 
Advanced motion controls dprahie 100a400
Advanced motion controls dprahie 100a400Advanced motion controls dprahie 100a400
Advanced motion controls dprahie 100a400
 
экологически безопасные хладоносители. свойства и применение. 2005
экологически безопасные хладоносители. свойства и применение. 2005экологически безопасные хладоносители. свойства и применение. 2005
экологически безопасные хладоносители. свойства и применение. 2005
 
Vanshaja Prasad_Godrej Properties
Vanshaja Prasad_Godrej PropertiesVanshaja Prasad_Godrej Properties
Vanshaja Prasad_Godrej Properties
 
Advanced motion controls s30a40ac
Advanced motion controls s30a40acAdvanced motion controls s30a40ac
Advanced motion controls s30a40ac
 
Advanced motion controls mc3x510
Advanced motion controls mc3x510Advanced motion controls mc3x510
Advanced motion controls mc3x510
 
Advanced motion controls mc1xaz01
Advanced motion controls mc1xaz01Advanced motion controls mc1xaz01
Advanced motion controls mc1xaz01
 
Advanced motion controls àps50a lv-1
Advanced motion controls àps50a lv-1Advanced motion controls àps50a lv-1
Advanced motion controls àps50a lv-1
 
Advanced motion controls 25a20i
Advanced motion controls 25a20iAdvanced motion controls 25a20i
Advanced motion controls 25a20i
 
Lintech ball screw_ps062series_specsheet
Lintech ball screw_ps062series_specsheetLintech ball screw_ps062series_specsheet
Lintech ball screw_ps062series_specsheet
 
Advanced motion controls s30a8
Advanced motion controls s30a8Advanced motion controls s30a8
Advanced motion controls s30a8
 
Iai 03 rc general_cj0203-2_a_p145-300_rod
Iai 03 rc general_cj0203-2_a_p145-300_rodIai 03 rc general_cj0203-2_a_p145-300_rod
Iai 03 rc general_cj0203-2_a_p145-300_rod
 
Intergrating New ProductsJune2003
Intergrating New ProductsJune2003Intergrating New ProductsJune2003
Intergrating New ProductsJune2003
 

Similaire à ENGR543_FinalReport_TungNguyen

Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKRutvik Pensionwar
 
Intelligent Lighting System Using Wireless Sensor Networks
Intelligent Lighting System Using Wireless Sensor Networks Intelligent Lighting System Using Wireless Sensor Networks
Intelligent Lighting System Using Wireless Sensor Networks ijasuc
 
22276455 wireless-geophones
22276455 wireless-geophones22276455 wireless-geophones
22276455 wireless-geophonesshankarshankar48
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkIJTET Journal
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2IAEME Publication
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...IJECEIAES
 
Field trial with a gsmdcs1800 smart antenna base station
Field trial with a gsmdcs1800 smart antenna base station Field trial with a gsmdcs1800 smart antenna base station
Field trial with a gsmdcs1800 smart antenna base station marwaeng
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detectionijeei-iaes
 
Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Ijrdt Journal
 
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Editor IJMTER
 

Similaire à ENGR543_FinalReport_TungNguyen (20)

A04740106
A04740106A04740106
A04740106
 
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORKComplete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
Complete report on DATA ACQUISITION SCHEME IN WIRELESS SENSOR NETWORK
 
2512ijcsea02
2512ijcsea022512ijcsea02
2512ijcsea02
 
Intelligent Lighting System Using Wireless Sensor Networks
Intelligent Lighting System Using Wireless Sensor Networks Intelligent Lighting System Using Wireless Sensor Networks
Intelligent Lighting System Using Wireless Sensor Networks
 
50120140503002
5012014050300250120140503002
50120140503002
 
Application of lasers
Application of lasersApplication of lasers
Application of lasers
 
2015LISAT_pathloss1
2015LISAT_pathloss12015LISAT_pathloss1
2015LISAT_pathloss1
 
22276455 wireless-geophones
22276455 wireless-geophones22276455 wireless-geophones
22276455 wireless-geophones
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
 
Hs3513431348
Hs3513431348Hs3513431348
Hs3513431348
 
50120130406011
5012013040601150120130406011
50120130406011
 
Smart ambulance
Smart ambulanceSmart ambulance
Smart ambulance
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...
 
Field trial with a gsmdcs1800 smart antenna base station
Field trial with a gsmdcs1800 smart antenna base station Field trial with a gsmdcs1800 smart antenna base station
Field trial with a gsmdcs1800 smart antenna base station
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detection
 
Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...
 
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
 

ENGR543_FinalReport_TungNguyen

  • 1. ENGR 543 Fall 2015 Final Project Landslide Monitor BY: Tung Nguyen DATE: 12/15/2015
  • 2. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 2 1. Purpose In recent years, the frequent occurs of landslide disasters, caused great harm to people’s lives and properties. This design includes some wireless sensor monitoring node distributed on the hillside; they construct a wireless data connection network based on wireless communication module. This combines GSM technology and wireless technology. This design can collect depth of the water in the mountain and slope angle of the hillside, and provides the monitoring center with warning information in time, so related departments can take effective measures rapidly to protect peoples and property. We can’t stop the natural causes but we can be alert before they occur. So for alerting people from landslides we use this technique. In this design we have used three sensors of Angle sensor which gives the readings of slope angle if there is any movement in landslide and we have Liquid level sensor it collects the depth of water at the mountains. Temperature sensor gives the changes in the temperature. These all nodes of sensors are connected to the Arduino Nano for collection of data. As the data is collected then GPS gives latitude and longitude and all the readings are given to the radio for transmission.
  • 3. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 3 2. Physical Environment Figure 1: Illustration of the physical environment in my proposed WSN. Figure 2: The illustration of placing sensor columns, the weather station, and the data logger
  • 4. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 4 3. Nodes Figure 3: Illustration of the system connection in my proposed WSN. - There are 6 wireless sensor nodes to measure parameters of the environment for landslide monitoring. For this kind of application, the WSN can be designed as star or tree network models. - I divide the network operation into 2 separate schemes: Scheme for the case of no slide or light slide and Scheme for the case of heavy slide. The separation of these 2 schemes is determined by a threshold Th1 for the slide intensity. This threshold Th1 is set to a specific value dependently on the real local conditions. If the slide intensity is smaller than the threshold, the WSN is configured to work with Scheme 1. If it is larger than the threshold, the WSN configuration is switched to Scheme 2. - For Scheme 1, the topology is tree and the sensor output is sampled with a slow rate FS1. In Scheme 2, the topology is star and the sensor data is sampled with a higher rate FS2. The choice of the tree or star topology is based on the following practical observation. In a tree topology, if the connection on a central linear core is broken due to bad weather or depression land, then a group of sensor columns is lost while some others are still correctly working. In theory, the most disadvantage of the star topology is the hub which represents a single point of failure. It means that if the hub was to fail the entire network would fail as the result of the hub being connected to every sensor column on the network.
  • 5. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 5 - In landslide monitor, the gateway node (i.e., the data logger/the sink node) is placed in the safe location (as illustrated in Figure 3). The switching from tree to star topology in fact to increase the connectivity of the sensor column to the data logger in the condition of bad weather. Figure 4 : The working principle of the my proposed WSN 4. Sensors Accelerometer.
  • 6. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 6 Figure 5: ADXL-335 accelerometer Geophones are commonly used to detect the motion for many years; they have many advantages such as no requirement of electrical power to operate and ability to detect extremely small ground displacements [16]. Recently, due to the strong grow of Micro-Electro-Mechanical-Systems (MEMS) technology, MEMS based sensors offer low cost, small size, and good quality. In this design, ADXL-335 accelerometer is used to measure the tilt, soil movement, and analysis vibration in the ground. ADXL- 335 is small, low power, 3-axis accelerometer with the conditioned voltage output. Bandwidths of this accelerometer can be configured within a range of 0.5 Hz to 1600 Hz for x- and y-axes, and a range of 0.5 Hz to 550 Hz for the z-axes. Soil Moisture Sensor
  • 7. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 7 Figure 6: Soil Moisture Sensor The dielectric permittivity of the soil is a function of the water content. Thus, the soil moisture sensor can use the resistance changing to measure the water content of soil. By inserting the rugged sensor into the soil, the volumetric water content of the soil is acquired. Temperature Sensor Figure 7: Temperature Sensor LM35 The temperature sensor is used to measure changes in environment’s temperature. The physical properties of soil and water change with temperature. Thus, the LM35 is integrated to the sensor column to measure the temperature of environment (see Figure 4). The LM35 is a high precision integrate-circuit temperature sensor, whose output voltage is linearly proportional to the temperature. The LM35 does not require any external calibration or trimming. It provides typical accuracies of ±1/4°C at room temperature and ±3/4°C over a full −55°C to +150°C temperature range. The Global Positioning System (GPS) The Global Positioning System (GPS) is a worldwide radio-navigation system. This module is used to show the accurate location of the landslide detection device placed, so as to know at which place the landslide occurs. This GPS module is installed in transmitter section and if any disturbance occurs in sensors attached then processor automatically send the information of location of module to receiver side this helps us to locate the hazardous areas. This GPS module calculates its position by measuring its distance from itself and other satellites and obtains the location in latitude and longitude. As in hill stations we don’t know where the landslide occurs accurately we use this GPS to know location accurately so that we can alert people at that area and save them. Arduino Nano
  • 8. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 8 Figure 8: Arduino Nano The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328 (Arduino Nano 3.x) or ATmega168 (Arduino Nano 2.x). It has more or less the same functionality of the Arduino Duemilanove, but in a different package. It lacks only a DC power jack, and works with a Mini-B USB cable instead of a standard one. Wireless Communication: Figure 9 : Wireless communication module nRF24L01+ XBee is a wireless RF module using the wireless communication standard 802.15.4. It has longer range than Bluetooth but lower power consumption than WiFi (802.11). It has a 250 kbps radio frequency (RF) data rate and operates at 2.4 GHz [21, 22]. The XBee modules support the sleep modes for extending battery life.
  • 9. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 9 Figure 10: Block diagram of a sensor column
  • 10. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 10 Figure 11 : Flowchart of the sensor node of the proposed design
  • 11. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 11 Figure 12 : Flowchart of the gateway node of the proposed design 3 sensors * 1 byte/sample = 3 bytes/sample => 3 bytes/sample * 8 bits/byte = 24 bits/sample Each node will sample each 8 bit sensor every 10 minutes or at 1/(10*60)Hz = 1.63mHz. The maximum analog read rate is 10,000 times per second for an Arduino Uno. The Arduino board contains a 6 channel (8 channels on the Mini and Nano, 16 on the Mega), 10-bit analog to digital converter. This means that it will map input voltages between 0 and 5 volts into integer values between 0 and 1023. Signal to Noise and Distortion (SINAD) = 57.7 dB => ENOB = (SINAD-1.76)/6.02 = 9.29 Bits
  • 12. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 12 5. RF Propagation f=2.465Ghz, Pd= -100 dBm, P0 = -6dB , n = 3.3 d =10( 1 10∗3.3 (−6−(−100)−10∗3.3∗log(2465)+30∗3.3−32.44𝑑𝐵𝑚)) =29.76m Only the data logger is fed by electrical wire. All sensor columns are fed from the battery. Thus, the power plan should be designed carefully to maximize the lifetime of the system. For the hardware XBee there are only five options for the transmitter: 10, 12, 16, 16, and 18 dB, respectively. The received sensitivity (RS) is −100 dBm, the system operating margin is 99.9%, the gain of transmitter and receiver antenna and are equal to 6 dBi, and the frequency range is from 2.405 GHz to 2.465 GHz. The transmitter output power can be calculated using the following equation : PTX =PRX – GTX – GRX + FSL where PRX is the received power (dBm), PTX is the transmitter output power (dBm), GTX is the transmitter antenna gain (dBi), GRX is the receiver antenna gain (dBi), and FSL is the free space loss (dB). The other losses from coax, connectors, and so forth are very small and then can be neglected in this work. Table 1.1 : Link Budget Output power level (dBm) The free space loss (dB) Consumption Power (mW) Transmistting distance (from 2.405 GHz to 2.465Ghz) 10 94 10 497 484 12 96 15.85 626 610 14 98 25.12 788 767
  • 13. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 13 16 100 39.81 992 966 18 102 63.1 1249 1216 6. Network Transmission Show the MAC frame for your radio transmitter. What is the maximum payload size in bits or bytes. Measure or Estimate the following network message-related items. A "report" is the collection of all sensor data measured at the same time, that should be forwarded to the central node as soon as possible with minimum delay. 1. Size of the Report, considering all sensor data just measured. Assume a 10% expansion of data due to framing and message packing overhead. 3 sensors * 1 byte/sample = 3 bytes/sample 3 bytes/sample * 8 bits/byte = 24 bits/sample 24 bit/sample * 1.10 = 26.4 bits/sample 26.4 bits/sample * (1/8) bytes/bit = 3.3 bytes/sample 2. Number of MAC frames necessary to transmit all the data in the report 1 Mac frames is necessary because the report is 3.3bytes/sample, then It will fit in one MAC frame. 3. Average transmission interval between reports RF = 250Kbps (12.3 bytes * 8 bits/byte)/(250000 bits/sec) = 393.6 microsecond/frame 4. Data Throughput per link (where a link is the path between any two nodes) a. Throughput = kbits/s (considers entire MAC frame size, headers and payload) - In the ideal case with no loss, the throughput is equal to the transmission rate which can be set to 250kbps of Xbee. Throuhput = linkbandwidth b. Goodput = kbits/s (considers just the data payload, excluding protocol overhead i.e. headers) - Goodput= link_bandwidth * (payload/frame_size) = 250 * (3.3/12.3) =67Kbit/s 5. Latency for a message through the network (typical and worst-case end-to-end; ms/link) (latency is the time delay between message transmission and receipt at final destination) Latency = total_time_to_receive_successfully= tries * (t_frame + t_retransmit) = 3 * (12.3/250 + 2) =6 second 7. Power Consumption Estimate the electrical power consumption needs of your sensor end-nodes, considering their sleep-wake duty cycle, amount of data to be transmitted, and the transmission power.
  • 14. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 14 Give estimates for the energy usage / power consumption of a typical node in your WSN for these phases of operation: Table 1.2 : Power consumption of a sensor column. COMPONENTS CURRENT (MA) VOLTAGE(V) POWER (MW) ARDUINO NANO 15 (active) 0.055 (sleep) 3.3 49.5 (active) 0.18 (sleep) XBEE 3 3.3 10 TEMPERATURE SENSOR 10 3.3 33 ACCELEROMETER SENSOR 0.35 3.3 1.155 SOIL MOISTURE SENSOR 2 3.3 6.6 From this table, the total average power of a sensor column in the active mode is given by 100.255 mW, and the total average power of a sensor column in the sleep mode is calculated as 0.18 mW. The battery for a sensor column is of Lithium type with the capacity of 6600 mAh and the voltage of 3.7 V. The power is 24420 Wh. The maximum working time before the next charging is 24420 mWh/100.255 mW = 243.6 hours (or 10.15 days) if the column sensor is always in active mode. In practice, a lead-acid battery cannot operate at 100% of efficiency for a long duration. Let us assume an efficiency of 75%; the lifetime of a sensor column would be 182.7 hours (or 7.6 days). It is obvious that we should combine both active and sleep modes in order to extend the lifetime of the sensor column. For Scheme 1, after 10 minutes we carry out reading and transferring data each time of 3 seconds. Between these 2 actions, the sensor node switches to sleep mode and consumes much less power. The total of the energy consumption during 3 seconds for reading and transferring data is 0.08 mWh. During sleeping, the energy consumption is 0.18 mW × 10 min = 0.03 mWh. The total number of times sensor nodes reading and transferring data is 24420 mWh/(0.08 mWh + 0.03 mWh) = 222000. The sensor node can live about 222000 times × (10 min + 3 seconds) × 75% = 1162 days (or 3.18 years). For Scheme 2, after every 1 minute, the microcontroller reads and transfers data within 3 seconds. The total of the energy consumption during 3 seconds for reading and transferring
  • 15. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 15 data is 100.255 mW × 3 seconds = 0.08 mWh. During sleeping, energy consumption is 0.18 mW × 1 min = 0.003 mWh. The total of times sensor nodes reading and transferring data is 24420 mWh/(0.08 mWh + 0.003 mWh) = 294216. A sensor node can then live about 294216 times × (1 minute + 3 seconds) × 75% = 161 days (or 0.44 years) 8. Location Estimation At each sensor node of the WSN, several geotechnical sensors would be integrated to form a sensor column. The sensor column will be buried underneath the earth for monitoring various parameters like soil pore water pressure, earth movements, and in situ stresses and strains. Generally, WSNs utilize spatially distributed autonomous sensors to monitor physical or environmental conditions, such as temperature, sound, and pressure. A WSN commonly has three levels of nodes: low level nodes (i.e., sensor columns), cluster heads, and gateway nodes (or sink nodes). The low level nodes work under each cluster head. Their data will then be forwarded to the cluster head. There is no processing step performed in any of the cluster heads. All of the higher level nodes will be receiving the data from the lower nodes and transmitting it to the successive higher level nodes. The cluster heads transmit the data to the sink node. In this design, the sink node is connected to a data logger. Data would be preprocessed at the data logger and then further forwarded to a processing center. 9. Time Synchronization Time synchronization is not needed for this application. The hub which was placed in a safe area should save a timestamp on all data received from nodes. 10. Conclusion This Design Includes some wireless sensor monitoring node distributed on the hillside and construct a wireless data connection network based on wireless communication module. This combines GSM technology and wireless technology. Also, my WSN system consists of sensor nodes that are capable of data acquisition, data storage, data processing, and wireless data transmission. The proposed WSN provides method to collect data on soil pore water pressure, moisture content, vibration of earth, soil movement, and temperature of the environment. The collection of data would be done in real time and transmitted continuously over long distance. However, a flexible switching between star and tree topologies is used to adapt to the weather condition in order to maximize the reliability of the transmission.
  • 16. ENGR 543 Wireless Sensor Networks Final Project Fall 2015 16