Just a note - I discovered a bug in the firmware that leaves the UART RX pin connected as an input inside the chip.
With that fixed (in 2v02 or cutting edge builds), power consumption with Pixl.setLCDPower(0);NRF.sleep() drops to 15uA.
Pixl.setLCDPower(0);NRF.sleep()
@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.
Just a note - I discovered a bug in the firmware that leaves the UART RX pin connected as an input inside the chip.
With that fixed (in 2v02 or cutting edge builds), power consumption with
Pixl.setLCDPower(0);NRF.sleep()
drops to 15uA.