Solving Voltage Drop Problem on Robotics Project

AI Thread Summary
The discussion focuses on addressing a voltage drop issue in a robotics project caused by a 4.8V NIMH battery under load, which momentarily drops to 4.5V, restarting the embedded computer. Suggestions include adding a capacitor to the power supply, using a Schottky diode to prevent discharge into the motors, and implementing soft-start techniques for the motors to reduce sudden current draw. The importance of checking the processor's voltage operating range is emphasized, as many modern processors can handle a wider range than 5V. Additionally, the potential role of a reset chip that triggers a restart when voltage dips is noted, with recommendations for selecting an appropriate reset chip voltage. The user ultimately resolves the issue by switching to a 7.4V lithium polymer battery with a 5V regulator.
robotnut
Messages
5
Reaction score
0
22 Dec 2009 21:16 Voltage drop question
Hi All;

Total noob, first post:smile:

I'm working on a small robotics project. I have an embedded computer (5V) and 2 motors with a controller. It's all powered from a 4.8V NIMH battery.
The problem I'm having;

As the battery gets somewhat tired and I load the motors for starting or climbing a steep obstacle, the voltage drops a little from 5V to about 4.5 momentarily but it's just enough to restart the computer.

What I'm thinking of to solve this problem is adding a capacitor to the power cable of the computer. Would that help the problem? Like I said the drop only happens for a fraction of a second.

I know I could use a bigger battery but I have a room issue already as it is.

Thanx in advance.
 
Engineering news on Phys.org
You would need to give the currents of the motors and the computer.

If you just put a capacitor across the power supply, it would discharge into the motors when they turned on. You would get some benefit if the capacitor was large enough, though.

If you could operate the computer with 4.65 volts, this diagram shows a way that might help.

robot supply.PNG


Using a Schottky diode, you could charge a capacitor which would then discharge only into the computer and not into the motors. Schottky dides have a drop of 150 mV (0.15 volts), so the 4.8 volts from the battery would drop to about 4.65 volts, but it would hold this voltage for short periods if the battery voltage dropped.
 
Could you modify the software so that the motors are always soft-started (progressively, not suddenly). Alternatively, try putting low-value resistances in series with the motors. Clearly if these are too big the motors will no longer work, but it might be worth trying.
 
I don't know what processor your using, but most modern ones have a large operating range (ie 3V - 5.5V). I'd check the part number on you processor and look up it's data sheet. Most likely, the operating voltage range will be listed in the first two pages (under features).
.
Most likely, your drop out is caused by an overly protective reset chip. These little three pin chips measure the voltage and reset the processor when it dips. The beauty part is that for a given reset part number, the there are any number of voltages that are available - most from Digi Key.
.
. Best Luck, keep me updated,
.
. - Mike
 
I = C dV/dT, and dV in your case is 0.5v. Plug in your values to calc. your min. cap. size.

For 1 A, 1 second and a max 0.2v difference you'd need 5 F.
 
Thanx for all the help, I did a cheap fix. Went with a 2 cell 7.4V 1000MAH lithium polymer battery with a 5V voltage regulator...
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top