ArduinoINA219
ArduinoINA219 copied to clipboard
An Arduino library for the INA219 I2C current monitor
``` ///I2C address definations. /// Adafruit breakout board have two jumppers to set unique /// address for each board ( in case there is more than one in Your system)...
Seems like I cant specify on what adress my INA219 devices are listening on the bus. There is a reference in the .h file but I cant find any documentation...
Error is: /home/johnm/Arduino/libraries/ArduinoINA219/INA219.h:213:13: error: expected ',' or '...' before 'bool' 213 | bool stop = true // false if the i2c bus should not be released. Correct line: uint16_t data,...
I'd like to use secondary I2C bus on STM32F103C8. Currently I have to patch the sources. It would be nice to be able to specify the Wire object to use...
on input voltages above ~+12V, the returned value for raw voltage is negative. In the files INA219.h and INA219.cpp you have to change int16_t busVoltageRaw(); to int32_t busVoltageRaw();
Hi Just an idea, it would be nice to have the end user system-level calibration implemented, as it is suggested in the INA219 datasheet on page13. `Corrected_Full_Scale_Cal = trunc( (Cal...