Lines Matching +full:bus +full:- +full:range
1 .. zephyr:code-sample:: ina219
3 :relevant-api: sensor_interface
5 Get shunt voltage, bus voltage, power and current from an INA219 sensor.
10 This sample application measures shunt voltage, bus voltage, power and current
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.
23 The common mode voltage of the measured bus can be in the 0V to 26V range.
28 .. zephyr-app-commands::
29 :zephyr-app: samples/sensor/ina219
35 When monitoring a 3.3 V bus with a 0.1 Ohm shunt resistor
38 .. code-block:: console
40 Shunt: 0.001570 [V] -- Bus: 3.224000 [V] -- Power: 0.504000 [W] -- Current: 0.157000 [A]
45 .. code-block:: console
47 Shunt: -0.001560 [V] -- Bus: 3.224000 [V] -- Power: 0.502000 [W] -- Current: -0.156000 [A]