craigpeacock / Linux_PowerMeter

ANSI C code for Linux to read I2C sensors such as the INA226 Voltage/Current/Power Meter and INA228 Voltage/Current/Power/Energy and Charge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux I2C Power Meter

Usermode application to communicate with I2C sensors on Linux Embedded systems including the Beaglebone and Raspberry Pi.

Currently supports:

  • INA226 - Texas Instruments 36V, 16-bit current/voltage/power monitor with alert.
  • INA228 - Texas Instruments 85V, 20-bit current/voltage/power/energy/charge monitor with alert.

For hardware details, please see:

Linux I2C Documentation

Linux I2C documentation can be found at https://www.kernel.org/doc/Documentation/i2c/i2c-protocol

About

ANSI C code for Linux to read I2C sensors such as the INA226 Voltage/Current/Power Meter and INA228 Voltage/Current/Power/Energy and Charge


Languages

Language:C 99.4%Language:Makefile 0.6%