Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@signalk/calibration

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalk/calibration

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

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
19
-29.63%
Maintainers
6
Weekly downloads
 
Created
Source

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 (period does not work yet so please ignore it) 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.

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

Below is an example case with for wind angle where we have three calibration points:

  • for input -180 degrees the output should be -175 degrees
  • for input 0 degrees the output should be 10 degrees
  • for input 180 degrees the output should be 172 degrees

In radians: image

The plugin includes a tiny webapp to show the calibrations in the system visually. The visualisation shows the difference of the input and output values, but you enter absolute input and output values.

image

Keywords

signalk-node-server-plugin

FAQs

Package last updated on 01 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts