Unit 2-1
Unit 2-1
Unit 2-1
3
Different from other Wireless Networks
• Tiny size, limited power supply, specific application and other various
constraints make wireless sensor networks different from general
wireless networks.
Challenges for Wireless Sensor Networks
• Characteristic requirements
• Type of service
• Time intervals in region of service have to be concentrated
• Quality of service
• Different services need different requirements ( ex: minimum BW for latency oriented
applications)
• Fault tolerance
• Node failure due to lack of energy or damage (redundant deployment is necessary – i.e.using
more nodes)
• Lifetime
• Limited power supply (Battery)
• Energy efficient way of operation is necessary
Challenges …
• Scalability
• Since large number of nodes ,the protocols and architecture must be able to scale the
number of nodes accordingly
• Wide range of densities
• No. of nodes per unit area varies - network should adapt to variation.
• Programmability
• Nodes – not only to process information but also flexible to the changes in their tasks
• Maintainability
• As WSN is changing ( power , new task, node failure ) the system has to adapt, the
system has to maintain itself to ensure its extended operation.
Challenges …
Required mechanisms
• In some applications, a single sensor is not able to decide whether an event has
happened but several sensors have to collaborate to detect an event and only the
joint data of many sensors provides enough information
• In scenarios where address of the data are less important than the data it provides
Challenges …
• Locality
• to find the accurate position of sensor node
• Exploit trade-offs
• Based on the applications the trade offs will vary ( higher energy : longer
lifetime, large node density : shorter life time)
Enabling Technologies for Wireless Sensor
Networks
• Cost reduction
• For wireless communication , simple microcontrollers , system on chip , sensing ,
batteries
• Miniaturization of Hardware
• Systems on a single chip
• Some application demand small size
• Energy scavenging
• Integrated low power communication modules.
• Recharge batteries from ambient energy ( light , vibration ,etc.)
WSN Application Examples
• Disaster relief applications
• Environment control and biodiversity mapping
• Intelligent buildings
• Facility management
• Machine surveillance and preventive maintenance
• Precision agriculture
• Medicine and health care
• Logistics
• Telematics
Disaster relief applications
• Wildfire detection - firefighters equipped with Personal Digital Assistants
(PDAs)
• The number of plant and animal species that live in a given habitat
(biodiversity mapping)
• The main advantages of WSNs here are the long-term, unattended, wirefree
operation of sensors close to the objects that have to be observed
Intelligent buildings
• Detection of intruders
• They can detect vibration patterns that indicate the need for
maintenance.
• Small number of sensor is sufficient (one sensor per 100 m × 100 m area).
• Livestock breeding can benefit from attaching a sensor to each pig or cow, which
controls the health status of the animal (by checking body temperature, step
counting, or similar means) and raises alarms if given thresholds are exceeded.
Medicine and health care
• Could also interact with the cars to exchange danger warnings about
road conditions or traffic jams ahead.
Single-Node Architecture
The main architecture of sensor node includes :
• Controller module
• Memory module
• Communication module
• Sensors/actuators module
• Power supply module
Controller module
The controller is the core of a wireless sensor node.
It collects data from the sensors, processes this data, decides when and where
to send it, receives data from other sensor nodes, and decides on the
actuator’s behaviour.
At the current stage of WSN technology, however, the bigger flexibility and
simpler usage of microcontrollers makes them the generally preferred
solution.
Controller module
Main options
• MCUs(microcontrollers)
• The processor for general purposes
• Optimized for embedded applications
• Low energy consumption
• DSPs
• Optimized for signal processing applications
• Low cost
• Higher processing speed ( large amount of data )
• Not suitable for sensor nodes
• FPGAs Ex: Microcontrollers
• Suitable for product development and testing 1. Intel Strong ARM-32 bit RISC running at
• Cost is higher than DSPs ( reprogrammable ) 206MHz
• Higher energy ( power) consumption 2. Texas Instruments MSP 430 – 16 bit RISC
• Processing speed lower than ASICs running at 4MHz
• ASICs 3. The Atmel Atmega –
• Only when specific performance is needed 8 bit
• For special purpose
• Not flexible and more costly
Memory module
• The memory module has two major functions
• To store immediate sensor readings , packets from other nodes
• RAM is suitable since it is fast
• Flash memory also serve as immediate storage of data in case RAM is insufficient or when the
power supply of RAM should shut down for some time
Communication module
• Choice of transmission medium
Radio Frequency (RF)-based communication . It fits the requirements of most WSN
applications
• Transceivers
The communication module of sensor node is called “Radio Transceiver”
For actual communication, both a transmitter and a receiver are required in a sensor node. (
combining transmitter and receiver for more convenient purposes is called Transceiver )
The essential task is to convert a bit stream coming from a microcontroller (or a sequence of
bytes or frames) and convert them to form radio waves
A range of low-cost transceivers is commercially available that incorporate all the circuitry
required for transmitting and receiving (i.e) modulation, demodulation, amplifiers, filters,
mixers.
radio wave
Radio
bit
Transceiver
stream
Communication module…
Transceiver tasks and characteristics
Elements :
1.Power amplifier(PA)- accepts upconverted signals
from the baseband part and amplifies them for
transmission over the antenna.
2.Low noise amplifier(LNA)- amplifies incoming signals
up to levels suitable for further processing without
significantly reducing the SNR
3.Local oscillators or Voltage Controlled Oscillators and
mixers - used for frequency conversion from the RF
spectrum to the baseband frequencies.
• Passive, narrow-beam sensors – These sensors are passive as well, but have a well-
defined direction of measurement (electronic compass , gyroscope, infrared sensor )
• Active sensors – These sensors actively probes the environment (radar , ultrasonic)
Difference between sensors and actuators
Power supply module
• There are essentially two aspects:
• First, storing energy and providing power in the required form
• Second, attempting to replenish consumed energy by “scavenging”
• Storing energy: Batteries
• Traditional batteries - The power source of a sensor node is a battery, either
• non rechargeable (“primary batteries”)
• Rechargeable (“secondary batteries”)- if an energy scavenging device is present on the node
Requirements are
• Capacity
• Capacity under load
• Self-discharge
• Efficient recharging
• Relaxation
• Unconventional energy stores - DC–DC Conversion
• Energy scavenging - energy from a node’s environment
Energy Consumption of Sensor Nodes
• Memory
• Radio transceivers
• Energy per reported (unique) event – energy spent to report one event
• Delay/energy trade-offs - “urgent” events - increased energy investment for a speedy reporting of
such events
• They should not fail just because a limited number of nodes run out of
energy, or because their environment changes and severs existing radio
links between two nodes – if possible, these failures have to be
compensated for, for example, by finding other routes.