• Hi, I just follow the suggestion about advertising the Heart Rate.

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

    I would like to make sure if it works, how can I find the advertised HR data in NRF connect?


    3 Attachments

    • Screenshot_20211117-130944.png
    • Screenshot_20211117-130950.png
    • Screenshot_20211117-130934.png
About

Avatar for TMQcard @TMQcard started