Team #4 Project Health Monitor To create a device that measures and logs weight and blood pressure with the data accessible from the internet Team #4 Dan.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Computer Hardware.
Intelligent Integration Ambulatory Blood Pressure
P3- Represent how data flows around a computer system
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
1 Software Engineering Lecture 11 Software Testing.
Supra System & Product Overview. iBox BT LE Operating Overview
SNAP-Ed /EFNED IT Time & Attendance Rau Sanchez SNAPED-Ed/EFNEP IT April 27, 2015.
Gateplus Time Attendance and Access Control System.
OS Fall ’ 02 Introduction Operating Systems Fall 2002.
OS Spring’03 Introduction Operating Systems Spring 2003.
ECE 4220 Real Time Embedded Systems Final Project Presentation Spring 2014 University of Missouri Columbia By: Michael Brauch Temperature Data Logger.
The 8051 Microcontroller Architecture
Viewer Software Viewer software is a remote viewer software for control the DVR. -This software supports the multiple functions of the network. -It can.
Operating Systems.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
IOS Upgrade using Cisco Universal Serial Bus (USB) Card.
GENERAL COMPUTER Jeopardy ABCDE Points A What is this? Go back.
Printing at the UM There is a special Ricoh printing/ copying/scanning system for everyday printing at the UM. Click here to continue.here.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
AT91RM9200 Boot strategies This training module describes the boot strategies on the AT91RM9200 including the internal Boot ROM and the U-Boot program.
1 Team Leader TKS Job Aid. 2 Viewing the On-line Presentation If you are viewing this presentation via Internet Explorer for best results resize the “Notes”
Introduction to Computers Business Technology Essentials.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Intro to Computers Computer Apps 1.
Introducing The IP550 IP Telephone. What to expect from your new IPitomy IP telephone system The IPitomy system has many of the same features of traditional.
Getting Started. Before you register A valid address Course ID from your instructor - something like Student access code – comes with your text.
HOW TO USE TIMECLOCK. TIMECLOCK is an essential tool to help you get paid! 1. Visit the small machine on the column by the Welcome Desk, and click the.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
© CCI Learning Solutions Inc. 1 Lesson 2: Elements of a Personal Computer System unit Microprocessor chip How memory is measured What ROM is What RAM is.
©La-Nette Mark Did you know computers are everywhere you look, and even in places you can't see. Computers check out your groceries, pump your gas,
MUzima INSTALLATION BY RUTH KEITANY 10/29/20151 mUzima Installation.
Application Block Diagram III. SOFTWARE PLATFORM Figure above shows a network protocol stack for a computer that connects to an Ethernet network and.
Instructions To start a new game, click the “Start New Game” button. To reset the game in order to change the Answers and Questions on each slide, as.
1 אירוע אמאזון. 2 שלבי הפיתוח עם דיאגרמות UML 3 אמאזון תרשים תוכן.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
 The TenCup Entertainment Table is an interactive table that enhances the game-play experience of Beirut for both the player and the spectator.
Samuel John Vinod Kumar CG Ganesh Raam K. Introduction  The need for health consciousness has increased in the recent past and so is the need to monitor.
In order for Cardholders to enroll in the internet Payment Center tool, they need to copy and paste the following URL in the address bar:
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Proposal for an Open Source Flash Failure Analysis Platform (FLAP) By Michael Tomer, Cory Shirts, SzeHsiang Harper, Jake Johns
Water Flow GROUP A. Analogue input voltage results: Motor Input voltage( V) pin 12 Analogue input voltage (V) Display number
Lost Item Pager System Design Russ Kinley 5/6/6008.
Processor Memory Processor-memory bus I/O Device Bus Adapter I/O Device I/O Device Bus Adapter I/O Device I/O Device Expansion bus I/O Bus.
RFID Access Control System Lucius Knight. General System Design  Microcontroller  PSoC CY8C29466  24MHz Bus Frequency  Memory Available  32kB FLASH.
Unit 1: Computing Fundamentals. Computer Tour-There are 7 major components inside a computer  Write down each major component as it is discussed.  Watch.
Digital Literacy: Computer Basics
Getting Started. Before you register A valid address Course ID from your instructor - something like Student access code – comes with your text.
Team #4 Project Health Monitor To create a device that measures and logs weight and blood pressure with the data accessible from the internet Team #4 Dan.
AT91SAM7L Enhanced Embedded Flash Controller. ARM-Based Products Group 2 EEFC Features 64KB or 128KB single plane memory organized in several pages 128-bit.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
Army Review Boards Agency The Army Board for Correction of Military Records.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Computers Mrs. Flowers University High School.
Printing at the UM and ordering printed readers and course books
ULTRASONIC DISTANCE METER USING 8051
Memory Parts of a computer
DIGITAL CALCULATOR USING 8051
AT91RM9200 Boot strategies This training module describes the boot strategies on the AT91RM9200 including the internal Boot ROM and the U-Boot program.
Team #4 Project Health Monitor
8051 Micro Controller.
Arduino Board.
Arduino म्हणजे काय?.
8051 Development System Details
Presentation transcript:

Team #4 Project Health Monitor To create a device that measures and logs weight and blood pressure with the data accessible from the internet Team #4 Dan Chapman Mike Goodwin Joe Isca Brent Rager

Software Constraints Constraints:  512KB Flash External to Microcontroller  64KB Flash On Board Microcontroller  Running at 25 MHz Clock  Outlet Powered Plenty of Storage, Plenty of Cycles, And Plenty of Power

Software Model Application Type:  State Machine  “Hybrid” of Program-Driven and Interrupt-Driven Memory Mapping:  On chip Flash contains software  Flash chip contains health and user data

Memory Allocation Time Stamp (4 bytes)User ID (2 bytes)Weight (2 bytes)B. P. (2 bytes) Data Entry: 10 Bytes per Entry

Software Flowchart Swiped? Wait for card swipe (idle) Ask for PIN No Yes PIN given? No Error PIN Valid? Yes Error No Yes Recognized Card? YesNo New User: Enter PIN to Register PIN given? No Error Yes Add User. Display Registered.

Software Flowchart Tell User to Step on Scale >10 lbs? No Error Yes Measure Average Weight Valid weight? No Error Yes Record Weight

Software Flowchart Tell User to Put on Strap and Press key Key Pressed? No Error Yes Measure Blood Pressure Valid BP? No Error Yes Record Blood Pressure Display Thank You. Return to Idle State

Software Webpage Valid Login? No Yes Login Page Display User’s Health Data