Monitoring Battery Level, without wasting too much energy

In summary: V or less. In summary, you would use a comparator to monitor the battery voltage, and power it from the same 3.3V rail as the microprocessor. The comparator would consume very little power, and a simple voltage divider would be used to reduce the power drain.
  • #1
barkly
10
0
Hi,

I have a solar panel currently charging two 6V batteries after being sent through a solar regulator and was hoping to either monitor the battery levels or the voltage/current being output from the regulator. Was hoping to monitor this through a IOIO microprocessor that has analog inputs 0-3.3V or digital ins that register Hi for V>3.3V.

Any ideas? keeping in mind I want to limit the power consumption from this monitoring circuit.

Cheers
 
Engineering news on Phys.org
  • #2
barkly said:
Hi,

I have a solar panel currently charging two 6V batteries after being sent through a solar regulator and was hoping to either monitor the battery levels or the voltage/current being output from the regulator. Was hoping to monitor this through a IOIO microprocessor that has analog inputs 0-3.3V or digital ins that register Hi for V>3.3V.

Any ideas? keeping in mind I want to limit the power consumption from this monitoring circuit.

Cheers

I've used a micropower comparator before to monitor the battery voltage in a small RF node. Let me look for the part number...
 
  • #4
Wont I need a positive and negative rail to ensure the op amps operate though?
Did you just power from the microprocessor?
 
  • #5
barkly said:
Wont I need a positive and negative rail to ensure the op amps operate though?
Did you just power from the microprocessor?

Are the two batteries separate or in series to make 12V?

You would power the comparator probably from the same 3.3V rail as the uC, so the output voltage can be compatible. No need for any negative rails here unless I'm missing something. Those comparators are rail-to-rail comparators (double check me on this by looking at their datasheets and application notes at the link I provided).
 
  • #6
In series to make 12V.

Yer I just read the data sheet, your correct in them being rail-to-rail so can just tie negative input to GND.
 
  • #7
can see this is going to be a problem with this part as the max in voltage is 5V. Does anyone have any experience with IC current sensors? What is the power usage on these components like?
 
  • #8
should mention that the batterys are sealed lead
 
  • #9
barkly said:
can see this is going to be a problem with this part as the max in voltage is 5V. Does anyone have any experience with IC current sensors? What is the power usage on these components like?

Do they show any applications with high-impedance voltage dividers? You don't need any bandwith in a battery level monitor...
 
  • #10
not that i can tell, starting to think voltage divider will be the best solution for now
 
  • #11
It strikes me that you only need to monitor at very long intervals (30minutes, perhaps). A very low power timer circuit can be used to turn on your main measuring and analysing circuits for a few ms every 30 minutes - the power drain would hardly even overtax a watch battery.
The processor will drain more current than a basic voltage divider on its input, surely.
 
  • #12
Theres an external battery, running into a IOIO which is connected to a android phone. I have a solar panel that runs into a solar regulater charging the external battery. Basically I am just wanting to get an idea on either the output of the solar regulator power or the external battery, without wasting to much energy as I already know the android phones battery status.
 
  • #13
In this case, a simple milliammeter in series would give you a very good idea and it would consume very little power.
 
  • #14
sophiecentaur said:
In this case, a simple milliammeter in series would give you a very good idea and it would consume very little power.

Was hoping to input it into the microprocessor so I can utilize the information in a program..
 
  • #15
barkly said:
Was hoping to input it into the microprocessor so I can utilize the information in a program..

If you really want to get that technical with it, there are a variety of battery/power monitoring ICs available with stand-by currents in the micro-amp range (I believe I've seen some with pico-amp stand-by ratings.)
 
  • #16
You already have an analog to digital sampling port on your micro, so I'd suggest making use of it (to reduce power consumption, you can turn off your A to D module and tri-state the input). I'd build a 2 or 2.5 or 3 to 1 voltage divider (say, with two 4k7, or a 3k6 and a 2k4, or a 3k6 and a 1k8) so you can get the measured voltage within range of your analog to digital input.

If you're concerned about the constant drain through the voltage divider (in spite of choosing values in the kOhm range), you could put in an N-channel MOSFET at the tail of the voltage divider. The MOSFET should be off until you drive the gate to 3.3V (do it through a small resistor, 1k or less) when it'll hopefully put the MOSFET in the linear region. By doing this, you'll introduce a slight resistance (see the MOSFET's datasheet for the Rds(on) parameter), but if you choose high enough values for your voltage divider, this should have fairly negligible impact.
 

1. How often should I monitor my battery level?

It is recommended to monitor your battery level at least once a day to ensure it does not drop below a certain threshold. However, the frequency of monitoring may vary depending on your specific device and usage patterns.

2. What is the best way to monitor battery level without draining too much energy?

The most energy-efficient method is to use a low-power hardware or software solution that continuously monitors the battery level in the background without requiring the device to wake up frequently. This way, the battery is not drained unnecessarily.

3. Can I use my device while monitoring the battery level?

Yes, you can still use your device while the battery level is being monitored. However, it is important to note that certain tasks or activities may consume more battery power, which could affect the accuracy of the monitoring.

4. How accurate are battery level monitoring systems?

The accuracy of battery level monitoring systems can vary depending on the device and the method used for monitoring. It is important to calibrate the system regularly to ensure the most accurate readings.

5. Can I extend my battery life by monitoring the battery level?

Monitoring the battery level can help you keep track of your device's energy consumption and make adjustments to prolong its battery life. However, it is just one aspect of maintaining battery health, and other factors such as usage patterns and charging habits also play a significant role.

Similar threads

  • Electrical Engineering
Replies
7
Views
2K
  • Electrical Engineering
Replies
2
Views
2K
Replies
4
Views
1K
  • Electrical Engineering
Replies
20
Views
6K
  • Electrical Engineering
Replies
4
Views
4K
Replies
11
Views
12K
  • DIY Projects
2
Replies
36
Views
8K
Replies
4
Views
4K
Replies
9
Views
5K
Replies
4
Views
8K
Back
Top