Skip to content

Signal K Node Server plugin to alter incoming data based on a set of calibration values

License

Notifications You must be signed in to change notification settings

W-Geronius/calibration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calibration

Signal K Node Server plugin to alter incoming data based a set of calibration values.

You configure it by entering the Signal K path and some pairs of input and output values. Each pair is a "known" calibration point, where you know what the input is and what the output should be.

Additionally you can enter a source id to specify the source of the data that the calibration should be applied to. Please refer to server's Data Browser for the ids in your system.

You can also specify the length of the period, like 2 * Pi for angles, to cap the output.

The units in Signal K are SI units, so for example angles are in radians.

image

Build instructions:

git clone [email protected]:SignalK/calibration.git
cd calibration
npm install && npm run build
npm run dev```

About

Signal K Node Server plugin to alter incoming data based on a set of calibration values

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.6%
  • HTML 15.4%