Which BS is best for battery operation?
basicstampede
Posts: 214
Hello.· I want to do some data logging in a remote location, and the Stamp must use 9V battery.
The test will last for several months, measuring humidity & temp.·(Sensiron·sensor).
What is the best Stamp for·this purpose (needs to be cost power consumption and high memory space)?
What other strategies do you recommend to make battery last longer?
Use BS2pe or BS2 with external EE?
Any inputs from those who have done similar battery-operated projects would be appreciated.
Thanks.
The test will last for several months, measuring humidity & temp.·(Sensiron·sensor).
What is the best Stamp for·this purpose (needs to be cost power consumption and high memory space)?
What other strategies do you recommend to make battery last longer?
Use BS2pe or BS2 with external EE?
Any inputs from those who have done similar battery-operated projects would be appreciated.
Thanks.
Comments
www.emesystems.com/BS2pe.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Thanks for your info.· Frequency of data collection is flexible.· I was thinking taking a humidity and temp. reading every 1 minute (but every 10 min. would also be fine)...as you can see, it is not critical.·
What is the best way to put the Stamp on sleep, then wake it up every 10 minutes?·
How do I do this?· Is there an external RTC chip that can "interrupt" every 10 min. (or every 1 minute)?
And do I need a BS2p or pe since they have interrupt capability?·
Or is it possible to wake a stock BS2 that is "sleeping" via external signal (assuming RTC gives such signal)?
Thanks.
The BS2pe has lower current consumption than the BS2p, so it is more suited for remote data logging. The BS2pe has a lot more eeprom space to store data, which recommends it over the BS2 for that purpose, too.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Maybe you can save some more power by switching ON and OFF the Sensiron sensor from a Stamp output pin.
Take look at the power consumption and supply voltage requirements of the Sensiron to see if this is a feasible option.
Klaus
Reading your comments, I wonder if I really need a RTC chip.· Can I just use SLEEP (perhaps repeatedly) to wake up periodically and take reading every 10 minutes (shutting down Sensiron afterwards)?
Do you see any issues with my strategy above?
Thanks.
If you want to analyse the readings afterward you will need some markers for time and date in your recorded data. Otherwise you end of with lots of numbers and you will have no idea when they are taken .
I would put in an RTC for sure !!
Klaus
If you must take the samples 'on-the-tick', then you can have 'sleep' wake the BS2 a little early, read the RTC until the 'tick', then take your data reading. But that's the only way to get accurate time out of a BS2.
Having said that, many people have not found this to be much of a limitation. A DS1302, with crystal and CR2032 battery, is around $5.00, and takes up very little real-estate (it's an 8-pin chip, after all).