I am seeing about 4x the battery drain on my Argon when asleep than when running code. Without sleeping the battery lowers by about 0.08V, but when I use sleep for an hour the battery lowers by 0.3V as measured by the Argon. I have tried this on two different Argons/batteries so this is not limited to a single unit.
System.sleep(PWR, RISING, SleepDuration);
I really doubt that the Argon just burns more power when sleeping than awake, so I must be missing something. I do see the LED on the device go out as I expect. I also have let the Argon run for a couple minutes before and after the sleep to ensure that the battery readings are leveled out and not catching a spike, but they are consistent.
In case it makes any difference (not sure how it can though) Iām using a 3.7v 300mAh LiPo.
Can anyone point out what I am doing wrong?