When the heart rate monitor app runs, you say it just gets stuck showing the countdown? It should start displaying a line going across the screen.
Does the green LED on the back of the Bangle light up?
What if you connect with the Web IDE? Do you see any errors when you run these things?
What if when connected you reset with reset() and then just type Bangle.setHRMPower(1)?
reset()
Bangle.setHRMPower(1)
no, it does not light up although:
>Bangle.setHRMPower(1); =true > Bangle.isHRMOn() =true {"t":"act","stp":0,"hrm":-1}
The HRM app has no console messages, but gets stuck with "Please wait ... 1". Is it ok that reset() gets only the Bangle startup screen?
@Tx 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.
When the heart rate monitor app runs, you say it just gets stuck showing the countdown? It should start displaying a line going across the screen.
Does the green LED on the back of the Bangle light up?
What if you connect with the Web IDE? Do you see any errors when you run these things?
What if when connected you reset with
reset()
and then just typeBangle.setHRMPower(1)
?