Not a full binary including the bootloader - but literally all you need is to follow the instructions in the GitHub repo, then run BOARD=BANGLEJS RELEASE=1 make and you'll get one.
If you've got an nRF52DK attached for programming then run BOARD=BANGLEJS RELEASE=1 make flash and it'll even program the watch
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.
Not a full binary including the bootloader - but literally all you need is to follow the instructions in the GitHub repo, then run
BOARD=BANGLEJS RELEASE=1 make
and you'll get one.If you've got an nRF52DK attached for programming then run
BOARD=BANGLEJS RELEASE=1 make flash
and it'll even program the watch