Wireless Sensor Networks
Wireless Sensor Networks
CSC 687
Jerry Yoakum
Outline
Overview
Environment Monitoring
Medical application
Data-dissemination schemes
Final Remarks
Overview
A Wireless
Overview (Cont.)
Wireless Sensor Node: Components
Overview (Cont.)
Characteristics of Wireless Sensor Networks
Overview (Cont.)
Ad Hoc Wireless Networks
Large number of self-organizing static or mobile
nodes that are possibly randomly deployed
Near(est)-neighbor communication
Wireless connections
Overview (Cont.)
Distinguishing Features
WSNs are ad hoc networks (wireless nodes that self-organize into
an infrastructureless network).
BUT, in contrast to other ad hoc networks:
Sensing and data processing are essential
WSNs have many more nodes and are more densely deployed
Hardware must be cheap; nodes are more prone to failures
WSNs operate under very strict energy constraints
WSN nodes are typically static
The communication scheme is many-to-one (data collected at a
base station) rather than peer-to-peer
Overview (Cont.)
Lifetime
Nodes are battery-powered
Nobody is going to change the batteries. So, each operation
brings the node closer to death.
"Lifetime is crucial!
To save energy:
Sleep as much as possible.
Acquire data only if indispensable.
Use data fusion and compression.
Transmit and receive only if necessary. Receiving is just as
costly as sending.
Overview (Cont.)
Scalability and Reliability
WSNs should
self-configure and be robust to topology changes (e.g., death of
a node)
maintain connectivity: can the Base Station reach all nodes?
ensure coverage: are we able to observe all phenomena of
interest?
Maintenance
Reprogramming is the only practical kind of maintenance.
It is highly desirable to reprogram wirelessly.
Overview (Cont.)
Data Collection
Centralized data collection puts extra burden on nodes close to
the base station. Clever routing can alleviate that problem
Clustering: data from groups of nodes are fused before being
transmitted, so that fewer transmissions are needed
Often getting measurements from a particular area is more
important than getting data from each node
Security and authenticity should be guaranteed. However, the
CPUs on the sensing nodes cannot handle fancy encryption
schemes.
Overview (Cont.)
Power Supply
AA batteries power the vast majority of existing platforms. They
dominate the node size.
Alkaline batteries offer a high energy density at a cheap price.
The discharge curve is far from flat, though.
Lithium coin cells are more compact and boast a flat discharge
curve.
Rechargeable batteries: Who does the recharging?
Solar cells are an option for some applications.
Fuel cells may be an alternative in the future.
Energy scavenging techniques are a hot research topic
(mechanical, thermodynamical, electromagnetic).
Overview (Cont.)
Radio
Commercially-available chips
Available bands: 433 and 916MHz, 2.4GHz ISM bands
Typical transmit power: 0dBm.
Power control
Sensitivity: as low as -110dBm
Narrowband (FSK) or Spread Spectrum communication. DSSS (e.g., ZigBee) or FH-SS (e.g., Bluetooth)
Relatively low rates (<100 kbps) save power.
Overview (Cont.)
CPU
The Microcontroller Unit (MCU) is the primary choice for
in-node processing.
Power consumption is the key metric in MCU selection.
The MCU should be able to sleep whenever possible,
like the radio.
Memory requirements depend on the application
ATmega128L and MSP430
are popular choices
Overview (Cont.)
Sensors
The power efficiency of the sensors is also
crucial, as well as their duty cycle.
MEMS techniques allow miniaturization.
Overview (Cont.)
Applications of Wireless Sensor Networks
Medical application
Vital sign monitoring
Accident recognition
Monitoring the elderly
Intel
Data-dissemination Schemes
Conventional Methods
Multi-hop Scheme
Clustering Hierarchy
Contention-based schemes
Divide the TDMA structure into control slot and data slot.
Hard to maintain the cluster when there are mobile nodes.
(SMAC)
Drawback
Final Remarks
Can
Do