Skip to content

islerfab/HeartBuddy

 
 

Repository files navigation

HeartBuddy

This project has been developed for the Cyber Physical System course at the University of Turku.

Introduction

During the mentioned course, we were introduced to microcontroller boards like Arduino Uno, and were assigned the task of a practical project that needs to include some kind of wireless communication, preferably related to health care.

Our group decided to create HeartBuddy, a Arduino Uno based device that monitors the heart rate of a person and triggers emergency messages via bluetooth on a connected Android phone. This means that the project consists of two parts:

  • The device itself called HeartEmergencyKit: Source
  • An Android application to handle the transmitted data (this repo)

If the Android application is connected to the device, it will constantly receive & display the heart rate and emergency notifications, after which the Android phone sends a text message with the current heart rate and geolocation information to pre-defined care givers.

Basis

This code is based on the Android bluetooth chat code sample android-BluetoothChat, which brings most of the bluetooth communication related functionality.

Pre-requisites

  • Android SDK v23
  • Android Build Tools v23.0.2
  • Android Support Repository

Screenshots

Screenshot Screenshot

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%