CoogyEoin / ESP8266BPM

Software implemented on the ESP8266 in C++ to measure a BPM and send data to firebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266BPM

As part of my final year project I created a heart rate monitor on the ESP8266 using the Arduino IDE. The program measures the period of the pulse and uses it to calculate the BPM.

Firebase was used to store user's data and register users on the android app. Firebase cloud messaging doesn't work with the ESP8266 as of writing this so the legacy code for Google cloud messaging was used to send push notifications to the user's phone.

About

Software implemented on the ESP8266 in C++ to measure a BPM and send data to firebase.


Languages

Language:Java 67.7%Language:C++ 32.3%