Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INA3221 sensor: use for bus voltage & environment metrics #4215

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2024

  1. use INA3221 for bus voltage; fixes for telemetry variants

    - add to sensors available for environment telemetry
      (to report voltage/current)
    - add vars to define channels to use for battery voltage
      (for getBusVoltage) and environment metrics (default
      to CH1 for both)
    - write to the correct fields on the measurement struct
      depending on the measurement variant, and DRY up the
      sensor measurement collection code a bit
    - this might be suitable for a common implementation for
      the INA* sensors in a future PR...
    warrenguy committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3594b8b View commit details
    Browse the repository at this point in the history
  2. formatting

    warrenguy committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bc5b086 View commit details
    Browse the repository at this point in the history
  3. derp

    warrenguy committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5c2c9f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab5ac89 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    c917965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1adcfea View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    e245e3d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    13e06bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8009e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c86aec View commit details
    Browse the repository at this point in the history