Skip to content
Pacifique Rukiza edited this page May 20, 2021 · 27 revisions

Heart Rate detection using FLiR Infrared Imaging Sensor

Short Name: Apollo-Red

Team Members:

Damien Raju
Jarrod Bennett
Jesse Ruffini
Pacifique Rukiza

Purpose:

The purpose of this wiki page is to provide proof of concepts that document the development of the Kardia-S1 device from the preliminary to the design stage.

Requirements:

  • Measure heart rate of a person using the FLiR infrared imaging sensor
  • Use AI/ML libraries to accurately measure the heart rate of person
  • Conduct experiments to verify accuracy
  • Have a web dashboard viewer
  • Measure breath rate using FLiR thermal imaging
  • Measure head temperature
  • Turn into COVID-19 (or general fever) detector. Result to be displayed on the dashboard

Parts and Platforms Used:

Hardware

  1. 1X Particle Argon Board https://docs.particle.io/argon/

Part Image

  1. 1x nRF52840 Dongle https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle

Part Image

  1. 1x FLiR Infrared Imaging Sensor https://www.sparkfun.com/products/15948

Part Image

  1. 1x B-L475E-IOT01A Discovery kit https://www.digikey.com/htmldatasheets/production/2263149/0/0/1/b-l475e-iot01a-user-manual.html

Part Image

Software SDKs, and APIs

  • Python
  • Zephyr RTOS
  • Tago IO
  • C/C++
  • VS code
  • PyCharm
  • Mbed OS

Project Description:

The base project involves measuring the heart rate of a person using a FLiR infrared imaging sensor, using machine learning models to accurately measure the heart rate of both stationary and in motion test subjects and report measurements to a web dashboard.