Skip to content

kmehan/CombatMonitor

Repository files navigation

Combat Monitoring App

This app was developed on Ionic/Cordova using the Ionic Super Starter Template as the base. The purpose of the application was to connect to a health tracker that returned HR data and the velocity of limb movements, for combat scenarios. The app provides a Bluetooth service that connect to a Bluetooth transmitter (in this case the BLE-112A) to receive pre-formatted serial data that it then parses and stores.

enter image description here

Hardware

  1. Pulse Sensor SEN-11574
  2. Microcontroller TI-MSP430G2553
  3. Bluetooth BLE-112A
  4. Accelerometer BMA-220

What Works?

  1. Bluetooth Service
  2. GUI for Displaying HR
  3. GUI for Displaying Velocity

In-Progress

  1. Data Storage
  2. Bad Data Parsing - Sync Issues
  3. Statistics
  4. Custom User Profiles