INA Meter for Flipper Zero

December 16, 2025 · View on GitHub

INA Meter is an application for Flipper Zero that allows you to read I2C-connected current/power monitors from Texas Instruments.

Supported Sensors:

  • INA219 – 0–26V, 16-bit resolution (±0.5% accuracy)
  • INA226 – 0–36V, 16-bit resolution (±0.1% accuracy)
  • INA228 – 0–85V, 20-bit resolution (±0.05% accuracy)

Wiring

Flipper pinINAxxx
C0 (16)SCL
C1 (15)SDA

Instructions for Use:

  • Launch the application and go to the configuration menu by pressing the LEFT button.
  • Select the sensor type, configure its I2C address, and set the shunt resistance.
  • Once the settings are complete, press the BACK button to return to the Current Gauge Screen.
  • If the sensor is connected properly, the Current Gauge Screen will display the bus voltage and the current flowing through the shunt resistor.

The application allows measured values to be saved to a CSV file on the SD card. A CSV file is automatically created when recording starts and is stored in the /apps_data/ina_meter/logs folder. Its name is derived from the date and time the recording begins.

You can quickly switch between two shunt resistors without manually changing the value each time, by long-pressing the down button on the gauge screen.

Precision and Sampling Presets

The application provides a simple way to configure conversion time and sample averaging with four preset levels: Low, Medium, High, and Max. These settings are sensor-specific:

LowMediumHighMax
INA219532μs x 128532μs x 128532μs x 128532us x 128
INA226140μs x 1024588μs x 10242116μs x 10248244us x 1024
INA22850μs x 1024280μs x 10241052μs x 10244120us x 1024

The precision can be set independently for VBUS and shunt voltage measurements.

For INA226 and INA228 devices, the number of averaged samples can be reduced from 1024 down to 256 by changing the Averaging setting from Max to Medium.

Measurement Range and Resolution

Each sensor operates within a fixed voltage range, with a defined resolution for both bus voltage (VBUS) and shunt voltage (VSHUNT) measurements. The values below indicate the maximum measurable voltage and the smallest detectable voltage step for each parameter.

VBUS MaxVBUS ResolutionVSHUNT MaxVSHUNT Resolution
INA21926V4mV±320mV10μV
INA22636V1.25mV±81.92mV2.5μV
INA22885V195.315μV±160mV312.5nV