WiPy / SiPy deep sleep interrupt wake
-
I wish to reduce my typical WiPy 2.0 power consumption of ~0.085 A at 5V to much lower.
machine.idle()
andmachine.sleep()
with interrupt based wakeup do not seem to have any effect on this.machine.deepsleep()
never utilises interrupts to wakeup the board. Please advice how to program interrupts in deep sleep mode.
-
@helloerror
It is still not supported and also read here about power consumption in old modules
new one are not affected
https://forum.pycom.io/topic/1022/root-causes-of-high-deep-sleep-current/19