-
• #2
Hi, have you solved this? I need it as well...
-
• #3
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.
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?