K
@James-Pruet Long time since we did that James, pretty sure we just followed the tutorial
# main
# period 1h, active 10s
lte = LTE(psm_period_value=1, psm_period_unit=LTE.PSM_PERIOD_1H,
psm_active_value=5, psm_active_unit=LTE.PSM_ACTIVE_2S )
print(lte.psm())
attach()
connect()
http_get()
print("deinit")
lte.deinit(detach=False, reset=False)
print("deepsleep")
machine.deepsleep(55 * 60 * 1000) # 55m
My memory of that episode is we had to wait for a good half minute or so from the start of deepsleep for the current to finally plunge down to 25uA