DeepSleep Library for FiPy
-
Re: When is the Deep Sleep Shield required?
So I've been doing a lot of reading. I'm using the FiPy. What library do I use to enable and configure the deepsleep? It is not very clear on the gettingstarted page. I would like to use IO Pins for the wake-up and not use any shield. Can I just use the FiPy and get good ultra low power consumption?
Any help is appreciated.
-
@cssmacs01 just use the native
machine.deepsleep
and related functions: https://docs.pycom.io/chapter/firmwareapi/pycom/machine/#machinedeepsleeptimemsThe deep sleep shield and other workarounds are only needed for some of the modules, the FiPy is not one of them.