Giter Club home page Giter Club logo

Comments (7)

rin67630 avatar rin67630 commented on August 25, 2024

I have seen that #andybarrow asked the same question:
"How does one differentiate between the three channels of the INA3221?"
but I did not find the answer in the dialog following.

from ina.

SV-Zanshin avatar SV-Zanshin commented on August 25, 2024

The INA3221 shows up as 3 distinct devices. The "getShuntMicrovolts()" function only takes one parameter, so you would call it as

   uint16_t in3211_1 = INA.getShuntMicroVolts(0);  
   uint16_t in3211_2 = INA.getShuntMicroVolts(1);  
   uint16_t in3211_2 = INA.getShuntMicroVolts(2);  

from ina.

SV-Zanshin avatar SV-Zanshin commented on August 25, 2024

Where die @andybarrow ask the question?

from ina.

rin67630 avatar rin67630 commented on August 25, 2024

Thank you!
@andybarrow asked in closed issue #67.

Since you both seem to be interested in building BMS with INA chips, I am working on a networked battery reporting system based on INA chips, ESP8266 and thinger.io as dasboard server.
I mainly aim to build a software MPPT around plain buck converters targetting the very low-power domain, but the main code could be used for a BMS of any dimension as well.
The main feature is currently to be able to forward the battery information over the network to another ESP, so one could build a BMS for any voltage with an ESP per 12V block, overcoming the 26V limitation of the INA.
https://github.com/rin67630/Solar-Booster
Stay tuned...

from ina.

rin67630 avatar rin67630 commented on August 25, 2024

here an example of my solar-booster dashboard:
grafik

from ina.

SV-Zanshin avatar SV-Zanshin commented on August 25, 2024

Very nice!

My battery bank is 24V which means it can hit 28.8V while charging so the standard breakout boards for the INA219 won't work for me. I want to monitor my solar panels separately, so the INA3221 is perfect for me so that I can save on components.

from ina.

rin67630 avatar rin67630 commented on August 25, 2024

INA226s could do (36V), but are limited to 24V nominal.

I suggest to use a network of several ESP8266s (one for each block of 12V + one to centralize the values) equiped with INA3221 to monitor each cell, to make a scalable solution, open ended to every voltage.
You have more devices (an ESP8266 costs nothing), but far less cables.

from ina.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.