Comments: LTC4150 Coulomb Counter Hookup Guide

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #1349034 / about 6 years ago / 2

    sorry but there is one thing i dont understand, does the out pins (out + and out - ) have to be connected ?

    • MikeGrusin / about 6 years ago / 3

      Yes; you connect the out+ and out- to the hardware you're powering. (See the diagrams on the "Connecting the Hardware" page.) The Coulomb Counter board then sits between the battery and your hardware, measuring the power your hardware is using.

  • Member #1269246 / about 6 years ago * / 2

    Couple of things that really should be mentioned in the guide...and one on the device spec sheet really.

    The Shutdown mode isn't actually that useful as it seems to forget part counted coulombs, the spec sheet hardly mentions this but it's an issue which will slowly add errors to your count if you shutdown the counter frequently. For our particular application we draw less than one coulomb between sleep cycles so it meant we never saw any counts.

    On the sparkfun board there is no pull up resistor for the CLR port. So if you intend to use this device in polling mode then make sure you pull it up to VIO yourself or have your controller pull the pin high to enable the counter.

    EDIT

    Actually it's worse than that, VIO will draw circa 1mA at 3.3v regardless of shutdown state, so if you intend to use this in a circuit that needs a low power sleep state with the battery still in circuit then do not wire VIO to your 3.3V supply, wire it to something you can set low when in the sleep state and ignore the shutdown pin, it serves no useful function as far as I can tell.

  • Member #423328 / about 7 years ago / 2

    I was the original design engineer for Linear Technology's LTC4150 Coulomb Counter, in 1999-2002.

    POL should NOT be wired directly to a power supply or grounded. It's an open-drain output that needs a pullup resistor to your supply / battery at 9V or less. Since it's open-drain, floating it may not be a good idea either. Floating shouldn't give you a problem with the ESD diodes, but could recult in unpredictable operation. You're much better off connecting it via a pullup resistor. You need it connected anyway to tell the difference between battery charge and discharge, for an accurate coulomb count.

    The silicon process the LTC4150 is designed in has a breakdown limit between 9.5 and 11 V, so anything above 9V is a no-no. The absolute maximum ratings limit you to -0.3V to 9V at any pin without damage.

    • MikeGrusin / about 6 years ago / 2

      Belated thanks for chiming in; it's always good to hear from the original engineers on a part!

      We do connect the POL signal to a pull-up resistor on the board as you can see on the schematic. We've also endeavored to inform users (through this guide and silk on the PCB) that the maximum battery voltage is 8.5V. Please let us know if you noticed that we're violating either of these criteria; we certainly shouldn't be.

  • Member #1520052 / about 5 years ago / 1

    I'm using the LTC4150 to measure the State of charge (soc) of a 4.2V, 2200mAh Li-ion 18650 battery. I have just followed the schematic diagram provided and nothing else. Not connected any sense resistors or capacitors etc. I'm running the 5V interrupt code on an Arduino Uno and running it. I dont see any changes in the soc as it is running.. not sure if I have made a mistake I am just trying this to monitor my soc of the battery but it should decrease at a certain point, right? And when it decreases up to (say 95%), shouldn't it start from 95% again? I am really confused so if I could get some help it would be great!

  • Member #693354 / about 5 years ago / 1

    I'm trying to use the Coulomb Counter Breakout Board as the foundation of an instrument to measure the current used by a low current (<100uA) device under test (DUT). Everything works great until I try measuring currents down below 10mA. The LTC4150 adds 115uA (LTC4150 datasheet page 3) to any measurement so while trying to measure <1mA there's of an error of >10% in the value I want to measure (I didn't care when measuring >10mA since that's a <1% error). To change this I think I need to:

    1. Change the 0.05 Ohm resistor to a 0.50Ohm resistor (changing max current to 100mA). Is the 0.05Ohm resistor an 0805 size? I want to order the correct replacement.

    2. Cut the VDD trace, but not wire it to Vio (see #3 below). Where should I make the cut so I can wire to it to power the LTC4150 separately? (Member #489794 wanted to do the same thing. How did that go?)

    3. The LTC4150 datasheet states: SENSE+ must be within 60mV of Vdd for proper operation. SENSE- must be within 60mV of Vdd for proper operation. I think I can manage this by: a. wiring Vdd to the output of a voltage follower (Op Amp + connected to DUT power and Op Amp - connected to the Op Amp output) b. powering the Op Amp from the RedBoard c. using a MCP6002 rail-to-rail Op Amp. The MCP6002 maximum output voltage is Vdd-25mV so I should be able to satisfy the LTC4150's SENSE+ tolerance of being within 60mV of Vdd.

    Do these changes seem reasonable/doable/complete for what I want to do?

    One other thing. Member #1269246 didn't think the shutdown mode was useful. The datasheet states: /SHDN forces the LTC4150 into its low current consumption power-down mode and resets the part. I use the /SHDN signal so I can start a new test. I've found that the reset causes an interrupt about ~200mS after the reset. My code waits for that interrupt to begin the next test. My sketch has a watchdog so I don't get stuck waiting for the interrupt.

  • Member #489794 / about 6 years ago / 1

    I want to replace the sense resistor to give me more sensitivity at a maximum of 250ma, or even at a max of 100ma (my expected max current draw is 25ma@3v). Yesterday, I ordered two more Coulomb Counters so I can mod them, and I wanted to order the resistors. What is not mentioned in the suggestion about replacing the resistor is its form factor. 0603? I can't find the one I have to measure the resistor, but I know which pile it is in, and know that it will show up eventually as I sort that pile out, but I need an answer today so I can place the order. The possible replacements will be 100mΩ (500ma max), 200mΩ (250ma max), or 500mΩ (100ma max).

    I also have a need to measure the actual coulombs consumed by my circuit, and it makes no sense to run the coulomb counter itself from Vin. This would make sense only if the processor is monitoring its own supply (a future design should make this an option) Another mod I plan to make is to cut the IN+/VDD trace and resolder it to be Vio/Vdd. I am working with a 3.0V/240mAh primary battery (CR2032) and only care about how much power my circuit, and my circuit alone, consumes. There is no charger involved, so I can ignore POL, but I will include it in my software in case I ever need to measure a LiPo. My "host computer" that powers it is a Cortek M0 (3.3V) core. The instructions for jumpers j2 and j3 do not make it clear what should be soldered when a 5V system is monitoring a 3.3V system, or (if it is possible) a 3.3V system is monitoring a 5V system. The options should be specific about whether the host or target voltages matter, and allow for self-monitoring of battery and using one system to monitor another.

  • Member #6408 / about 7 years ago / 1

    Hi, I just received this unit and have connected as per the instructions, the load is between 50 and 120 ma @ 5 volts, I have now been monitoring the INT pin for 30 minutes and it has not gone low once, I think something is wrong.

    The source is a 3V3 Lipo battery, here's the connections:

    VIO > 5v Power Supply GND > 5v Power Supply Ground POL > 5v Power Supply Ground INT > SCOPE ( & Ground)

    IN = 3v3 LIPO OUT = Load 50 - 100ma

    How can I verify that the device is actually working ??

    • MikeGrusin / about 7 years ago / 1

      From your description, I think you're using POL incorrectly. POL is an output (it tells you the POLarity of the current draw), so it should be connected to an input on your microcontroller (or left disconnected if you don't care about the polarity). Connecting it to GND may be disabling the INT output. Try leaving POL disconnected and see if you get pulses from INT. If you don't, contact our tech support department, they'll be delighted (really!) to help you troubleshoot further.

  • Member #553569 / about 8 years ago / 1

    Hello, I purchased and tested the device. It worked all fine. I want some suggestions. I want to test the coulomb counter with 12V 100Ah lead acid battery from which current can be drawn more than 5 A. How can I do this? In this (LTC 4150) the max current capacity is 1A. Thanks in advance.

    • MikeGrusin / about 7 years ago / 1

      Sorry we didn't see this earlier. Unfortunately, the LTC4150 is limited to 8.5V maximum, so it won't work with a 12V supply. We're looking at other parts that do support higher voltages, so we may have an updated board in the future.

      • Member #1622040 / about 4 years ago / 1

        Hi, Have you made a version that can support a 9V battery with a max 3A current capacity?

        • santaimpersonator / about 4 years ago / 1

          Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums. Our technical support team will do their best to assist you.

          That being said, we have not. That would require a different IC.

  • Member #809553 / about 8 years ago / 1

    Hi, is there anyway to connect a microusb from a power bank to the coulomb counter?

    • MikeGrusin / about 7 years ago * / 1

      Sure! The easiest way would probably be to take a USB cable, cut it in half, and connect the input half to the input of the coulomb counter, and the output half to the output of the coulomb counter. There should be red and black wires in the USB cable for power and ground, but those colors aren't guaranteed, so use a multimeter and the USB pinout to verify you have the right connections. Good luck!

  • Member #599744 / about 10 years ago / 1

    Hi, I noticed the schema image is beautifull, especially the connection lines. What kind of software do you use to draw such connections?

    • M-Short / about 10 years ago / 1

      All of our hookup pictures are done using a program called Fritzing. We like it because its free, open source and makes pretty lines.

      • MikeGrusin / about 10 years ago / 1

        I actually cheated a bit ;) and used Inkscape along with the product photos our amazing photographer Juan takes for us. For the connection lines, I drew a line where the wire was supposed to go, made it fairly thick, then converted the line ("path") to a shape ("object"). Once you do that, you can separately control the outline and the fill colors. Thanks for the compliment!


If you've found an issue with this tutorial content, please send us your feedback!