Skip to content

On quickly changing voltages and currents, the values are uncorrelated to each other #18

@Ve2mrx

Description

@Ve2mrx
  • Arduino board: Feather M0 RFM69
  • Arduino IDE version: 1.8.5
  • Library version: 1.0.2

Issue:
Each measurement is made separately. In fast changing voltage and current situations, the reading of voltage is not synchronized with it's current measurement. Power calculation is difficult because of this.

Suggestion:
Allow a triggered measurement instead of continous. The user code would Trigger, Wait for the measurement, and Read the synchronized values.

The changes involved:

    • Modifying the setCalibration_* to pass a parameter
      OR
    • better, create a setMode command and remove the mode from setCalibration.
    • Create a command to trigger a measurement.
    • The user would implement the delay after triggering, (maybe return this delay with the calibration?)

Thanks!
Martin Boissonneault

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions