Chapter-5-Ver1
Chapter-5-Ver1
Chapter 5
SENSOR
And
WIRELESS SENSOR NETWORK
Introduction
1
18-Feb-20
2
18-Feb-20
3
18-Feb-20
Sensor Node
Basic unit in sensor network
Contains on-board sensors,
processor, memory,
transceiver, and power
supply
4
18-Feb-20
Sensing Elements
Sensors: capture a signal corresponding to a physical phenomenon
(process, system, plant)
Signal conditioning prepare captured signals for
further use (amplification, attenuation, filtering of unwanted
frequencies, etc.)
Analog-to-digital conversion (ADC) translates analog signal into
digital signal
Model to translate raw value to measurable unit
Processing Elements
Traditionally: 16-bit archs
Moving towards higher
computational capacity
(32 bit – ARM technologies)
When programming a sensor
node →
programming its μProcessor to:
access the peripheral devices
(transceiver, leds, sensors etc)
handle, store, modify the
acquired information
Direct programming on the
microprocessor (low level C /
Assembly) OR using Real-time
Operating Systems
5
18-Feb-20
Transceivers
Conventional: low-level PHY functionalities:
frequency and channels, spectrum handling,
modulation, bit rate. Advanced network
functionalities and processing are
implemented on software (i.e.
microprocessor)
Current Trend: System-on-Chip -> allows
implementation of a sophisticated protocol
stack on the chip (dedicated microprocessor
& memory)
Either way: it is the element with the highest
power consumption
Radio Duty Cycling: putting transceiver to
different states:
Transmit / Receive
Idle: ready to receive
Sleep: significant parts of the chip are switched off
6
18-Feb-20
Sensors
Sensors
7
18-Feb-20
Sensor Nodes
8
18-Feb-20
Sensor Nodes
9
18-Feb-20
Sensors (contd.)
The overall architecture of a sensor
node consists of:
The sensor node processing subsystem
running on sensor node main CPU
The sensor subsystem and
The communication subsystem
The processor and radio board
includes:
TI MSP430 microcontroller with 10kB RAM
16-bit RISC with 48K Program Flash
IEEE 802.15.4 compliant radio at 250 Mbps
1MB external data flash
Runs TinyOS 1.1.10 or higher
Two AA batteries or USB
1.8 mA (active); 5.1uA (sleep)
10
18-Feb-20
Sensor Networks
A sensor network (SN) is consisted of multiple interconnected
sensors.
A wireless sensor network (WSN) consists of spatially distributed
autonomous sensors (called sensor nodes) to cooperatively monitor
physical or environmental conditions → Sensors + Wireless Networks
11
18-Feb-20
WSN Applications
“Smart” Environments
Precision Agriculture
Manufacturing/Industrial processes
Inventory (RFID)
Process Control
Smart Grid
Medical Applications
Hospital/Clinic settings
Retirement/Assisted Living settings
12
18-Feb-20
Environment Monitoring
Great Duck Island
150 sensing nodes deployed throughout the
island relay data temperature, pressure, and
humidity to a central device.
Data was made available on the Internet through
a satellite link.
13
18-Feb-20
14
18-Feb-20
15
18-Feb-20
16
18-Feb-20
WSN Communication
Characteristics of typical WSN:
Low data rates (comparable to dial-up modems)
Energy-constrained sensors
IEEE 802.11 family of standards
Most widely used WLAN protocols for wireless
communications in general
Can be found in early sensor networks or sensors networks
without stringent energy constraints
IEEE 802.15.4 is an example for a protocol that has
been designed specifically for short-range
communications in WSNs
Low data rates
Low power consumption
Widely used in academic and commercial WSN solutions
17
18-Feb-20
18
18-Feb-20
Ad-hoc deployment
many sensor networks are deployed “without design”
sensors dropped from airplanes (battlefield assessment)
sensors placed wherever currently needed (tracking patients
in disaster zone)
moving sensors (robot teams exploring unknown terrain)
sensor node must have some or all of the following
abilities
determine its location
determine identity of neighboring nodes
configure node parameters
discover route(s) to base station
initiate sensing responsibility
19
18-Feb-20
Unattended operation
Once deployed, WSN must operate without human intervention
Device adapts to changes in topology, density, and traffic load
Device adapts in response to failures
Other terminology
Self-organization is the ability to adapt configuration
parameters based on system and environmental state
Self-optimization is the ability to monitor and optimize the use
of the limited system resources
Self-protection is the ability recognize and protect from
intrusions and attacks
Self-healing is the ability to discover, identify, and react to
network disruptions
20
18-Feb-20
WSN Characteristics
21
18-Feb-20
WSN Topologies
22
18-Feb-20
23
18-Feb-20
24
18-Feb-20
25
18-Feb-20
Sensor networks
26
18-Feb-20
Sensor nodes
Sensor nodes
27
18-Feb-20
Wireless communication
28
18-Feb-20
29
18-Feb-20
30
18-Feb-20
Broadcast
Base station transmits to all sensor nodes in WSN.
Multicast
Sensor transmit to a subset of sensors (e.g. cluster head to
cluster nodes)
ConvergeCast
Data is collected from outlying nodes through a direct
spanning tree to the root (BS, cluster head, or data fusion
center).
Local Gossip
Sensor sends message to neighbor sensors.
31
18-Feb-20
Central approach:
Lower the duty cycle by turning the radio off part of the
time.
Duty cycle is the ratio between listen time and the full
listen sleep cycle
Three techniques to reduce the duty cycle:
TDMA
Scheduled contention periods
LPL (Low Power Listening)
32
18-Feb-20
WSN Topologies
33
18-Feb-20
Sensor-MAC (S-MAC)
34
18-Feb-20
Required Mechanism
35
18-Feb-20
Required Mechanisms
Collaboration and in-network processing
In some applications a single sensor node is not able to
handle the given task or provide the requested information.
Instead of sending the information form various source to
an external network/node, the information can be
processed in the network itself.
e.g. data aggregation, summarisation and then propagating the processed data
with reduced size (hence improving energy efficiency by reducing the amount of
data to be transmitted).
Data-centric
Conventional networks often focus on sending data
between two specific nodes each equipped with an
address.
Here what is important is data and the observations and
measurements not the node that provides it
36
18-Feb-20
IoT Hub
37
18-Feb-20
WSN Applications
“Smart” Environments
Precision Agriculture
Manufacturing/Industrial processes
Inventory (RFID)
Process Control
Smart Grid
Medical Applications
Hospital/Clinic settings
Retirement/Assisted Living settings
38
18-Feb-20
39