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.
Introduce calibration library into Soletta, calibration is needed to increase accuracy of sensors especially motion sensors such as accelerometer, gyroscope and magnetometer.
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: