Home
last modified time | relevance | path

Searched full:ina219 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/drivers/sensor/ti/ina219/
DKconfig1 # INA219 Bidirectional Current/Power Monitor
6 config INA219 config
7 bool "INA219 Current/Power Monitor"
12 Enable driver for INA219 Bidirectional Current/Power Monitor.
DCMakeLists.txt5 zephyr_library_sources(ina219.c)
Dina219.c17 #include "ina219.h"
19 LOG_MODULE_REGISTER(INA219, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/samples/sensor/ina219/
DREADME.rst1 .. zephyr:code-sample:: ina219
2 :name: INA219 Bidirectional Power/Current Monitor
5 Get shunt voltage, bus voltage, power and current from an INA219 sensor.
17 - `INA219 sensor <https://www.ti.com/product/INA219>`_
22 The supply voltage of the INA219 can be in the 3V to 5.5V range.
29 :zephyr-app: samples/sensor/ina219
Dsample.yaml8 name: TI INA219 power/current monitor
9 description: Demonstration of the INA219 I2C power/current monitor
11 sample.drivers.ina219:
DCMakeLists.txt5 project(ina219) project
/Zephyr-latest/boards/shields/waveshare_ups/
Dwaveshare_pico_ups_b.overlay8 waveshare_pico_ups: ina219@43 {
10 compatible = "ti,ina219";
/Zephyr-latest/samples/sensor/ina219/boards/
Dblackpill_f411ce.overlay12 ina219@40 {
14 compatible = "ti,ina219";
/Zephyr-latest/boards/shields/waveshare_ups/doc/
Dindex.rst10 module designed for the Raspberry Pi Pico which uses the Texas Instruments' INA219
22 - INA219
57 | GP6 | I2C1_SDA ACTIVE_LOW | INA219 |
59 | GP7 | I2C1_SCL ACTIVE_LOW | INA219 |
118 - `INA219 data sheet`_
128 :zephyr-app: samples/sensor/ina219
138 https://www.ti.com/lit/ds/symlink/ina219.pdf
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt7 add_subdirectory_ifdef(CONFIG_INA219 ina219)
DKconfig7 source "drivers/sensor/ti/ina219/Kconfig"
/Zephyr-latest/dts/bindings/sensor/
Dti,ina219.yaml6 compatible: "ti,ina219"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi147 test_i2c_ina219: ina219@13 {
148 compatible = "ti,ina219";
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst563 * Added TI INA219 and INA23X current/power monitor drivers.
885 :dtcompatible:`ti,ina219`, :dtcompatible:`ti,ina23x`,