Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • YouTube
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

SG Community Forum

  1. Home
  2. Getting Started
  3. F1 Starter Kit
  4. Coulomb counting for primary battery?

Coulomb counting for primary battery?

Scheduled Pinned Locked Moved F1 Starter Kit
4 Posts 3 Posters 403 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jandls
    wrote on last edited by
    #1

    When using a primary battery (non-rechargeable) like a lithium thionyl chloride battery, monitoring voltage to assess the % remaining capacity of the battery does not work well (very flat relationship between voltage and % remaining capacity). Coulomb-counting would be handy. The TI bq27441-G1 battery fuel gauge on the F1 starter kit is designed for rechargeable batteries and requires complicated calibration for the specific battery you want to use. But it does Coulomb counting. And TI says in this document link text that the bq27x00 could be used to assess the remaining capacity of primary batteries with Coulomb counting. Any information on how to do this? And are there any example scripts (or library?) for doing the I2C communication?

    And what is the preferred option for sensing the battery voltage? By measuring voltage on GPIO12 that is connected to the voltage divider (two 100k resistors in series, but what tolerance?)? Or by querying the bq27441-G1 that also senses battery voltage?

    1 Reply Last reply
    1
    • W Offline
      W Offline
      wilsonto
      wrote on last edited by
      #2

      Hi jandls, the design initative of our system using TI BQ27441-G1 is for monitoring Li-ion or Li-polymer rechargeable batteries since from our considered use case, they are all using rechargable batteries. At this moment, we do not have non-rechargable batteries data.
      For I2C communication, please refer to standard Micropython I2C codes to assess BQ27441 by default address 0x55 (7-bit address). And thanks for your post, we are considering to add sample codes for the fuel guage application. Thanks very much for your valuable opinion and questions.
      For sensing battery voltage, we suggest first consider using BQ27441 first.
      While using the “BATMON” pin is considered as system monitoring method to live monitor the system power rail usage. If this part of circuit is used, our suggested component values are adding 100kOhm 1% for R304 and R307, and 0Ohm 1% for R306 and making use of GPIO12 as ADC input.

      1 Reply Last reply
      0
      • cehlersC Offline
        cehlersC Offline
        cehlers
        wrote on last edited by
        #3

        Hi @jandls, to add to @wilsonto, we do have direct support in MicroPython to interact with the BQ27441. Please note that it is only powered when a battery is connected.

        https://github.com/sg-wireless/sg-sdk/blob/main/src/platforms/F1/comps/fuel-gauge-if/fuel_gauge.md

        F1 introduction video: https://youtu.be/8fsoL0ga_lo

        1 Reply Last reply
        1
        • J Offline
          J Offline
          jandls
          wrote on last edited by
          #4

          Hi Christian Ehlers and @wilsonto, Thanks very much! This helps a lot.

          1 Reply Last reply
          0

          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • YouTube