wisenet network

22
WISENET Wireless Sensor Network SUBMITTED BY: Bhavith D 5 th Sem CS 497IS08003 1

Upload: bhavithd

Post on 12-Jan-2015

3.289 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Wisenet network

WISENETWireless Sensor Network

SUBMITTED BY:Bhavith D

5th Sem CS 497IS08003

1

Page 2: Wisenet network

Overview

• Introduction• Design Goals• Design Methodology• Primary Sub Systems• Block Diagrams• Applications• Conclusion

2

Page 3: Wisenet network

Introduction

• Wireless Sensor Networks

– One of MIT's 10 emerging technologies

– Low-power systems

– New applications: sensing, controls, automation

• WISENET: Wireless Sensor Network

– Office environment monitoring• Temperature, humidity, light

– Quantitively evaluate heating & A/C systems

– Funding & support provided by Honeywell, Int'l.

3

Page 4: Wisenet network

Design Goals• Use of Commercial-Off-The-Shelf (COTS)

software & standard interfaces where applicable

– Apache web-server (HTTP)

– MySQL database

– PHP web programming language

• Simple, web-based user interface

• Battery-powered, wireless sensor nodes: 'motes'

• Low-power consumption = Long battery life

• Motes create self-organizing ('ad-hoc') networks for robust communications

4

Page 5: Wisenet network

Design Methodology

• Top-Down Design Process

– Define major subsystems

– Define subsystem interfaces

• Primary Subsystems:

– Client• Standard Web browser via

Internet– Server– Wireless mote network

5

Page 6: Wisenet network

System Block Diagram

6

Page 7: Wisenet network

Subsystem – Server

7

Page 8: Wisenet network

WiseDB

• Written in C++

– Utilizes open-source APIs• Application Programming

Interfaces (API)• MySQL++ database API• Serial API

• Relays information from mote network to database

• Sends commands to mote network

8

Page 9: Wisenet network

Web Program

– Written in PHP4

– Utilizes Charting Software: ChartDirector v3.0

– Generates 3 Graphs (default)

– Passes Parameters via HTTP GET

• Use bookmarks for specific queries

– Retrieves Data for Specific Mote or All Motes

9

Page 10: Wisenet network

Web Program

• Data Retrieval Form:

10

Page 11: Wisenet network

Web Program• Generated Graphs:

11

Page 12: Wisenet network

System Block Diagram

12

Page 13: Wisenet network

Block Diagram – Client

13

Page 14: Wisenet network

Block Diagram – Server

14

Page 15: Wisenet network

Block Diagram – Server

15

Page 16: Wisenet network

Block Diagram– Sensor Network

16

Page 17: Wisenet network

Block Diagram – Mote

17

Page 18: Wisenet network

TinyOS

• Real-time operating system for microcontrollers

• Open-source project at UC Berkeley

• Key Features:

– Developed for sensing applications– Emphasis on low-power: Idle & sleep modes– Highly modular architecture– Efficient utilization of resources

• Currently developed for Atmega microcontrollers

18

Page 19: Wisenet network

Applications– Lab / Office Monitoring

– Habitat Monitoring

– Security Applications

– Extreme Weather Surveillance

– Potential Biomedical Applications

– Military Reconnaissance

19

Page 20: Wisenet network

Conclusion– WISNET is smaller and faster– Emerging technology that will

change the world– Many real-world applications– Low-power– Open-source software– Modular mote application design

(TinyOS)– Flexible server implementation– Simple user interface via the web

20

Page 21: Wisenet network

Reference• www.google.com• www.wisenet.com• www.wikkipedia.com• www.pdf.com

21

Page 22: Wisenet network

THANK YOU

22