Hi Paul,
Can the mBed do a sleep (low current) mode for extended battery data logging apps.
No, not at the moment. Also, we've not optimised particularly for low power applications yet, however the LPC1768 MCU we use is very good for that sort of thing.
It is something we could look at if there was enough interest, and although the hardware is certainly not optimised for ultra-low power, we could do a lot better than running flat-out the whole time!
What would be good is understanding how you'd imagine using/controlling it. An example of use case in pseudo C code would be a good place to start.
FYI, I had imagined a low power "sleep(seconds)" function, with functionality basically the same as wait(), but put in to a state-retaining, interruptable power down mode for the duration. Any other use models or design patterns welcome.
Simon
Can the mBed do a sleep (low current) mode for extended battery data logging apps.
Regards
Paul