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
@TMQcard started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi, I just follow the suggestion about advertising the Heart Rate.
I would like to make sure if it works, how can I find the advertised HR data in NRF connect?
3 Attachments