Personal Health Check BBC micro:bit Heart Rate Monitor

Slides:



Advertisements
Similar presentations
Project 2 Heart Rate Monitoring During Physical Exercise Christian Chipouras Anthony D’Onofrio Kyle Sexton.
Advertisements

Actuators & Their Applications
Virtual Reality Virtual Reality involves the user entering a 3D world generated by the computer. To be immersed in a 3D VR world requires special hardware.
Introduce about sensor using in Robot NAO Department: FTI-FHO-FPT Presenter: Vu Hoang Dung.
ECE 477 Design Review Group 11  Fall Outline Project overviewProject overview Project-specific success criteriaProject-specific success criteria.
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
Tone Matrix Music Box ECE 477 Senior Design - Group 17 Presenter: Jun Jun Peh.
The Intelliglove Ryan DeFord Fred Grandlienard Kevin Mohr Andrew Gregor.
PRESENTATION CSE 341 MICROPROCESSOR Presented By Nabid Kaisar
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Sequencing Learning Objective: to be able to design algorithms that use sequencing.
Universal Automotive Computer
Lesson Objectives Aims You should be able to:
Starter What is BBC micro:bit?
Obstacle avoiding robot { pixel }
PATIENT MONITORING SYSTEM USING MATLAB
User Needs/Design Input
Automatic human detector garbage can.
Using the BBC micro:bit for Home Security
Using the BBC micro:bit to Create a Flood Warning System
Learning Objective: to be able to design programs that use sequencing.
Communication Block Diagram
Chapter 2: Input and output devices
BBC micro:bit Robot Buggy
Counting the Score - BBC micro:bit Quiz Counter
Saving Lighting Energy with the BBC micro:bit
BBC Microbit.
Create a paper craft for any object that makes a sound
BBC Microbit.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
BBC Microbit.
ECE 477 Digital Systems Senior Design Project  Spring 2013
BBC Microbit.
Touchless Touchscreen
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Input-Output-Process Demo
Input-Output-Process Demo
Sensors and actuators Sensors Resistive sensors
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Lesson 2.
Input-Output-Process Demo
BBC Microbit.
F 456: ESSENTIAL EQUIPMENT IN WORKING CONDITION
Global Challenge Love Heart Lesson 2.
Systems and Control.
Global Challenge Love Heart Lesson 2.
Stem Discovery Week at Kareas High School in Greece
BBC Microbit.
Lesson 1 – using the LED lights
Global Challenge Love Heart Lesson 2.
Systems and Control.
Grade 3 Lesson 5 Smart Doorbell.
Autofarmer.
Year 4 Lesson 5 Smart Doorbell.
Autofarmer.
Ocean health monitor.
Ocean health monitor.
Ocean health monitor.
Autofarmer.
Ocean health monitor.
Ocean health monitor.
Ocean health monitor.
Autofarmer.
Autofarmer.
Autofarmer.
Presentation transcript:

Personal Health Check BBC micro:bit Heart Rate Monitor Using an Accelerometer and Programming the System

Design Brief Situation There are 2.7 million people in the UK currently suffering from heart problems. The quicker these problems can be found and treated the better the chance of a full recovery. Brief Using the BBC micro:bit, create a prototype for a personal heart monitoring system. The system must use an accelerometer to detect the movement of the heart. It must also use a suitable sound output and an LED display to give heart rate information to the user. Share this brief with the students and discuss as a class.

Systems Diagram INPUT PROCESS OUTPUT Processor Beeper Heart pumping Accelerometer Processor Beeper Heart pumping Pulsing sound A block or systems diagram shows a possible basic layout of the system. This can be used as an example of how the students may plan out their own system. LED display A systems or block diagram shows the layout of the system to be created. The blocks represent the physical parts of the system and the arrows represent signals. Text information

Design Criteria The proposed system must: Be programmable using the BBC micro:bit. Use the BBC micro:bit’s inbuilt accelerometer to detect movement of the heart. Use a suitable sound output device, such as a beeper, to give an audible indication of the person’s heart rate. Use the BBC micro:bit’s LED display to show visual information about the person’s heart rate.

What is an Accelerometer? Accelerometers measure acceleration (changes in motion). They can be used as a sensor to detect movement of the heart. They are used in heart monitoring equipment in hospitals and cardiac care units. A smartphone has an accelerometer built in that can detect the tiny body movements made by the heart pumping. Give the example of an accelerometer in a smartphone. This can be used to detect the tiny body movements caused by the heart pumping.

Time to Develop your Program! Your device must be now be programmed. Your program must meet the needs of the design brief and the design criteria. You can program your BBC micro:bit using Touch Develop. An example program has been given to help get you started. Go to www.microbit.co.uk to begin!

Example Program – Touch Develop Go to www.microbit.co.uk and search for script ID ‘rurniliqwk’. You will need to add a suitable output (such as a beeper) to pin 1. Button A can also be used to test if it is working. Test it, download it and experiment with how it works! Share this example program with learners to help them. Lower ability learners or those lacking programming confidence could start by writing or experimenting with this program first. They could then adapt and develop it. A PDF handout is available and can be handed out to learners.