Hi @Gordon,
The scenario above can be reproduced. Currently I have:
Puck 1: Puck.getBatteryPercentage() = 33 NRF.getBattery() = 2.39
Puck 2: Puck.getBatteryPercentage() = 100 NRF.getBattery() = 2.97
On the first attempt it works fine, but on the second it reboots. I use "nRF connect" to communicate with the Puck.
Thank you.
@user73560 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 @Gordon,
The scenario above can be reproduced. Currently I have:
Puck 1:
Puck.getBatteryPercentage() = 33
NRF.getBattery() = 2.39
Puck 2:
Puck.getBatteryPercentage() = 100
NRF.getBattery() = 2.97
On the first attempt it works fine, but on the second it reboots. I use "nRF connect" to communicate with the Puck.
Thank you.