Android heart rate apps that monitor ONLY heart rate through the whole day ?

Soldato
Joined
7 Aug 2004
Posts
11,297
Anyone know of any android heart rate apps that monitor ONLY heart rate through the whole day using a chest sensor ? I have tons of workout apps but not one I can leave running all day so I can get a graph of my heart rate for the whole day, using a wahoo blue HR with a sony z1
 
Should be quite easy to create one.

1. Code to search for bluetooth devices
2. Code to import the heart rates from the specific bluetooth device
3. Code to put them into some kind of array
4. Code to display the data appropiately

Could start from this:
https://www.theseus.fi/bitstream/handle/10024/41688/Behutiye_Woubshet.pdf?sequence=1

Shame he just mentions the Manifest file and screen XML code but leaves out the majority of the Java.

Download Eclipse, learn Java, jobs a good 'un.
http://developer.android.com/guide/topics/connectivity/bluetooth.html
http://developer.android.com/guide/topics/connectivity/bluetooth-le.html
 
Last edited:
Back
Top Bottom