- 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