Assuming you can connect you could try:
NRF.on('connect', function(addr) { LED3.set(); }); NRF.on('disconnect', function(addr) { LED3.reset(); });
Just to rule it out - it'll light the blue LED if some other device tries to connect to it after the code is uploaded.
If this continues with new batteries then you can send it back if you want and I'll take a look at it?
@Gordon 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.
Assuming you can connect you could try:
Just to rule it out - it'll light the blue LED if some other device tries to connect to it after the code is uploaded.
If this continues with new batteries then you can send it back if you want and I'll take a look at it?