solettaproject / soletta

Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
http://solettaproject.org
Apache License 2.0
227 stars 109 forks source link

Calibration Library for Sensors #2309

Open lblim opened 7 years ago

lblim commented 7 years ago

Task Description

Introduce calibration library into Soletta, calibration is needed to increase accuracy of sensors especially motion sensors such as accelerometer, gyroscope and magnetometer.

Calibration C-API (e.g. soletta/src/lib/calibration) Calibration FBP node (e.g. soletta/src/modules/flow/calibration) Calibration Sample App (with C-API and FBP node)

The calibration algorithms and FBP node should be applied to all supported sensor types regardless of

The sample app for calibration should cover following scenario:

lblim commented 7 years ago

@laykuanloon @fulong82 @elvinongbl