Hello all,
This subject probably been addressed before, but darned if I can find it. Anyway, I have put together a wireless telemetry receiver consisting of an Uno and LCD connected to an APC220 wireless transceiver. Everything works great. Now, as phase 2, I want to set it up such that it runs on an AC transformer when utility power is available, and switches to battery backup when utility power fails. Additionally, I want it to be able to send a signal to the uno that will allow it to switch to a power-saver mode. I have researched mux chips, but am now more confused than ever. Is there a relatively painless way to accomplish this? Thanks in advance!
@vaj4088,
I found a circuit that should do what I want, using an LTC4412; it even has a pin that goes high when the AC adapter is on, and low when it is off. Thanks for pointing me in the right direction!
Since you seem to be able to handle the ThinSOT package anyway, you might consider:
The LTC4411, which avoids the FET.
The LTC4415, which avoids the FET and the diode.
Oh, and by the way: the circuit that you attached omits the pullup resistor that is required on the status output. Of course, if you enable the input pull-up resistor on the Arduino, you will not need the added resistor.
Since you seem to be able to handle the ThinSOT package anyway, you might consider:
The LTC4411, which avoids the FET.
The LTC4415, which avoids the FET and the diode.
Oh, and by the way: the circuit that you attached omits the pullup resistor that is required on the status output. Of course, if you enable the input pull-up resistor on the Arduino, you will not need the added resistor.
...and none of these need an opamp!
Thanks, I'm not thrilled at the packaging, I'd prefer a through-hole design, but one must use what's available. I'll check out the chips when I get a chance. Simple is ALWAYS better.