since I could wait for the Bangle to arrive I already started putting together a first app.
It works in the emulator, but without being able to test on a real device I can't be sure the code is at least safe enough to not let the watch explode.
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 all,
since I could wait for the Bangle to arrive I already started putting together a first app.
It works in the emulator, but without being able to test on a real device I can't be sure the code is at least safe enough to not let the watch explode.
The code currently lives in a fork of the BangleApps repo (https://github.com/msdeibel/BangleApps/tree/master/apps/wohrm) and in the repo I started the development in (https://github.com/msdeibel/BangleJsWorkoutHearRateMonitor). The latter one also contains a Readme.
If anyone could just browse through the code and point out any issues it would be a nice heads up before the device arrives :)
Cheers
Markus