SlideShare a Scribd company logo
Introduction to
Wireless Sensor Networks
Disclaimer:
a.Information included in this slides came from multiple sources. We have
tried our best to cite the sources. Please refer to the Table of References
slide (#2) to learn about the sources, when applicable.
b.The slides should be used only for academic purposes (e.g., in teaching a
class), and should not be used for commercial purposes.
1 Introduction to Wireless Sensor Networks
Introduction to Wireless Sensor Networks2
Slides Source
6 www.cse.fau.edu/~jie/teaching/fall_2004_files/sensorslides1.ppt
19-23 http://web2.uwindsor.ca/courses/cs/aggarwal/cs60520/SeminarMaterial
/WSN-future.ppt
7-13 http://web.cecs.pdx.edu/~nbulusu/talks/grace-hopper.ppt
17-18,29-33 http://galaxy.cs.lamar.edu/~bsun/wsn/wsn.html
15-16 www.dsc.ufcg.edu.br/~maspohn/katia/introduction.ppt
24 http://computer.howstuffworks.com/mote1.htm
32-33 http://www.polastre.com/papers/polastre-thesis-final.pdf
Table of References
Agenda
 Introduction
 Differences with ad hoc networks
 Applications
 Characteristics
 Challenges
 Future
 Motes
 Hardware Setup Overview
3 Introduction to Wireless Sensor Networks
Introduction
 Wireless Sensor Networks are networks
that consists of sensors which are
distributed in an ad hoc manner.
 These sensors work with each other to
sense some physical phenomenon and
then the information gathered is
processed to get relevant results.
 Wireless sensor networks consists of
protocols and algorithms with self-
organizing capabilities.
4 Introduction to Wireless Sensor Networks
Example of WSN
5 Introduction to Wireless Sensor Networks
Ref:http://esd.sci.univr.it/images/wsn-example.png
Comparison with ad hoc
networks
Wireless sensor networks mainly use
broadcast communication while ad hoc
networks use point-to-point communication.
Unlike ad hoc networks wireless sensor
networks are limited by sensors limited
power, energy and computational capability.
Sensor nodes may not have global ID
because of the large amount of overhead
and large number of sensors.
6 Introduction to Wireless Sensor Networks
Applications of Wireless
Sensor networks
The applications can be divided in three
categories:
1. Monitoring of objects.
2. Monitoring of an area.
3. Monitoring of both area and objects.
* Classification due to Culler, Estrin,
Srivastava
7 Introduction to Wireless Sensor Networks
Monitoring Area
 Environmental and Habitat Monitoring
 Precision Agriculture
 Indoor Climate Control
 Military Surveillance
 Treaty Verification
 Intelligent Alarms
8 Introduction to Wireless Sensor Networks
Example: Precision
Agriculture
• Precision agriculture aims
at making cultural
operations more efficient,
while reducing
environmental impact.
• The information collected
from sensors is used to
evaluate optimum sowing
density, estimate fertilizers
and other inputs needs, and
to more accurately predict
crop yields.9 Introduction to Wireless Sensor Networks
Monitoring Objects
 Structural Monitoring
 Eco-physiology
 Condition-based Maintenance
 Medical Diagnostics
 Urban terrain mapping
10 Introduction to Wireless Sensor Networks
Example: Condition-based
Maintenance
 Intel fabrication plants
Sensors collect vibration data, monitor
wear and tear; report data in real-time
Reduces need for a team of engineers;
cutting costs by several orders of
magnitude
11 Introduction to Wireless Sensor Networks
Monitoring Interactions between
Objects and Space
 Wildlife Habitats
 Disaster Management
 Emergency Response
 Ubiquitous Computing
 Asset Tracking
 Health Care
 Manufacturing Process Flows
12 Introduction to Wireless Sensor Networks
Example: Habitat
Monitoring
 The ZebraNet Project
Collar-mounted sensors monitor zebra
movement in Kenya
Source: Margaret Martonosi, Princeton University
13 Introduction to Wireless Sensor Networks
Characteristics of
Wireless Sensor Networks
 Wireless Sensor Networks mainly consists of
sensors. Sensors are -
 low power
 limited memory
 energy constrained due to their small size.
 Wireless networks can also be deployed in
extreme environmental conditions and may
be prone to enemy attacks.
 Although deployed in an ad hoc manner they
need to be self organized and self healing and
can face constant reconfiguration.
14 Introduction to Wireless Sensor Networks
Design Challenges
 Heterogeneity
 The devices deployed maybe of various types
and need to collaborate with each other.
 Distributed Processing
 The algorithms need to be centralized as the
processing is carried out on different nodes.
 Low Bandwidth Communication
 The data should be transferred efficiently
between sensors
15 Introduction to Wireless Sensor Networks
Continued..
 Large Scale Coordination
 The sensors need to coordinate with each other
to produce required results.
 Utilization of Sensors
 The sensors should be utilized in a ways that
produce the maximum performance and use
less energy.
 Real Time Computation
 The computation should be done quickly as
new data is always being generated.
16 Introduction to Wireless Sensor Networks
Operational Challenges of
Wireless Sensor Networks
 Energy Efficiency
 Limited storage and computation
 Low bandwidth and high error rates
 Errors are common
 Wireless communication
 Noisy measurements
 Node failure are expected
 Scalability to a large number of sensor nodes
 Survivability in harsh environments
 Experiments are time- and space-intensive
17 Introduction to Wireless Sensor Networks
Enabling Technologies
Embedded
Networked
Sensing
Control system w/
Small form factor
Untethered nodes
Exploit
collaborative
Sensing, action
Tightly coupled to physical world
Embed numerous distributed
devices to monitor and interact
with physical world
Network devices to coordinate
and perform higher-level tasks
Exploit spatially and temporally dense, in situ, sensing and actuation
18 Introduction to Wireless Sensor Networks
Future of WSN
Smart Home / Smart Office
 Sensors controlling
appliances and
electrical devices in
the house.
 Better lighting and
heating in office
buildings.
 The Pentagon
building has used
sensors extensively.
19 Introduction to Wireless Sensor Networks
Biomedical / Medical
 Health Monitors
 Glucose
 Heart rate
 Cancer detection
 Chronic Diseases
 Artificial retina
 Cochlear implants
 Hospital Sensors
 Monitor vital signs
 Record anomalies20 Introduction to Wireless Sensor Networks
Military
Remote deployment of
sensors for tactical monitoring
of enemy troop movements.
21 Introduction to Wireless Sensor Networks
Industrial & Commercial
 Numerous industrial and commercial
applications:
 Agricultural Crop Conditions
 Inventory Tracking
 In-Process Parts Tracking
 Automated Problem Reporting
 RFID – Theft Deterrent and Customer Tracing
 Plant Equipment Maintenance Monitoring
22 Introduction to Wireless Sensor Networks
Traffic Management &
Monitoring
 Future cars could use
wireless sensors to:
 Handle Accidents
 Handle Thefts
Sensors embedded
in the roads to:
–Monitor traffic flows
–Provide real-time
route updates23 Introduction to Wireless Sensor Networks
What are motes?
Motes mainly consist of three parts:-
 Mote basically consists of a low cost and
power computer.
 The computer monitors one or more
sensors. Sensors may be for temperature,
light, sound, position, acceleration,
vibration, stress, weight, pressure,
humidity, etc.
 The computer connects to the outside
world with a radio link.
24 Introduction to Wireless Sensor Networks
Mica 2 Motes
 These motes sold by Crossbow
were originally developed at the
University of California Berkeley.
 The MICA2 motes are based on the
ATmega128L AVR microprocessor.
The motes run using TinyOS as
the operating system.
 Mica2 mote is one of the most
popular and commercially
available sensors which are
marketed by CrossBow
technologies.
MICA 2 MOTE
Ref:http://www.xbow.com/Products/Produc
t_pdf_files/Wireless_pdf/MICA2_Datashee
t.pdf
25 Introduction to Wireless Sensor Networks
Telosb Motes
 Telosb motes have USB programming
capability
 An IEEE 802.15.4 compliant, high data rate
radio with integrated antenna, a low-power
MCU
 There are also equipped with extended
memory and an optional sensor suite
26 Introduction to Wireless Sensor Networks
TELOSB MOTE
Introduction to Wireless Sensor Networks27
Ref:http://www.eecs.berkeley.edu/~culler/eecs194/labs/lab1/telosb.JPG
One Example Sensor Board -
MTS310
28 Introduction to Wireless Sensor Networks
One More Example of Sensor Board
- MTS400/420
 Besides the functions of MTS 300, it mainly adds
GPS functionality
 Further Reading
http://firebug.sourceforge.net/gps_tests.htm
29 Introduction to Wireless Sensor Networks
Hardware Setup Overview
30 Introduction to Wireless Sensor Networks
Programming Board (MIB520)
31 Introduction to Wireless Sensor Networks
One Proposed WSN Functional
Layer Decomposition
 Ref: Fig. 1.1 of J. Polastre Dissertation
32 Introduction to Wireless Sensor Networks
Architecture to Build WSN
Applications
 Ref: Fig. 2.1 of J. Polastre Dissertation
33 Introduction to Wireless Sensor Networks
References
1. Eschenauer, L., and V. Gligor, “A Key-Management Scheme for Distributed Sensor
Networks,” Proceedings of ACM Conference on Computer and Communications
Security (ACM CCS), Washington DC, pp. 41-47, 2002
2. http://www.xbow.com/products/Product_pdf_files/Wireless_pdf/MICA2_Datasheet.
pdf
3. http://www.ece.osu.edu/~bibyk/ee582/telosMote.pdf
4. http://en.wikipedia.org/wiki/Wireless_Sensor_Networks
5. http://arri.uta.edu/acs/networks/WirelessSensorNetChap04.pdf
6. http://www.eecs.harvard.edu/~mdw/course/cs263/papers/jhill-thesis.pdf
7. http://www.polastre.com/papers/polastre-thesis-final.pdf
8. www.cse.fau.edu/~jie/teaching/fall_2004_files/sensorslides1.ppt
9. http://web2.uwindsor.ca/courses/cs/aggarwal/cs60520/SeminarMaterial/WSN-
future.ppt
10. http://web.cecs.pdx.edu/~nbulusu/talks/grace-hopper.ppt
11. http://galaxy.cs.lamar.edu/~bsun/wsn/wsn.html
12. www.dsc.ufcg.edu.br/~maspohn/katia/introduction.ppt
13. http://computer.howstuffworks.com/mote1.htm
34 Introduction to Wireless Sensor Networks

More Related Content

PPTX
introduction to wireless sensor network
PPTX
Wireless sensor networks
PPT
wirelss sensor network
PPTX
Wireless sensor network
PPT
Wireless sensor network and its application
PPT
Wireless sensor network
PPTX
Wireless sensor network (WSN)
DOCX
wireless sensor network
introduction to wireless sensor network
Wireless sensor networks
wirelss sensor network
Wireless sensor network
Wireless sensor network and its application
Wireless sensor network
Wireless sensor network (WSN)
wireless sensor network

What's hot (20)

PPTX
Wireless sensor networks (Yogesh Chandra Fulara)
PPTX
wireless sensor network ppt
PPT
Elec6076 wireless sensor networks
PPTX
WIRELESS SENSOR NETWORK
PPT
Sensor networks
PPTX
Wireless sensor network
PDF
seminar report on wireless Sensor network
PPT
WIRELESS SENSOR NETWORKS
PPT
Wireless Sensor Network
PDF
Intro to wireless sensor network
PPTX
Wireless Sensor Networks
PDF
Wireless sensor network applications environment monitoring
PPTX
Wireless sensor networks
PPTX
Wireless Sensor Networks
PPT
PPT
Sensor networks a survey
PPTX
Wsn unit-1-ppt
PPT
paper presentation _ survey of wireless sensor netwrok
PPTX
Wireless Sensor Network with Mobile Integration
Wireless sensor networks (Yogesh Chandra Fulara)
wireless sensor network ppt
Elec6076 wireless sensor networks
WIRELESS SENSOR NETWORK
Sensor networks
Wireless sensor network
seminar report on wireless Sensor network
WIRELESS SENSOR NETWORKS
Wireless Sensor Network
Intro to wireless sensor network
Wireless Sensor Networks
Wireless sensor network applications environment monitoring
Wireless sensor networks
Wireless Sensor Networks
Sensor networks a survey
Wsn unit-1-ppt
paper presentation _ survey of wireless sensor netwrok
Wireless Sensor Network with Mobile Integration
Ad

Viewers also liked (15)

PPTX
Tssg - Driving sustainable food production with Precision Agriculture
PPTX
MARKET LED AGRICULTURE
PDF
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
PPTX
Precision Agriculture and ICT in The Netherlands
PDF
Precision agriculture
PPTX
Wireless Sensor Networks ppt
PPT
Implementing E-Agriculture in India from 2010-2020.
PPT
Thesis Slides
PPT
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
PPTX
IoT in Agriculture
PPTX
Network security
PPT
Precision agriculture in relation to nutrient management by Dr. Tarik Mitran
PPTX
Basics of Wireless sensor networks
PPTX
wireless sensor network my seminar ppt
PPT
Wireless Sensor Networks
Tssg - Driving sustainable food production with Precision Agriculture
MARKET LED AGRICULTURE
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture and ICT in The Netherlands
Precision agriculture
Wireless Sensor Networks ppt
Implementing E-Agriculture in India from 2010-2020.
Thesis Slides
Wireless Sensor Network based Crop Field Monitoring for Marginal Farming: Per...
IoT in Agriculture
Network security
Precision agriculture in relation to nutrient management by Dr. Tarik Mitran
Basics of Wireless sensor networks
wireless sensor network my seminar ppt
Wireless Sensor Networks
Ad

Similar to Intro to wsn (20)

PPT
WSN ppt.ppt wefwf wefewfw wefef wefw wef
PDF
Wireless Sensor NetworkWSNWSNWSNWSN-PPT.pdf
PDF
Wireless Sensor Networkkkkkkkkkk-PPT.pdf
PPTX
lecture_8-wsn.pptx
PPTX
Introduction_wsn.pptx
PDF
[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
PDF
Wireless Sensor Networks UNIT-1
PPT
gcettb presentation on sensor network
PPT
Wireless senson Network WSN Chapter-1.ppt
PPTX
Ubiquitous Computing
PPTX
WIRELESS SENSOR NETWORKS fundamentals and basics
PDF
Identifying Security Vulnerabilities Survey
PDF
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
DOCX
WIRELESS SENSOR NETWORKS
PDF
533 450-457
DOCX
PPT
sensor networks unit wise 4 ppt units ppt
PDF
International Journal of Engineering Research and Development (IJERD)
PDF
WSN Based Temperature Monitoring System for Multiple Locations in Industry
PDF
Review Of Energy Harvesting Technologies For Sustainable Wsn
WSN ppt.ppt wefwf wefewfw wefef wefw wef
Wireless Sensor NetworkWSNWSNWSNWSN-PPT.pdf
Wireless Sensor Networkkkkkkkkkk-PPT.pdf
lecture_8-wsn.pptx
Introduction_wsn.pptx
[IJET-V1I3P2] Authors :Monali Madne, Prof.Manjusha Yeola
Wireless Sensor Networks UNIT-1
gcettb presentation on sensor network
Wireless senson Network WSN Chapter-1.ppt
Ubiquitous Computing
WIRELESS SENSOR NETWORKS fundamentals and basics
Identifying Security Vulnerabilities Survey
IRJET-A Brief Study of Leach based Routing Protocol in Wireless Sensor Networks
WIRELESS SENSOR NETWORKS
533 450-457
sensor networks unit wise 4 ppt units ppt
International Journal of Engineering Research and Development (IJERD)
WSN Based Temperature Monitoring System for Multiple Locations in Industry
Review Of Energy Harvesting Technologies For Sustainable Wsn

Recently uploaded (20)

PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
PPT on Performance Review to get promotions
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Digital Logic Computer Design lecture notes
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
Arduino robotics embedded978-1-4302-3184-4.pdf
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
Strings in CPP - Strings in C++ are sequences of characters used to store and...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
CH1 Production IntroductoryConcepts.pptx
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPT on Performance Review to get promotions
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
573137875-Attendance-Management-System-original
CYBER-CRIMES AND SECURITY A guide to understanding
Digital Logic Computer Design lecture notes
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Geodesy 1.pptx...............................................
Internet of Things (IOT) - A guide to understanding
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Mechanical Engineering MATERIALS Selection
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Arduino robotics embedded978-1-4302-3184-4.pdf
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Lecture Notes Electrical Wiring System Components
Lesson 3_Tessellation.pptx finite Mathematics
Strings in CPP - Strings in C++ are sequences of characters used to store and...
Foundation to blockchain - A guide to Blockchain Tech

Intro to wsn

  • 1. Introduction to Wireless Sensor Networks Disclaimer: a.Information included in this slides came from multiple sources. We have tried our best to cite the sources. Please refer to the Table of References slide (#2) to learn about the sources, when applicable. b.The slides should be used only for academic purposes (e.g., in teaching a class), and should not be used for commercial purposes. 1 Introduction to Wireless Sensor Networks
  • 2. Introduction to Wireless Sensor Networks2 Slides Source 6 www.cse.fau.edu/~jie/teaching/fall_2004_files/sensorslides1.ppt 19-23 http://web2.uwindsor.ca/courses/cs/aggarwal/cs60520/SeminarMaterial /WSN-future.ppt 7-13 http://web.cecs.pdx.edu/~nbulusu/talks/grace-hopper.ppt 17-18,29-33 http://galaxy.cs.lamar.edu/~bsun/wsn/wsn.html 15-16 www.dsc.ufcg.edu.br/~maspohn/katia/introduction.ppt 24 http://computer.howstuffworks.com/mote1.htm 32-33 http://www.polastre.com/papers/polastre-thesis-final.pdf Table of References
  • 3. Agenda  Introduction  Differences with ad hoc networks  Applications  Characteristics  Challenges  Future  Motes  Hardware Setup Overview 3 Introduction to Wireless Sensor Networks
  • 4. Introduction  Wireless Sensor Networks are networks that consists of sensors which are distributed in an ad hoc manner.  These sensors work with each other to sense some physical phenomenon and then the information gathered is processed to get relevant results.  Wireless sensor networks consists of protocols and algorithms with self- organizing capabilities. 4 Introduction to Wireless Sensor Networks
  • 5. Example of WSN 5 Introduction to Wireless Sensor Networks Ref:http://esd.sci.univr.it/images/wsn-example.png
  • 6. Comparison with ad hoc networks Wireless sensor networks mainly use broadcast communication while ad hoc networks use point-to-point communication. Unlike ad hoc networks wireless sensor networks are limited by sensors limited power, energy and computational capability. Sensor nodes may not have global ID because of the large amount of overhead and large number of sensors. 6 Introduction to Wireless Sensor Networks
  • 7. Applications of Wireless Sensor networks The applications can be divided in three categories: 1. Monitoring of objects. 2. Monitoring of an area. 3. Monitoring of both area and objects. * Classification due to Culler, Estrin, Srivastava 7 Introduction to Wireless Sensor Networks
  • 8. Monitoring Area  Environmental and Habitat Monitoring  Precision Agriculture  Indoor Climate Control  Military Surveillance  Treaty Verification  Intelligent Alarms 8 Introduction to Wireless Sensor Networks
  • 9. Example: Precision Agriculture • Precision agriculture aims at making cultural operations more efficient, while reducing environmental impact. • The information collected from sensors is used to evaluate optimum sowing density, estimate fertilizers and other inputs needs, and to more accurately predict crop yields.9 Introduction to Wireless Sensor Networks
  • 10. Monitoring Objects  Structural Monitoring  Eco-physiology  Condition-based Maintenance  Medical Diagnostics  Urban terrain mapping 10 Introduction to Wireless Sensor Networks
  • 11. Example: Condition-based Maintenance  Intel fabrication plants Sensors collect vibration data, monitor wear and tear; report data in real-time Reduces need for a team of engineers; cutting costs by several orders of magnitude 11 Introduction to Wireless Sensor Networks
  • 12. Monitoring Interactions between Objects and Space  Wildlife Habitats  Disaster Management  Emergency Response  Ubiquitous Computing  Asset Tracking  Health Care  Manufacturing Process Flows 12 Introduction to Wireless Sensor Networks
  • 13. Example: Habitat Monitoring  The ZebraNet Project Collar-mounted sensors monitor zebra movement in Kenya Source: Margaret Martonosi, Princeton University 13 Introduction to Wireless Sensor Networks
  • 14. Characteristics of Wireless Sensor Networks  Wireless Sensor Networks mainly consists of sensors. Sensors are -  low power  limited memory  energy constrained due to their small size.  Wireless networks can also be deployed in extreme environmental conditions and may be prone to enemy attacks.  Although deployed in an ad hoc manner they need to be self organized and self healing and can face constant reconfiguration. 14 Introduction to Wireless Sensor Networks
  • 15. Design Challenges  Heterogeneity  The devices deployed maybe of various types and need to collaborate with each other.  Distributed Processing  The algorithms need to be centralized as the processing is carried out on different nodes.  Low Bandwidth Communication  The data should be transferred efficiently between sensors 15 Introduction to Wireless Sensor Networks
  • 16. Continued..  Large Scale Coordination  The sensors need to coordinate with each other to produce required results.  Utilization of Sensors  The sensors should be utilized in a ways that produce the maximum performance and use less energy.  Real Time Computation  The computation should be done quickly as new data is always being generated. 16 Introduction to Wireless Sensor Networks
  • 17. Operational Challenges of Wireless Sensor Networks  Energy Efficiency  Limited storage and computation  Low bandwidth and high error rates  Errors are common  Wireless communication  Noisy measurements  Node failure are expected  Scalability to a large number of sensor nodes  Survivability in harsh environments  Experiments are time- and space-intensive 17 Introduction to Wireless Sensor Networks
  • 18. Enabling Technologies Embedded Networked Sensing Control system w/ Small form factor Untethered nodes Exploit collaborative Sensing, action Tightly coupled to physical world Embed numerous distributed devices to monitor and interact with physical world Network devices to coordinate and perform higher-level tasks Exploit spatially and temporally dense, in situ, sensing and actuation 18 Introduction to Wireless Sensor Networks
  • 19. Future of WSN Smart Home / Smart Office  Sensors controlling appliances and electrical devices in the house.  Better lighting and heating in office buildings.  The Pentagon building has used sensors extensively. 19 Introduction to Wireless Sensor Networks
  • 20. Biomedical / Medical  Health Monitors  Glucose  Heart rate  Cancer detection  Chronic Diseases  Artificial retina  Cochlear implants  Hospital Sensors  Monitor vital signs  Record anomalies20 Introduction to Wireless Sensor Networks
  • 21. Military Remote deployment of sensors for tactical monitoring of enemy troop movements. 21 Introduction to Wireless Sensor Networks
  • 22. Industrial & Commercial  Numerous industrial and commercial applications:  Agricultural Crop Conditions  Inventory Tracking  In-Process Parts Tracking  Automated Problem Reporting  RFID – Theft Deterrent and Customer Tracing  Plant Equipment Maintenance Monitoring 22 Introduction to Wireless Sensor Networks
  • 23. Traffic Management & Monitoring  Future cars could use wireless sensors to:  Handle Accidents  Handle Thefts Sensors embedded in the roads to: –Monitor traffic flows –Provide real-time route updates23 Introduction to Wireless Sensor Networks
  • 24. What are motes? Motes mainly consist of three parts:-  Mote basically consists of a low cost and power computer.  The computer monitors one or more sensors. Sensors may be for temperature, light, sound, position, acceleration, vibration, stress, weight, pressure, humidity, etc.  The computer connects to the outside world with a radio link. 24 Introduction to Wireless Sensor Networks
  • 25. Mica 2 Motes  These motes sold by Crossbow were originally developed at the University of California Berkeley.  The MICA2 motes are based on the ATmega128L AVR microprocessor. The motes run using TinyOS as the operating system.  Mica2 mote is one of the most popular and commercially available sensors which are marketed by CrossBow technologies. MICA 2 MOTE Ref:http://www.xbow.com/Products/Produc t_pdf_files/Wireless_pdf/MICA2_Datashee t.pdf 25 Introduction to Wireless Sensor Networks
  • 26. Telosb Motes  Telosb motes have USB programming capability  An IEEE 802.15.4 compliant, high data rate radio with integrated antenna, a low-power MCU  There are also equipped with extended memory and an optional sensor suite 26 Introduction to Wireless Sensor Networks
  • 27. TELOSB MOTE Introduction to Wireless Sensor Networks27 Ref:http://www.eecs.berkeley.edu/~culler/eecs194/labs/lab1/telosb.JPG
  • 28. One Example Sensor Board - MTS310 28 Introduction to Wireless Sensor Networks
  • 29. One More Example of Sensor Board - MTS400/420  Besides the functions of MTS 300, it mainly adds GPS functionality  Further Reading http://firebug.sourceforge.net/gps_tests.htm 29 Introduction to Wireless Sensor Networks
  • 30. Hardware Setup Overview 30 Introduction to Wireless Sensor Networks
  • 31. Programming Board (MIB520) 31 Introduction to Wireless Sensor Networks
  • 32. One Proposed WSN Functional Layer Decomposition  Ref: Fig. 1.1 of J. Polastre Dissertation 32 Introduction to Wireless Sensor Networks
  • 33. Architecture to Build WSN Applications  Ref: Fig. 2.1 of J. Polastre Dissertation 33 Introduction to Wireless Sensor Networks
  • 34. References 1. Eschenauer, L., and V. Gligor, “A Key-Management Scheme for Distributed Sensor Networks,” Proceedings of ACM Conference on Computer and Communications Security (ACM CCS), Washington DC, pp. 41-47, 2002 2. http://www.xbow.com/products/Product_pdf_files/Wireless_pdf/MICA2_Datasheet. pdf 3. http://www.ece.osu.edu/~bibyk/ee582/telosMote.pdf 4. http://en.wikipedia.org/wiki/Wireless_Sensor_Networks 5. http://arri.uta.edu/acs/networks/WirelessSensorNetChap04.pdf 6. http://www.eecs.harvard.edu/~mdw/course/cs263/papers/jhill-thesis.pdf 7. http://www.polastre.com/papers/polastre-thesis-final.pdf 8. www.cse.fau.edu/~jie/teaching/fall_2004_files/sensorslides1.ppt 9. http://web2.uwindsor.ca/courses/cs/aggarwal/cs60520/SeminarMaterial/WSN- future.ppt 10. http://web.cecs.pdx.edu/~nbulusu/talks/grace-hopper.ppt 11. http://galaxy.cs.lamar.edu/~bsun/wsn/wsn.html 12. www.dsc.ufcg.edu.br/~maspohn/katia/introduction.ppt 13. http://computer.howstuffworks.com/mote1.htm 34 Introduction to Wireless Sensor Networks

Editor's Notes

  • #10: Ref-http://www.agrisupportonline.com/phy/index.htm