You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • As I'd mentioned in the email to you:

    Bangle.setHRMPower(1,"test");
    Bangle.on("HRM", function(hrm) {
      NRF.setAdvertising({
        0xFFFF : [hrm.bpm]
      });
    });
    

    Open the Web IDE, paste this code in to the left-hand side, then disconnect. You'll have to do something a bit more complex to make it persist through changes of apps, but after pasting that code will work until you decide to change apps.

About

Avatar for Gordon @Gordon started