INA219 - Getting started
Arduino library
To install the Arduino library, use the Arduino library manager or download it from the GitHub repository:
Voltage & current sensor INA219 breakout Arduino library
Voltage & current sensor INA219 breakout Arduino library by Soldered
ℹ️
First time Arduino user? For a detailed tutorial on getting started with Arduino, see this section of our docs:
Getting started with Arduino
A full, comprehensive tutorial on how to fully set up and upload code for the first time on an Arduino board, from scratch!
Connections
Below is an example connection diagram for Dasduino CONNECTPLUS. These pins are used in the examples throughout this documentation.
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| Qwiic | Qwiic |
ℹ️
If you prefer, you can use I2C pins to manually connect:
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| IO21 (Default SDA pin) | SDA |
| IO22 (Default SCL pin) | SCL |
| VCC | VCC |
| GND | GND |