amdkt7:
The Arduino does need power to be flashed. When I use a jumper I am breaking the connection to VCC, not shorting it to anything. I have modified several FTDI adapters so that I can do that. That prevents power from the USB reaching the Arduino when I have it already powered from some other source.
ohh, i see - that's quite different from what i had in mind, i was more concerned about what was going on between the Arduino/FTDI and the Boost converter (when off).
but if you are saying i can actually power the Arduino (via the Boost converter), and just have the TX/RX/DTR(+GND) pins connected, then that would be rather more straight-forward - ie. just disconnect the Vcc jumper wire to Arduino (from FTDI/USB-to-TTL serial adaptor).
amdkt7:
If I use a diode I place it between the FTDI VCC and the Arduino VCC.
ahh, you mean in reverse bias - so current does not flow from the FTDI Vcc to Arduino Vcc.
amdkt7:
Don't count on a diode to drop .7 volts. It varies depending on how much current flow there is. Sometimes it is as little as .1volts, but usually more in the range of .4 to .6volts.
i see, not a good solution then - as well as the wasted power mentioned by ShermanP.
amdkt7:
Also, the Arduino will flash and operate just fine on 4.5V, and sometimes as low as 3.3V. Lower voltages could have problems depending on what the Arduino is connected to, but to program it works just fine.
yes, i "discovered" that when i absent-mindedly powered an Arduino (via Vcc pin) with a 4xAA batt.pack of Ni-Mh (ie. was only 4.8 V)
ShermanP:
Is there a reason why you can't power the Mini from the boost converter while flashing through the FTDI adapter? You would just not connect the adapter's 5V output (desolder the header pin or whatever). Then there would be no conflict, and no need for a diode. Of course the diode would work, but then you are "wasting" your battery power because of the diode's voltage drop. And you waste it all the time your Mini is running, not just when flashing. I think flashing should work fine with the Mini powered from the converter as long as the FTDI's ground pin is connected.
Thanks, that makes it quite a straightforward solution then - i was under the impression that "it" comes as a package-deal - meaning power and data (for flashing) all coming from the same device (the FTDI) - i didn't realize the 5V power could come from anywhere.