Skip to content

Handle multiple same data sources #10

Description

@ivogeorg

#Description

The DataSource interface #4 should handle multiple of the same sensor.

Use case

What if we are using several temperature sensors at different locations around the craft and they are all the same?

Design notes

  1. There should be a way to uniquely identify sensors of the same type. This might be possible by writing a unique value in an unused writeable register on the sensor device/microcontroller.
  2. Any unique identifier should be in the DataSource object created for the corresponding sensor.
  3. This might require writing a more sophisticated version of poll (see Define a DataSource interface as the basis for telemetry gathering #4).

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions