Hi Rob, thank you for your quick response. Currently I have 1 INA3221 board left so I can still test. I now use the library of Rob Tillaart "INA3221_RT" #include "INA3221.h" INA3221 INA(0x40); And the commands for initialization and default setup. INA.begin(); ch = 0 to 2 U = INA.getBusVoltage(ch); I = INA.getCurrent_mA(ch); I hope this is enough info, Thank you very much for the effort. kind regards, Bill.
On Saturday, August 9, 2025 at 8:05:05 PM UTC+2 Rob CJ wrote: > Hi Bill, > > What I could do is only implement the functions you are using instead of > porting all functions. That would save time. I do not have such a device > so I cannot test it so if I have something you become the tester 🙂. > > Can you tell me which Arduino functions you use from this library? > > Kind regards, > > Rob > > > > ------------------------------ > *Van:* [email protected] <[email protected]> namens Bill Beek > <[email protected]> > *Verzonden:* zaterdag 9 augustus 2025 19:49 > *Aan:* jallib <[email protected]> > *Onderwerp:* Re: [jallib] INA3221 board > > Hi Rob, > TNX for your replay, > I looked at it and found it too complicated to implement all the > functions. By the way, I only use the Volt and Amp functions. So far I use > an Arduino Nano and the INA3221 in a triple output power supply . But I > like JAL much more. > > On Saturday, August 9, 2025 at 7:01:01 PM UTC+2 Rob CJ wrote: > > Hi Bill, > > Let's hope that somebody created something for JAL that can be turned into > a JAL library. > > I had a quick look at the Arduino library and it seems to be a number of > small but readable functions and 'only' about 500 lines of source code so > it seems douable to make a JAL library out of it. How far did you get > porting it? > > Kind regards, > > Rob > > > > ------------------------------ > *Van:* [email protected] <[email protected]> namens Bill Beek > <[email protected]> > *Verzonden:* vrijdag 8 augustus 2025 20:21 > *Aan:* jallib <[email protected]> > *Onderwerp:* [jallib] INA3221 board > > Hi all, is there anyone who has made a library for the INA3221 > Three-Channel Shunt Current and Supply Voltage Monitor module (I2C)? I've > been looking at the arduino lib to convert it to a JAL lib, but it's a bit > too complicated for me. Greetings, Bill > > > > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/jallib/d1457069-00f6-4edf-9e52-2ca8078b25b5n%40googlegroups.com > > <https://groups.google.com/d/msgid/jallib/d1457069-00f6-4edf-9e52-2ca8078b25b5n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/jallib/59fb5bce-a58a-4e0b-ae12-441bb1b3e0f7n%40googlegroups.com > > <https://groups.google.com/d/msgid/jallib/59fb5bce-a58a-4e0b-ae12-441bb1b3e0f7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jallib/d013dc32-0b1d-4f06-bf17-9afbbc619f77n%40googlegroups.com.
