I was considering the CR2032 backup, but was scared to mess with two inputs.
Thanks for sorting that our.
Actually it would be enough to have some cycles left for a EEPROM write, so a powercap or elko could just do.
What about another pulldown between Din and GND?
EDIT: I just found input_pulldown in the pinMode() documentation. That would do the trick, wouldn't it?
It would be nice to use a setWatch() instead of polling external hardware.
Maybe I'll give t a try later...
The NRF52LL reference looks interesting, too. Did not know about it.
Thanks.
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.
Thanks, @AkosLukacs.
I was considering the CR2032 backup, but was scared to mess with two inputs.
Thanks for sorting that our.
Actually it would be enough to have some cycles left for a EEPROM write, so a powercap or elko could just do.
What about another pulldown between Din and GND?
EDIT: I just found input_pulldown in the
pinMode()
documentation. That would do the trick, wouldn't it?It would be nice to use a
setWatch()
instead of polling external hardware.Maybe I'll give t a try later...
The NRF52LL reference looks interesting, too. Did not know about it.
Thanks.