Adafruit_INA219 icon indicating copy to clipboard operation
Adafruit_INA219 copied to clipboard

INA219 Current Sensor

Results 9 Adafruit_INA219 issues
Sort by recently updated
recently updated
newest added

The load voltage must be the bus voltage minus the shunt resistor voltage. In a series circuit some voltage drop will exist in the shunt resistor, and this voltage don`t...

spooky line 212 should be uint16_t data, ///< Data to be writen. ?

There is confusion between "load voltage" and "bus voltage" that is used in the library. I made this issue because of this forum topic: https://forum.arduino.cc/index.php?topic=735283.0 Example: When a 12V car...

I had to de-solder 0.1 Ohm resistor and put 0.04 in. Now I need to change the code of the library to make it work. As alternative could you change...

- Arduino board: Feather M0 RFM69 - Arduino IDE version: 1.8.5 - Library version: 1.0.2 Issue: Each measurement is made separately. In fast changing voltage and current situations, the reading...

* Calibration functions are added with an optional "triggered" flag parameter so the user can choose to get measurement on request instead of continuous mode. * A 32V_400mA caliber is...

My very first pull request. Go easy on me. ;-) This change adds four new command calls that allow switching voltage and current measurements between single-sample and 128-sample averaging. -...

``` .pio/libdeps/default/Adafruit INA219/Adafruit_INA219.cpp: In member function 'void Adafruit_INA219::setCalibration_32V_2A()': .pio/libdeps/default/Adafruit INA219/Adafruit_INA219.cpp:266:53: warning: bitwise operation between different enumeration types '' and '' is deprecated [-Wdeprecated-enum-enum-conversion] 266 | uint16_t config = INA219_CONFIG_BVOLTAGERANGE_32V |...

Hi, thanks for your library! First a minor issue: In Adafruit_INA219.cpp, in function setCalibration_16V_400mA(), you say you are using the highest precision 0.1 mA. https://github.com/adafruit/Adafruit_INA219/blob/ce59837b4a8feccd767c67d26806a0bd89d1d8eb/Adafruit_INA219.cpp#L391-L395 But according to line 416...