Sensors

IMU

Reading of the 3D digital angular rate sensor, the 3D digital magnetic sensor and temperature sensor is performed by I2C bus. Data received from sensor are in raw value, and to get the actual measurement, conversion is required.

Calibration

Magnetic sensor calibration

Angular rate sensor calibration

Temperature sensors

There are three temperature sensors in the payload. The first is built into the microcontroller and provides information about its temperature. The other is on the IMU circuit board and measures the temperature on the gyroscope and magnetometer chip. The third is near F.R.W. and monitors the temperature of the electromagnets.

All the sensors require simple conversion of raw value with a linear equation. Coefficients of that equation are obtained by performing linear regression on reference measurements.

Calibration was performed using a climate chamber. The temperature range for the regression is from -20°C to 50°C.

Based on the measured temperatures, linear regression coefficients were determined for all sensors.

The determined coefficients were introduced into the temperature determination software.

Last updated