Download presentation
Presentation is loading. Please wait.
Published byAmos Stone Modified over 9 years ago
1
Shahin Farshchi, Member, IEEE, Aleksey Pesterev, Paul Nuyujukian, Eric Guenterberg, Istvan Mody, and Jack W. Judy, Senior Member, IEEE, ” Structure of Wireless Sensors Network Based on TinyOS” IEEE TRANSACTIONS ON NEURAL SYSTEMS AND REHABILITATION ENGINEERING, VOL. 18, NO. 2, APRIL 2010 Presenter: Shao-Kai Liao Adviser: Tsung-Fu Chien Date: 12.7.2011 12/7/20111
2
Outline Introduction Purpose Methods & Materials Conclusions 12/7/20112
3
Introduction Structure of Wireless Sensor Network (WSN) MEMS (Micro Electro Mechanical Systems) Embedded system Wireless communication Distributed processing Sensor technology 微機電系統 ( Micro Electro Mechanical Systems , MEMS) 無線感測器網絡 ( Wireless Sensor Network , WSN ) 12/7/20113
4
Introduction Application of Wireless Sensor Network High application values in domains of military, medical, industrial, agriculture and environmental monitoring. Development and application profound influence will be generated to every domain of human-being. 12/7/20114
5
Purpose Advantages of Telosb node Low cost. Low power consumption. Small size. The structure of wireless sensor network directly affects system performance. 12/7/20115
6
Methods & Materials Architecture Hardware ○ Self-organizing and multi-hop network. ○ A large numbers of sensor nodes. ○ Monitor the information comprehensively and in time. 12/7/20116
7
Specifcation of Crossbow’s TelosB mote IEEE 802.15.4 compliant 250 kbps, high data rate radio TI MSP430 microcontroller with 10kB RAM Integrated onboard antenna Data collection and programming via USB interface Open-source operating system Methods & Materials 12/7/20117
8
Methods & Materials Telosb Two major goals: ○ Easy to use ○ Minimal power consumption(sleep quickly) 12/7/20118
9
Methods & Materials The composition of the node Sensor module Processor module Radio module Energy supply module 12/7/20119
10
Methods & Materials Distributed nodes 12/7/201110
11
Methods & Materials The characteristics of node Since wireless sensor nodes are used to monitor. The node cost and energy supplies seem worthy of consideration. The transmission distance and the number of nodes must be balance. 12/7/201111
12
Methods & Materials Architecture Software ○ Sleep and wakeup modes. ○ Concurrent tasks. ○ Programming interface and platforms. 12/7/201112
13
Methods & Materials TinyOS A open-source lightweight operating system. Specifically designed for low-power wireless sensors. Implemented by NesC 12/7/201113
14
Methods & Materials 12/7/201114 Data Memory Model STATIC memory allocation! ○ No function pointers Global variables ○ Available on a per-frame basis Local variables ○ Saved on the stack
15
Methods & Materials NesC C dialect with features to reduce RAM and code size. Programmers can define new components using a C - like syntax. 12/7/201115
16
Methods & Materials Interfaces Two kinds of functions: ○ Commands ○ Events Users can call commands. Providers can signal events. 12/7/201116
17
Methods & Materials Components Two types of components in nesC : ○ Modules ○ Configurations. A NesC application consists of one or more components assembled, or wired, to form an application executable. 12/7/201117
18
Methods & Materials Execution Model Interrupting tasks at any time. A task posted are executed later. A task a lightweight deferred procedure call. 12/7/201118
19
Conclusions Analyzing wireless sensor node telosb and the operating system TinyOS. TinyOS is specifically designed for low-power wireless sensors The telosb node with low cost, low power consumption and small size, 12/7/201119
20
Thank You For Your Attention 12/7/201120
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.