Thank you for your replies
Thank you for your replies and considerations, I’ll try to elaborate on some of the issues raised;
I’m most interested in a low-power solution, the current setup is as follows:
- 1 x Arduino Pro Mini, power LED disabled, running 8Mhz, 3V3, Atmel 328.
- 1 x SD card holder without further electronics, directly wired to the arduino
- 1 x RTC, DS3231SN, specifically chosen for its extended enviromental range and precision
- 1 x string of DS18B20
- 1 x Texas Instruments LP2985, 3V3 regulator to run the SD-card, Arduino, RTC and sensor string. Nothing about the voltage regulator is set in stone so this may be a point of debate. I hear good things about the MCP range of buck/boost converters so may be looking into those instead of using this one. http://nl.farnell.com/jsp/search/productdetail.jsp?SKU=1053672
- 1 x battery, nothing decided yet, the LP2985 can go as high as 16V so there’s a lot of room to manoeuvrer.
At present, with the current sketch putting the Arduino to sleep to be waken by the interrupt of the RTC, the quiescent current during that period i 0,4 - 0,5mA. I haven’t got a good idea how to improve that. The RTC takes as little as 4uA, the SD-card holder nothing, the string nothing when it’s not active so the main power consumer is the Arduino itself.
I haven’t looked into the Arduino Pro Mini stock regulator but according to Sparkfun its a MIC5205. I’ll go an compare the two to see which one is better. Also I’m very open to suggestions about a good voltage regulator! :).
So, in general, I’m looking for a voltage measurement solution that draws little to no current when not in use. I’ve looked at other solutions
Perhaps this is a solution?