Direct battery power
localroger
Posts: 3,452
I have an odd little application that doesn't quite fit any of the available hardware, so I might end up building and stuffing my own. I won't need enough units to justify bothering one of the people who are better at this, but I might need a couple of dozen over the course of a couple of years. The basic app is that the Propeller (equipped with an oversized EEPROM) plugs into the serial port of an embedded device and either saves the device's state info to EE or restores it through an existing and fairly baroque serial protocol. The embedded devices are very expensive so devoting a save/restore unit to each device is economically practical and has certain advantages for the very stupid people who might have to use them. Since I might be building a couple of dozen of these things I am looking to make them as simple as possible.
My question is, what are your experiences with powering the Prop straight from batteries without a voltage regulator? Is it safe to use two AAA cells in series for raw power with no other conditioning? Or will a lithium cell like a CR2032 work to power an entire system (it only has to run for a minute or two at a time, but needs accurate timing for fullduplexserial so it won't be pulling just microamps). I am hoping to get away with using just the Prop and a handful of passive components.
My question is, what are your experiences with powering the Prop straight from batteries without a voltage regulator? Is it safe to use two AAA cells in series for raw power with no other conditioning? Or will a lithium cell like a CR2032 work to power an entire system (it only has to run for a minute or two at a time, but needs accurate timing for fullduplexserial so it won't be pulling just microamps). I am hoping to get away with using just the Prop and a handful of passive components.
Comments
Two AAA in series would work but I really do like to have a regulator just in case.I am presuming from what you say, it only requires to run for a minute or two, so you could quite easily use rechargeable AAA's. You could certainly get away with minimum components.
Is your interface TTL? Remember, RS232 can require more current!
Oh, and during construction of the prototype, I soldered the EEPROM 180 degrees rotated. It got really really really hot. I desoldered it, flipped it around, and it worked fine. I was quite surprised.
I was messing around with a CMOS Z80 and rather than do any level conversions I thought I would try the Z80 at 3.3 Volts or a "happy medium" of 4.2 Volts on both. Nothing happened the Prop just got on with it without any warmth at the higher voltage. At 4.2 Volts a LiPo would be directly connectable, or a diode could be put in circuit to get back nearer to the wanted (this would be a protection "feature").
Wasn't there a tread recently about raised clocks and volts where all was well?
You can get voltage booster devices, which would extend the battery life:
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en548193
It goes down to 0.35V input!
Toby's experience gives me some confidence that I can get away with a 2 AAA battery holder even if fresh Alkalines are installed, which was my worry.
-- primary cell, 1200 mAh for L92, maximum 2A pulse.
-- 15 year shelf life
-- Practically flat 1.5 volt per cell discharge curve.
-- Very wide temperature range
Another direct battery power option is the primary lithium manganese cell, CR123. Very readily available, and also good shelf life and capacity, and 3V steady output.
(The Prop itself is actually something of an overkill for this app, but it's worth spending the extra $6 on the CPU to avoid the weeks of research to find and tool up for the $2 CPU that can do the job. Less than 100 of these will ever be built, and this is a perfect example of where the Prop's extreme versatility and the familiarity you can get with it justfy the extra cost. That and the DIP version.)