INA Meter is an application for Flipper Zero that allows you to read I2C-connected current/power monitors from Texas Instruments.
| Flipper pin | INAxxx | | ------------ | ------ | | C0 (16) | SCL | | C1 (15) | SDA |
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.
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:
| | Low | Medium | High | Max | | ------------ | --------- | -------- | -------- |--------| | INA219 | 532μs x 128 | 532μs x 128 | 532μs x 128 | 532us x 128 | | INA226 | 140μs x 1024 | 588μs x 1024 | 2116μs x 1024 | 8244us x 1024 | | INA228 | 50μs x 1024 | 280μs x 1024 | 1052μs x 1024 | 4120us 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.
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 Max | VBUS Resolution | VSHUNT Max | VSHUNT Resolution | | ------------ | --------- | --------- | --------- | --------- | | INA219 | 26V | 4mV | ±320mV | 10μV | | INA226 | 36V | 1.25mV | ±81.92mV | 2.5μV | | INA228 | 85V | 195.315μV | ±160mV | 312.5nV |
| App Version | SDK | Status | Downloads | Logs | Build |
|---|---|---|---|---|---|
| 0.8 | 87.1 f7 | Build succeeded | 3684 | get logs | get build |
| 0.8 | 86.0 f7 | Build succeeded | 345 | get logs | get build |
| 0.8 | 79.2 f7 | Hover to know more... | 0 | get logs | get build |
| 0.7 | 87.1 f7 | Build succeeded | 248 | get logs | get build |
| 0.7 | 86.0 f7 | Build succeeded | 26 | get logs | get build |
| 0.7 | 79.2 f7 | Hover to know more... | 0 | get logs | get build |
| 0.6 | 87.1 f7 | Build succeeded | 3943 | get logs | get build |
| 0.6 | 87.0 f7 | Build succeeded | 773 | get logs | get build |
| 0.6 | 86.0 f7 | Build succeeded | 6239 | get logs | get build |
| 0.6 | 79.2 f7 | Hover to know more... | 0 | get logs | get build |
| 0.6 | 78.1 f7 | Hover to know more... | 0 | get logs | get build |
| 0.5 | 86.0 f7 | Build succeeded | 5224 | get logs | get build |
| 0.5 | 79.2 f7 | Hover to know more... | 0 | get logs | get build |
| 0.5 | 78.1 f7 | Hover to know more... | 0 | get logs | get build |
| 0.4 | 86.0 f7 | Hover to know more... | 0 | get logs | get build |
| 0.4 | 85.0 f7 | Hover to know more... | 0 | get logs | get build |
| 0.4 | 79.2 f7 | Build succeeded | 2642 | get logs | get build |
| 0.4 | 78.1 f7 | Hover to know more... | 0 | get logs | get build |
| 0.4 | 73.0 f7 | Hover to know more... | 0 | get logs | get build |
| 0.3 | 79.2 f7 | Build succeeded | 991 | get logs | get build |
| 0.3 | 78.1 f7 | Hover to know more... | 0 | get logs | get build |
| 0.3 | 73.0 f7 | Hover to know more... | 0 | get logs | get build |
| 0.2 | 79.2 f7 | Build succeeded | 1345 | get logs | get build |
| 0.2 | 78.1 f7 | Hover to know more... | 0 | get logs | get build |
| 0.2 | 73.0 f7 | Hover to know more... | 0 | get logs | get build |
| 0.1 | 79.2 f7 | Build succeeded | 1729 | get logs | get build |
| 0.1 | 78.1 f7 | Build succeeded | 424 | get logs | get build |
| 0.1 | 73.0 f7 | Build succeeded | 202 | get logs | get build |
| ina_meter | Latest 0.8 | GitHub | Author: cepetr |