It seems to use 1ma when on, so if you hooked this up to one of the larger smartphone batteries at 5000 mah, this could run for 200 days.
I'm not sure what you'd do with that, but I think as power consumption drops to 0 on these sorts of thing it might make some remote sensing applications cheaper/easier to deploy, if you could just deploy it with a battery and forget about it for a year or two.
1. I believe modern 8-bitters at 32kHz (yes: KHz. This is a very common wristwatch crystal and is the slowest you can run many chips....) use like 50uA.
2. If you take advantage of sleep states, it is possible to reach single-digit uA but this is difficult. Even the leakage currents of your capacitors (0.1uA to 10uA, depending on chemistry and conditions) starts to overwhelm your microcontroller.
3. Case in point. Internal leakage of most batteries is in the 1uA to 100uA range.
4. Alkaline (AA, AAA, AAA, and 9V) and CR2032 batteries are very very low leakage.
------
2 years might be on the easy side, especially if you use AA batteries. That way a 10uA leak isn't really that big a deal. This is aiming at a 150uA circuit or less which is fine.
With a bit of effort, it's not too hard to run a circuit for 5 years. But you do need to really watch the leakage currents and carefully design it. That's under 70uA with the AA batteries.
10years is probably pushing it even with an Alkaline or Lithium CR2032, but it's theoretically doable.
Isn’t that rather a lot of current for what it is?
I didn’t read the datasheet but I imagine it has to have a lower power mode than that. Much larger MCUs can manage an average power consumption far lower and power off the same battery for periods measured in years, not days.
This is simple enough you’d think you’d be able to power it off an EM field directly!
If you slow it down to 1MHz you can get it down to 0.5 ma. If you switch to low frequency oscillation at 32kHz it gets into low-double-digit microamps.
Yeah that's high, considering that a lot of 8-bitters are also in that ballpark and we haven't talked sleep states yet (with a few X00nA class sleepers out there).
In any case, Tomagachi is famously a 32kHz toy. There's a lot you can do at 32kHz.
I'm not sure what you'd do with that, but I think as power consumption drops to 0 on these sorts of thing it might make some remote sensing applications cheaper/easier to deploy, if you could just deploy it with a battery and forget about it for a year or two.