Stand-Alone and Mesh Networks of Dissolved Oxygen (DO) Monitors

Slides:



Advertisements
Similar presentations
Modeling Electrical Systems With EMTP-RV
Advertisements

Read Digital input Turn on sensor board Convert to Temperature & Humidity Wake Up CC430 Sleep CC430 Timing diagram ① P.2.4
Home Area Networking for the Smart Grid Erik Cates David Green Daniel Han Justin Michela ECE 4007 Koblasz/Maxwell Fall 2010 In Conjunction With: Unmesh.
Networked HVAC Controller Bradley University Department of Electrical & Computer Engineering By: Ed Siok Advisor: Dr. Malinowski.
Energy Saving Climate Control System (ESCCS) Team: Sean Jacobs, Brad Nissenbaum, Colin Tracy Advisor: Professor Anderson.
Wireless Thermal Protection Sensors Presented By: Jesse Pentzer and Lucas Wells Brandy Holmes John Sochacki Chris Johnson.
A Framework for Patient Monitoring A. L. Praveen Aroul, William Walker, Dinesh Bhatia Department of Electrical Engineering University of Texas at Dallas.
WISENET Wireless Sensor Network Project Team: J. Dunne D. Patnode Advisors: Dr. Malinowski Dr. Schertz.
Sd-May11-20 Betty Nguyen Scott Mertz David Hansen Ashley Polkinghorn Advisors Joseph Shinar Ruth Shinar with Bob Mayer.
Stand-Alone and Mesh Networks of Dissolved Oxygen (DO) Monitors Sd-May11-20 Betty Nguyen Scott Mertz David Hansen Ashley Polkinghorn Advisors Joseph Shinar.
Problem Statement TelosB Charging/Metering Kit Power from 2 sources Charge AA or AAA NiMH batteries Monitor Current, Voltage and Power Deliverables 3 Fully.
Operating Room Instrument Rapid Delivery System sddec11-03 Group Members: Charles Ristau (Group Manager) Yik Sen Tan (Webpage Designer) Tariq Azmy (Secretary)
Wireless Sensor Monitoring Group Members: Steven Shih (ECE) Brian Reilly (ECE) Dan Eke (COMPE) Sponsored by:
Application Protocol for Veris E30 Panel-board Monitoring System Jaein Jeong UC Berkeley LoCal Workshop Oct 5 th, 2009.
Home Area Networking for the Smart Grid Erik Cates David Green Daniel Han Justin Michela ECE 4007 Koblasz/Maxwell Fall 2010 In Conjunction With: Unmesh.
Remote Control of Home Appliances PROJECT PLAN Team: ◦ Elie Abichar –CE ◦ Chris Tefer –CE ◦ Ananta Upadhyaya.
Evaluating Wireless Network Performance David P. Daugherty ITEC 650 Radford University March 23, 2006.
Underwater Network Localization Patrick Lazar, Tausif Shaikh, Johanna Thomas, Kaleel Mahmood University of Connecticut Department of Electrical Engineering.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Aircraft Carrier Draft Measurement Ship Draft Team - Fall 2015.
Link Layer Support for Unified Radio Power Management in Wireless Sensor Networks IPSN 2007 Kevin Klues, Guoliang Xing and Chenyang Lu Database Lab.
Stand-Alone and Mesh Networks of Dissolved Oxygen (DO) Monitors Sd-May11-20 Betty Nguyen Scott Mertz David Hansen Ashley Polkinghorn Advisors Joseph Shinar.
End of Semester 1 Presentation: November 28, 2007.
Software Architecture of Sensors. Hardware - Sensor Nodes Sensing: sensor --a transducer that converts a physical, chemical, or biological parameter into.
1 SUMS Requirements Spot universal mote system Team Awesome.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
Control Software Features  Modularity and flexibility to ensure the long-term viability and scalability of the MUST-SIM Control System  System setup.
Department of Communication Systems Engineering Ben-Gurion University of the Negev SimpliciTI RF Network for M2M Connection Presenters: Assaf Matalon Guy.
Team Members: ECE- Wes Williams, Will Steiden, Josh Howard, Alan Jimenez Sponsor: Brad Luyster Honeywell Network Traffic Generator.
System SOFTWARE.
Fan Assembly Driven by Magnetic Fields
After Construction Name: Per #:.
Networked Embedded Systems: ZigBee
Chapter 6 : User interface design
Architecture Review 10/11/2004
EE 478 Final project Alex Ching, Kuei-Hsuan Lu, Wenjie Zheng
Business System Development
Chapter 19: Network Management
Senior Design Project 10-25
Software Overview Sonja Vrcic
SMS module HDL-MGSM.431.
Supervised by Prof. Ran Gilady
District And Club database
Chapter 5: Using System Software
Telemedicine: Issues in Mote Based Remote Patient Monitoring
Function Generator Remote Control
DBS INSTITUTE OF TECHNOLOGY
How SCADA Systems Work?.
Simulation Requirements
Stand-Alone and Mesh Networks of Dissolved Oxygen (DO) Monitors
Enterprise Resource Planning
Deconstruction of the Wilderness Weather Station Case Study
System Architecture & Hardware Configurations
Introduction to Operating System (OS)
Home Automation System
How to Fix Windows 10 Update Error 0x ?.
Zigbee Networks Using Xbee Modules
Bluetooth Based Smart Sensor Network
August 23, 2000 R.N. Dubois Dow Chemical
CANalytics TM CAN Interface Software BY.
Tiers vs. Layers.
RKL Remote key loading.
Operating System Review
Rapid Automation Design
Training Module Introduction to the TB9100/P25 CG/P25 TAG Customer Service Software (CSS) Describes Release 3.95 for Trunked TB9100 and P25 TAG Release.
EverythingBenefits in the Workforce Ready Marketplace
Hilbert-Huang Transform Data Processing System (HHT-DPS) V1.2
Image Acquisition and Processing of Remotely Sensed Data
Summary Data Modeling SDLC What is Data Modeling
Task Manager & Profile Interface
Presentation transcript:

