Bangle.js Heart rate data

Posted on
  • Hi Espruino community,

    I am looking for an android app or web app to import the heart rate CSV data into. Does anyone know of a solution?

  • Hi, have you solved this? I need it as well...

  • Well there's the Web Bluetooth examples: http://www.espruino.com/Web+Bluetooth#two-way-communications

    Just replace the line "setInterval(function(){Bluetooth.println(Puck.light());},100);NRF.on('disconnect', function() {reset()});\n", with:

    "Bangle.setHRMPower(1);Bangle.on("HRM",h=>Bluetooth.println(h.bpm));NRF.on('disconnect', function() {load()});\n",
    

    and it'll output it.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Bangle.js Heart rate data

Posted by Avatar for user111080 @user111080

Actions