Saturday 29 October 2016

batteries - Switch from one battery to another when one is discharged/disconnected?


I'm trying to figure out how to switch source power from one battery to another when one is dead or disconnected. the circuit needs to be able detect the loss of power on the jettisoned battery and switch to main battery. and have a fast switching time or a capacitor for powering the device during the switch.


What its for: I want to be able to carry external batteries on my RC plane and use these batteries first. When they are discharged I want to drop them (when it is safe and yes it is legal to drop things from RC craft when proper safety is ensured. i plan on dropping them near me with small parachutes so they can be recovered and reused) the switch need to be fast so not to reset the flight controller or Electronic Speed Controller (ESC) and so not to lose GPS signal.


lowest voltage at the battery(droppable) would be 12.2V and the ESC and flight controller can opperate down to 7v The system with the motor at 0% throttle draws about 700mA(being generous OSD shows 600mA)


update: In response ton the answer by @DonJoe. Would the circuit look something like this? enter image description here




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...