Stand-Alone and Mesh Networks of Dissolved Oxygen (DO) Monitors Advisors Joseph Shinar Ruth Shinar with Bob Mayer Alex Smith Sd-May11-20 Betty Nguyen Scott Mertz David Hansen Ashley Polkinghorn Scott

Problem Statement Existing DO Sensors are expensive. No existing DO Sensors have remote sensing capabilities. DO levels vary with temperature and ISTI’s existing DO Sensor does not take this into account. Battery life is subpar in the existing implementation Calibration currently involves reprogramming Existing code is not neat or maintainable (problem statement – needs to include background, etc) Ashley

Project Objective Incorporate power saving features including a device sleep mode. Account for temperature variation Temperature sensor DO level calculation modification Ensure functioning star network Test and fix integrated units Add new calibration message Add Zigbee node - to - DO Monitor communication (problem statement – needs to include background, etc) Ashley

Conceptual Sketch Ashley

Functional Requirements Required The monitor units shall take readings of dissolved oxygen. The monitor units shall wirelessly transmit their readings to the master controller. The master controller shall request readings from each monitor unit. The master controller should have a graphical user interface to display measurements. The master controller user interface shall allow the user to poll a monitor unit for data. The system shall query each monitor unit for data through the master controller. The Windows service shall log all data processed through the unit in a SQL database. The network nodes shall create a star-like topology Optional The network nodes shall create mesh network topology The master controller shall send calibration data to each monitor unit. David

Non-functional Requirements The system shall have an optimal operating range of 1000 meters. The microcontroller shall enter a sleep state between samples. A temperature probe shall be attached to the existing sensor probe to increase calculated accuracy. David

Functional Decomposition Scott

DO Monitor <detailed design> Scott

Zigbee Node (should we insert more for detailed design?) Betty

MasterController GUI Ashley

Accomplishments Documentation created and expanded Temperature sensor tested in hardware and software Developed a solution for our soft-key power switch Fixed numerous hardware errors Verified PC to Network Coordinator to Zigbee Node communication Calibration framework completed Betty

Project Status Betty

Schedule David