Top Banner
WISENET (WIRELESS SENSOR NETWORK) Guided by Dr. G.F. Ali Ahammed E &C Dept Presented by Pattan Vaseem Ali Khan BE, E &C Dept
16

wisenet ppt

Dec 26, 2015

Download

Documents

vaseemalikhan

WISENET is a wireless sensor network that monitors the
environmental conditions such as light, temperature, and humidity. This network is comprised of nodes called “motes” that form an ad-hoc network to transmit this data to a computer that function as a server. The server stores the data in a database where it can later be retrieved and analyzed via a web-based interface. The network works successfully with an implementation of one sensor mote.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: wisenet ppt

WISENET(WIRELESS SENSOR NETWORK)

Guided byDr. G.F. Ali Ahammed

E &C Dept

Presented byPattan Vaseem Ali Khan

BE, E &C Dept

Page 2: wisenet ppt

OverviewIntroductionDesign GoalsDesign MethodologySubsystemsApplicationsConclusion

Page 3: wisenet ppt

Introduction

WISENET is a network of low-power consumption.

wireless sensor network that monitors the environmental conditions such as light, temperature, humidity.

Page 4: wisenet ppt

Design GoalsUse of Commercial-Off-The-Shelf (COTS)

software & standard interfaces where applicable

Hypertext Transfer Protocol (HTTP)Structured Query Language (SQL)

Simple, web-based user interface

Battery-powered, wireless sensor nodes: 'motes'

Low-power consumption = Long battery life

Page 5: wisenet ppt

Design Methodology

primary SubsystemsData Analysis Data Acquisition

System ComponentsClientServerSensor mote network

Page 6: wisenet ppt

System Block Diagram

Page 7: wisenet ppt

Sub system-Client The Client component is any computer

with a web browser and Internet access could be a Client.

Page 8: wisenet ppt

Sub system-server

Page 9: wisenet ppt

Web program

Written in PHP4

Utilizes Charting Software: Chart Director v3.0

Passes Parameters via HTTP GET

Retrieves Data for Specific Mote or All Motes

Page 10: wisenet ppt

Wise DBWritten in C++Utilizes open-source APIs • Application Programming Interfaces (API)Relays information from mote network to

databaseSends commands to mote network

Page 11: wisenet ppt

Sub system-sensor mote networkThe component responsible for collecting

and transmitting raw environmental data to the Server.

There is also the potential for the motes to receive commands from the Server.

Page 12: wisenet ppt

Picture-mote

Page 13: wisenet ppt

TinyOSReal-time operating system for

microcontrollersKey Features:

• Developed for sensing applications• Emphasis on low-power: Idle & sleep

modes• Highly modular architectureCurrently developed for Atmega

microcontrollers

Page 14: wisenet ppt

Applications Lab / Office Monitoring. Security Applications. Extreme Weather Surveillance. Potential Biomedical Applications.

Page 15: wisenet ppt

ConclusionWireless sensor networks are getting

smaller and faster, increasing their potential applications in commercial, industrial, and residential environments.

Page 16: wisenet ppt

THANK YOU