flagעברית
flagEnglish
3 Rabinovich St., Petah-Tikva, Israel
+972 3 9047744
office@amironic.co.il
Facebook
Twitter
LinkedIn
YouTube
  • Products
    • MEMS Inertial
      • Gyros & Accels
      • IMU
      • Inertial Navigation
      • AHRS
    • Circuit Breakers
      • Airpax Circuit Breakers
      • Electronic Circuit Breakers
      • Aircraft Circuit Breakers
      • Thermal Circuit Breakers
      • Sealing Solutions & Guards
    • Footswitches
      • Pedals & Bellows
      • USB
      • Air Switches
      • Medical
      • Modular Bases System
      • Industrial
      • Foot Potentiometers
      • Wireless
    • Mechanical & Transmisions
      • Gears
      • Sealing Solutions
      • Gearboxes
      • Couplings
      • Shafts & Bearings
      • Fasteners
      • Mechanical & Springs
      • Linear Motion
      • Anti-Vibration
    • Sensors
      • Thermostats
      • Temperature
      • Position
      • Pressure
      • Speed
      • Level Sensor
      • Load Cells
      • Flex Sensors
      • Membrane Potentiometer
    • Motors
      • Geared DC
      • Brushless DC
      • Step Motors with Gearbox
      • Torque Motors & Brushless Servo
      • DC Motors
    • Electronics
      • Xenon & IR Lamps
      • Counters & Meters
      • Microelectronics Packaging
      • Waterproof Switches
      • Micro Switches
    • Hand Control
      • Operator Controls (JOYSTICK)
      • Electrical
      • Pneumatic (Medical)
      • USB Hand Control
      • Air Push Button
      • Pressure Switch
      • IR Switch
    • Power Solutions
      • Rugged & Military Power Supply
      • Input Power Protection
      • Sealed Military Power Adaptor
      • Triple Output Military Power Supply Series – up to 250 W
    • Materials
      • Molybdenum and Advanced Alloys (TZM, MOLA, HCT)
      • Tungsten (Wolfram) and Advanced Alloys – High-Performance Materials for Extreme Conditions
      • Materials for Gears
  • Shop
  • Companies
  • About Amironic
  • News
  • Contact
Product was added to your cart

Cart

waze

How Does an INS Algorithm Really Work?

MEMS Inertial19/07/2026amironicLTD

This article is a continuation of our previous article, “From IMU to INS: How a Tactical Navigation System Is Really Built.” In that article, we explained how raw gyroscope and accelerometer measurements are transformed into an Inertial Navigation System (INS), and explored the roles of the IMU, Kalman filtering, and GNSS integration. In this follow-up, we take the next step by looking inside the navigation software itself—from the moment a new IMU sample is received to the generation of a complete navigation solution.

What Happens Inside the Software Thousands of Times Every Second?

In the previous article, we explained how an Inertial Navigation System (INS) transforms raw IMU measurements into attitude, velocity, and position.

But one important question remained unanswered.

Perhaps the most important one of all.

How does the software actually do it?

After all, an IMU does not transmit values such as Latitude, Longitude, or Speed.

Every sampling cycle, it sends only a handful of measurements.

For example:

  • Angular rate about the X-axis
  • Angular rate about the Y-axis
  • Angular rate about the Z-axis
  • Acceleration along the X-axis
  • Acceleration along the Y-axis
  • Acceleration along the Z-axis
  • And, in many systems, additional information such as temperature, status flags, and diagnostic data.

That is all the information available to the computer.

There is no map.

There is no GPS.

There is no heading.

The software does not even know whether the platform is sitting on the ground, flying through the air, or moving at sea.

Yet, only seconds after startup, the navigation system is already able to estimate the platform’s attitude, calculate its velocity, and, in many cases, determine its position with remarkable accuracy.

So what actually happens between the moment a new IMU sample arrives and the moment a complete navigation solution is produced?

In this article, we look inside the heart of an INS and follow the journey of a single IMU sample—from the instant it enters the processor to the moment it becomes part of a real-time navigation solution.

IMU

↓

Gyroscope
Accelerometer

↓

Navigation Software

↓

Attitude

↓

Velocity

↓

Position

↓

Navigation Solution

Figure 1 – High-Level Overview of the INS Navigation Algorithm.
Each IMU sample enters a processing pipeline that transforms raw gyroscope and accelerometer measurements into a complete navigation solution. While the diagram is conceptually simple, every stage involves sophisticated mathematical computations executed continuously at rates ranging from hundreds to thousands of times per second, depending on the sampling frequency of the navigation system.

The Algorithm Does Not Wait for Data to Accumulate

One of the most common misconceptions about an Inertial Navigation System (INS) is that it collects sensor data for several seconds before calculating the platform’s position.

In reality, the opposite is true.

As soon as a new IMU sample is received, the navigation algorithm begins processing it immediately.

If the IMU operates at 1,000 Hz, the entire processing cycle must be completed in just one millisecond – before the next sample arrives.

In more advanced systems operating at 2,000 Hz or even 10,000 Hz, the available processing time is even shorter.

For this reason, an INS does not perform one large calculation every few seconds.

Instead, it executes thousands of small, continuous calculations every second.

During each processing cycle, the software reads the latest IMU measurements, updates the navigation state, estimates sensor errors, integrates information from other sensors when available, and generates an updated navigation solution.

An INS can be viewed as a continuous processing loop that runs for the entire duration of the platform’s operation.

Each time a new IMU sample arrives, the cycle starts again.

Start

↓

Read IMU

↓

Correct Sensor Errors

↓

Update Attitude

↓

Remove Gravity

↓

Calculate Linear Acceleration

↓

Update Velocity

↓

Update Position

↓

Receive GNSS?

↓

Yes → Sensor Fusion

↓

Update Navigation State

↓

Output Navigation Solution

↓

Wait for Next IMU Sample

↓

Repeat

Figure 2 – Typical INS Processing Cycle.

With each new IMU sample, the navigation algorithm executes a sequence of processing steps, including sensor error compensation, navigation state updates, and the integration of information from supporting sensors. This cycle repeats continuously, hundreds or even thousands of times per second, depending on the sampling rate of the navigation system.

Step 1 – Reading Data from the IMU

The first operation performed during each processing cycle is remarkably simple.

The algorithm reads the latest measurements received from the IMU.

At first glance, this may seem trivial.

In practice, however, even this step requires careful attention.

The algorithm does not read only the gyroscope and accelerometer measurements. In most systems, it also receives additional information, including a timestamp, sensor temperature, status flags, and, in some cases, internal diagnostic data.

Together, these values describe the condition of the sensor at one precise moment in time.

For this reason, one of the most important parameters is not the measured acceleration or angular rate itself, but when the measurement was taken.

If the algorithm does not know the exact time associated with each measurement, every subsequent calculation may be affected.

This is why advanced navigation systems place great emphasis on precise time synchronization across all system components.

When the camera, GNSS receiver, and IMU all reference the same time base, their data can be fused reliably.

Conversely, even a timing error of just a few milliseconds may cause the system to compare measurements that represent completely different moments during the platform’s motion.

Before calculating attitude, velocity, or position, the algorithm must first be certain of one thing:

The measurement it is about to process represents the correct moment in time.

Camera Frame
────────────●────────────●────────────

GNSS
────────────●─────────────────────────

IMU
────────────●────────────●────────────●────────────●────────────

Time →

Figure 3 – The Importance of Time Synchronization in an Inertial Navigation System.

In a modern navigation system, every measurement must be associated with the exact moment it was acquired. The IMU, GNSS receiver, cameras, and other sensors often operate at different sampling rates, yet the navigation algorithm must synchronize all of them to a common time base. Without precise time synchronization, even high-performance sensors can introduce errors in sensor fusion, state estimation, and ultimately the overall navigation solution.

Step 2 – Why the Algorithm Does Not Trust the IMU

Once the measurements have been received, the navigation algorithm still does not use them directly.

The reason is simple.

Every sensor, no matter how sophisticated, contains errors.

Even when the platform is perfectly stationary, gyroscopes do not always report exactly zero angular rate, and accelerometers do not always measure the expected acceleration with perfect accuracy. Temperature changes, vibration, component aging, and other environmental factors can also cause sensor outputs to drift over time.

For most applications, these errors are extremely small and have little practical impact.

In an Inertial Navigation System, however, they do not remain small.

Because the navigation algorithm continuously integrates the sensor measurements, even a tiny bias can accumulate over time and eventually become a significant navigation error.

For this reason, before calculating attitude, velocity, or position, the software attempts to determine which parts of the measurement represent the platform’s actual motion and which parts are caused by the behavior of the sensor itself.

Some corrections are based on calibration parameters determined during factory testing. Others are estimated and updated continuously while the system is operating.

In other words, the algorithm is not asking only:

“What did the IMU measure?”

It is also asking:

“How much confidence should I place in this measurement?”

This is one of the main reasons why two navigation systems built around the same IMU can deliver dramatically different performance. The quality of the navigation solution depends not only on the sensor itself, but also on the sophistication of the algorithm that interprets the measurements and continuously estimates and compensates for sensor errors.

Raw Gyroscope Data
│
▼
Bias Compensation
│
Temperature Compensation
│
Scale Factor Correction
│
Validity Checks
│
▼
Corrected IMU Data

Figure 4 – Measurement Preprocessing.

Before any navigation calculations are performed, the raw measurements received from the IMU undergo a preprocessing stage. During this step, the algorithm may compensate for sensor bias, temperature effects, and scale factor errors, while also performing validity checks and other filtering operations. The objective is to minimize the influence of measurement errors so that all subsequent navigation calculations are based on data that is as accurate and reliable as possible.

Step 3 – How Does the Algorithm Know Which Way the Platform Is Facing?

If you ask someone to stand in the middle of a room and close their eyes, they can usually still tell whether they are standing upright, leaning forward, or have turned to the left.

A computer has no such intuition.

For the navigation algorithm, everything begins from zero.

When an INS is powered on, the algorithm does not inherently know whether the platform is facing north or south, whether it is level or tilted, or even whether it is stationary or already in motion.

The only information available is the continuous stream of measurements produced by the gyroscopes and accelerometers.

During every sampling cycle, the gyroscopes measure the platform’s angular rate about the three axes. The algorithm does not receive the platform’s orientation directly – it receives only how fast that orientation is changing.

To determine the current attitude, the algorithm must continuously update its estimate using every measurement received since the system started operating.

A useful analogy is navigating while blindfolded.

If you know exactly how much you have rotated since the previous moment, you can continuously estimate which direction you are facing without ever seeing the outside world.

This is exactly how an INS estimates attitude.

With each new IMU sample, the algorithm combines the latest angular rate measurements with the attitude estimated during the previous processing cycle and computes the platform’s new orientation.

In other words, the algorithm does not recalculate the attitude from scratch every time.

It updates it continuously.

This is one of the most critical variables in the entire navigation system. Every subsequent calculation – from gravity compensation to velocity and position estimation – depends on the accuracy of this attitude estimate.

Modern navigation systems rarely represent orientation internally using Roll, Pitch, and Yaw angles alone. These Euler angles can introduce mathematical singularities under certain conditions, so professional INS algorithms typically use more robust representations such as quaternions or rotation matrices, allowing the platform’s orientation to be updated continuously, accurately, and without singularities.

The user almost never sees the quaternion itself.

Instead, the navigation system displays familiar Roll, Pitch, and Yaw angles.

Behind the scenes, however, the algorithm performs its calculations using a completely different mathematical representation.

Gyroscope
(Angular Rate)

│
▼

Quaternion Update

│
▼

Rotation Matrix

│
▼

Roll
Pitch
Yaw

Figure 5 – Attitude Estimation.

During each processing cycle, the navigation algorithm combines the angular rate measurements received from the gyroscopes with the attitude estimate from the previous cycle to update the platform’s orientation in three-dimensional space. In professional navigation systems, these calculations are typically performed using quaternions or rotation matrices, which provide a stable and continuous representation of orientation without the limitations of Euler angles. Only after the attitude has been updated is it converted into the familiar Roll, Pitch, and Yaw angles used for display and by subsequent navigation algorithms.

Step 4 – Gravity Compensation

Once the algorithm knows the platform’s orientation in space, it can perform a calculation that would not have been possible before:

It can separate the Earth’s gravity from the platform’s actual acceleration.

At first glance, this sounds straightforward.

In reality, it is one of the most critical steps in the entire navigation process.

Imagine a drone resting motionless on a table.

From the user’s perspective, its acceleration is zero.

The accelerometers, however, do not know that the drone is stationary.

Instead, they measure approximately 1 g, caused by the Earth’s gravitational field.

If the algorithm interpreted this measurement as actual platform acceleration, it would incorrectly conclude that the drone was accelerating upward, even though it was not moving at all.

Before velocity or position can be estimated, the algorithm must first determine how the platform is oriented relative to the Earth, calculate the direction of the gravity vector in the IMU’s reference frame, and subtract it from the accelerometer measurements.

Only after gravity has been removed does the algorithm obtain the platform’s true linear acceleration.

This is the acceleration that can be integrated to estimate velocity.

At this point, it becomes clear how tightly each stage of the navigation algorithm depends on the previous one.

If the attitude estimate computed in the previous step is even slightly inaccurate, the gravity vector will also be estimated incorrectly.

As a result, part of the gravitational acceleration may remain in the measurement, or genuine platform acceleration may be removed by mistake.

In other words, a small error in the estimated orientation immediately becomes an error in the calculated linear acceleration.

Since this acceleration is subsequently integrated to estimate velocity and position, the error continues to propagate throughout the entire navigation solution.

This is precisely why modern Inertial Navigation Systems devote so much effort to accurate attitude estimation.

Its purpose is not merely to display Roll, Pitch, and Yaw to the user.

It provides the foundation upon which nearly every subsequent navigation calculation depends.

Measured Acceleration

│

├──────   Gravity (1g)

└── Linear Acceleration

│

▼

Remove Gravity

│

▼

True Linear Acceleration

Figure 6 – Gravity Compensation.

An accelerometer measures specific force, which includes both the acceleration produced by the platform’s motion and the effect of Earth’s gravity. Once the navigation algorithm has estimated the platform’s attitude, it can determine the direction of the gravity vector in the sensor’s reference frame and subtract it from the accelerometer measurements. The result is the platform’s true linear acceleration, which is then used to estimate velocity and, ultimately, position.

Step 5 – From Acceleration to Velocity

Once the algorithm has computed the platform’s true linear acceleration, it can proceed to the next stage of the navigation process:

Estimating the platform’s velocity.

From a mathematical perspective, the concept is straightforward.

If acceleration is known at every instant, velocity can be determined by integrating that acceleration over time.

For example, if an aircraft accelerates at a constant rate for several seconds, its velocity increases accordingly. The navigation algorithm does not wait until the maneuver is complete. Instead, it updates the velocity estimate during every processing cycle.

In a system operating at 1,000 Hz, this means the platform’s velocity vector is recalculated one thousand times every second.

This is also where one of the fundamental challenges of inertial navigation becomes apparent.

Any small error in the estimated linear acceleration does not remain confined to that single measurement.

It is carried forward into the velocity estimate.

If the algorithm incorrectly estimates even a few thousandths of a g while the platform is actually moving at constant velocity, that error is continuously integrated, causing the estimated velocity to drift farther and farther from the true value.

For this reason, an Inertial Navigation System does much more than simply perform mathematical integration.

While estimating velocity, the algorithm continuously monitors measurement quality, updates its estimates of sensor errors, and looks for opportunities to correct accumulated drift using information from other sensors.

In other words, the algorithm is not merely calculating velocity.

It is also constantly asking itself:

“How confident am I that this velocity estimate is correct?”

That same question becomes even more important in the next stage, where the estimated velocity is integrated once again to determine the platform’s position.

True Linear Acceleration
│
▼
Integration
│
▼
Velocity
│
▼
Navigation State

Figure 7 – Velocity Estimation Through Acceleration Integration.

After gravity compensation has been applied, the navigation algorithm integrates the platform’s linear acceleration over time to estimate its velocity. This process is repeated during every processing cycle, continuously updating the velocity vector. Any error in the estimated acceleration is also integrated, causing the velocity estimate to drift over time. Consequently, the accuracy of this stage depends directly on the quality of the sensor measurements, the precision of the attitude estimation, and the effectiveness of the navigation system’s error compensation algorithms.

Step 6 – The Algorithm Does More Than Compute Position – It Estimates the System State

At this point, it might seem that an Inertial Navigation System only needs to keep track of three quantities:

  • Position
  • Velocity
  • Attitude

In reality, these are only a small part of the information maintained by the navigation algorithm.

A modern INS continuously maintains an internal system state, often referred to as the state vector.

This state describes much more than where the platform is located. It also represents how the system is behaving, which sensor errors have been identified, and how much confidence the algorithm has in each estimated quantity.

In relatively simple systems, the state vector may contain only position, velocity, and attitude.

In more advanced tactical navigation systems, however, it typically includes additional variables such as gyroscope bias, accelerometer bias, and, in some cases, parameters related to sensor alignment, time synchronization, or the platform’s motion model.

In other words, the algorithm is not simply remembering where the platform is.

It is also keeping track of how much it trusts its own estimates.

This is one of the fundamental differences between a simple integration algorithm and a true Inertial Navigation System.

During every processing cycle, after updating attitude, acceleration, and velocity, the algorithm does not stop at updating the navigation solution.

It also updates the entire state estimate.

When a new IMU measurement arrives, or later when data is received from a GNSS receiver or another aiding sensor, the algorithm does not recalculate everything from the beginning.

Instead, it refines its existing state estimate using the newly available information.

A useful analogy is a continuously updated engineering logbook.

Each new measurement not only adds information but also changes the algorithm’s confidence in every estimated variable.

As a result, even if one of the sensors temporarily stops providing data or its measurements become less reliable, the navigation system can continue operating by relying on the knowledge accumulated in its internal state.

This is one of the key reasons why an INS can continue providing a navigation solution even when GNSS signals are unavailable for several seconds – or, in high-performance systems, even for several minutes.

Navigation State

📍 Position

➡️ Velocity

🧭 Attitude

⚙️ Gyroscope Bias

⚙️ Accelerometer Bias

🕒 Timestamp

Figure 8 – Navigation State (State Vector).

An Inertial Navigation System maintains far more than the platform’s position. During every processing cycle, it updates an internal navigation state, or state vector, that contains the information required to estimate and predict the platform’s motion. Depending on the system, this state may include position, velocity, attitude, gyroscope bias, accelerometer bias, and additional parameters used for navigation and sensor modeling. The state vector is continuously refined and serves as the foundation for prediction, error estimation, sensor fusion, and the overall navigation solution.

Step 7 – The Kalman Filter Does Not Compute the Navigation Solution

If you search online for how an Inertial Navigation System works, you will likely come across the following statement:

“The Kalman Filter calculates the position.”

This is one of the most common misconceptions in inertial navigation.

In reality, the navigation system already computes the platform’s attitude, velocity, and position without the Kalman Filter.

These quantities are continuously estimated from the IMU measurements using the integration process and mathematical models described in the previous sections.

So what is the role of the Kalman Filter?

The answer is simple:

It does not compute the navigation solution – it improves it.

At every instant, the navigation system predicts where the platform should be based on everything it has learned so far.

When a new measurement becomes available from an external source, such as a GNSS receiver, the algorithm performs a comparison.

It asks two simple questions:

What did I expect to measure?

and

What did I actually measure?

If the prediction and the measurement closely agree, the algorithm concludes that its internal model is accurate and makes only minor adjustments.

If there is a significant difference, however, it does not immediately replace the entire navigation solution.

Instead, it tries to determine the cause of the discrepancy.

Did the GNSS receiver produce a temporary error?

Is one of the sensors beginning to drift?

Has a gyroscope bias changed?

Or did the platform perform a maneuver that was not fully captured by the system’s motion model?

Only after evaluating these possibilities does the Kalman Filter update the system state.

For this reason, the Kalman Filter does not simply “correct the position.”

Instead, it updates the algorithm’s confidence in its own estimates, refines the internal state variables, and reduces the errors that would otherwise accumulate over time.

A useful way to think about the Kalman Filter is as the quality manager of the navigation system.

It does not make the measurements, nor does it compute the platform’s motion directly.

Its job is to combine information from multiple sensors in the most statistically consistent way and determine how much weight should be given to each source at every moment.

This is why an INS does not immediately fail when GNSS signals are temporarily lost.

The navigation solution continues to rely on the system’s internal prediction, and when external measurements become available again, the Kalman Filter incorporates them in a controlled manner to refine the navigation state.

Navigation State
│
▼
Prediction
│
▼
New GNSS Measurement
│
▼
Comparison
│
▼
Kalman Update
│
▼
Updated Navigation State

Figure 9 – Prediction and Correction Cycle in an Inertial Navigation System.

An Inertial Navigation System continuously predicts the platform’s state using measurements from the IMU. When an aiding measurement, such as a GNSS position update, becomes available, the Kalman Filter compares the predicted state with the new measurement, computes the innovation (measurement residual), and updates the system’s state estimate accordingly. This prediction-correction cycle is repeated throughout the mission, allowing the navigation system to continuously reduce accumulated errors and improve the accuracy of the overall navigation solution.

Why Is Building an Inertial Navigation System So Difficult?

After following the complete navigation processing chain, it becomes easier to understand why developing an INS involves far more than selecting a high-performance IMU or implementing a few mathematical equations.

Every millisecond, the system may need to perform dozens of tasks:

  • Acquire the latest IMU measurements.
  • Synchronize all sensors to a common time base.
  • Compensate for temperature effects and sensor biases.
  • Estimate the platform’s attitude.
  • Remove the effect of gravity from the accelerometer measurements.
  • Update the platform’s velocity and position.
  • Predict the system state.
  • Fuse information from aiding sensors.
  • Evaluate the quality of incoming measurements.
  • Continuously refine the navigation model.

And this entire sequence is repeated hundreds or even thousands of times every second.

When the platform performs an aggressive maneuver, when GNSS signals are lost, when the temperature changes, or when mechanical vibrations appear, the algorithm must continue operating without interruption while maintaining a reliable navigation solution.

This is why an Inertial Navigation System is much more than a mathematical algorithm.

It is a real-time estimation system in which every processing stage depends on the accuracy of the previous one, and even small errors can rapidly propagate through the navigation solution if they are not detected and compensated.

Ultimately, the performance of an INS is determined not only by the quality of its sensors, but also by the algorithm’s ability to model sensor behavior, manage uncertainty, compensate for accumulated errors, and extract the most reliable navigation solution from imperfect measurements.


Conclusion

From the outside, an Inertial Navigation System appears deceptively simple.

It receives measurements from an IMU and produces a navigation solution.

In reality, one of the most sophisticated real-time estimation algorithms in engineering operates between those two steps.

During every processing cycle, the navigation algorithm reads the latest sensor measurements, compensates for known errors, estimates the platform’s attitude, removes the effect of gravity, updates velocity and position, maintains the system state, and combines information from external sensors to continuously reduce accumulated navigation errors.

This entire process repeats continuously throughout the operation of the system.

It is also the reason why two engineering teams can build navigation systems around the exact same IMU and still achieve dramatically different levels of performance.

In many cases, the difference is not the sensor itself, but the quality of the navigation algorithm, the precision of time synchronization, the effectiveness of error estimation and compensation, and the way every component works together to produce a single, reliable navigation solution.

A Real Example – What Happens When a New IMU Sample Arrives?

So far, we have explained the principles behind an Inertial Navigation System.

Now let’s go one step deeper and examine what a real processing cycle looks like inside navigation software.

For this example, we will use an IMU from the LandMark™ SX2 family developed by Gladiator Technologies.

The IMU transmits a data packet to the navigation computer at a fixed rate, which can be configured up to 10,000 samples per second. Each packet contains gyroscope measurements, accelerometer measurements, sensor temperature, a message counter, and additional fields used for communication control and data integrity verification.

Assume the following packet has just been received:

---------------------------------------------
Message #15234

Time          12.001000 s

Gyro X        +0.32 °/s
Gyro Y        -0.15 °/s
Gyro Z        +4.81 °/s

Accel X       +0.031 g
Accel Y       -0.012 g
Accel Z       +1.002 g

Temperature   31.8 °C

Status        OK
---------------------------------------------

What Happens When the Packet Reaches the Processor?

The moment the IMU packet arrives, the navigation algorithm begins its work.

The first task is not to calculate position, velocity, or attitude.

Instead, the software first parses the communication packet and converts the received bytes into data structures that can be processed by the navigation algorithm.

During this stage, the software also verifies the integrity of the message, checks the message counter, evaluates the status fields, and confirms that the received data is complete and valid.

Only after all of these checks have passed can the navigation calculations begin.

From the programmer’s perspective, this first step may appear surprisingly simple.

// Read one IMU packet
IMUSample sample = imu.read();

Although this is only a single line of code, a considerable amount of work happens behind the scenes.

The imu.read() function does far more than return six sensor values.

It reads the serial data stream, detects the beginning of the packet using the synchronization byte, verifies the packet structure, decodes each field, validates the checksum, and converts the raw gyroscope, accelerometer, and temperature measurements into a structured data object. The packet format and individual fields are defined by the SX2 communication protocol.

After decoding, the resulting object may look something like this:

sample.gyro.x
sample.gyro.y
sample.gyro.z

sample.accel.x
sample.accel.y
sample.accel.z

sample.temperature

sample.status

sample.messageCounter

This is the point where the raw numbers received from the hardware become meaningful information that the navigation software can process.

Even now, however, the navigation algorithm does not immediately use these measurements to estimate the platform’s motion.

It knows that every sensor contains errors.

Before performing any navigation calculations, it must verify that the measurements are reliable, update its internal sensor models, and apply the appropriate compensation algorithms.

In other words, reading data from the IMU is only the gateway into the navigation system.

The actual navigation process has not yet begun.

The Next Step – Error Compensation Begins Before Navigation Calculations

Once the measurements have been successfully received, the navigation algorithm still does not use them to estimate the platform’s attitude or position.

Instead, it begins by answering a simple question:

Are these measurements describing the real world, or are they also reflecting the sensor’s own imperfections?

This is far from a theoretical concern.

Every gyroscope and every accelerometer is affected by bias, temperature-dependent errors, electronic noise, and small residual inaccuracies that remain even after factory calibration.

If these errors are ignored, they become part of the navigation solution, accumulate over time through continuous integration, and eventually produce significant drift in the estimated position.

For this reason, one of the first tasks performed by the software is to compensate for known sensor errors before any navigation calculations take place.

In pseudocode, this might look like:

correctBias(sample);

temperatureCompensation(sample);

Only two lines of code.

Yet each represents a sophisticated processing stage.

For example, correctBias() does far more than subtract a fixed value from each measurement.

It may use calibration coefficients determined during factory testing, parameters learned while the system is operating, or bias estimates that are continuously updated by the Kalman Filter as new information becomes available.

Similarly, temperatureCompensation() is much more than a simple temperature check.

In advanced navigation systems, it relies on calibration models developed over a wide temperature range to predict how thermal changes affect each individual sensor axis, allowing those effects to be compensated before the measurements are used.

You can think of these functions as the system’s data-cleaning stage.

Before the navigation algorithm trusts the measurements, it first removes as much of the sensor’s known behavior as possible, leaving data that more accurately represents the platform’s actual motion.

Only after the software determines that the measurements represent the platform’s motion as accurately as possible – rather than the limitations of the sensors – can the actual navigation calculations begin.

Raw IMU Data
      │
      ▼
Bias Compensation
      │
      ▼
Temperature Compensation
      │
      ▼
Validated Sensor Data
      │
      ▼
Navigation Algorithm

Figure 10 – IMU Measurement Preprocessing.

Before the navigation calculations begin, the algorithm compensates for known sensor errors such as bias and temperature-dependent effects. The objective of this preprocessing stage is to ensure that the subsequent navigation algorithms operate on measurements that represent the platform’s true motion as accurately as possible, rather than the inherent limitations of the measurement system.

A Numerical Example – Calculating a Change in Orientation

Assume the IMU reports the following measurement:

Sampling Rate : 1000 Hz

Δt = 0.001 s

Gyro Z = 20.0 °/s

This means the sensor measures that the platform is rotating about the Z-axis at a rate of 20 degrees per second.

The navigation algorithm, however, is not interested in how many degrees the platform will rotate over the next second.

It only needs to know what happened during the last millisecond.

It therefore performs the following calculation:

Angle Change

Δθ = ω × Δt

Δθ = 20 × 0.001

Δθ = 0.02°

In other words, during the last sampling interval, the platform rotated by only

0.02°.

At first glance, this seems like a tiny angle.

However, when this calculation is repeated 1,000 times every second, the algorithm can continuously track the platform’s orientation with extremely high temporal resolution.

In pseudocode, the calculation might look like this:

double dt = 0.001;

Vector3 deltaAngle;

deltaAngle.x = gyro.x * dt;
deltaAngle.y = gyro.y * dt;
deltaAngle.z = gyro.z * dt;

At this stage, the algorithm is not calculating the platform’s Roll, Pitch, or Yaw angles.

Instead, it is computing only how much the platform has rotated since the previous IMU sample.

This illustrates the fundamental difference between angular rate and angle.

The gyroscope measures angular velocity.

The navigation algorithm converts that angular velocity into an incremental rotation by integrating it over time.

The next line of code is one of the most important operations in an Inertial Navigation System.

attitude.update(deltaAngle);

Although it appears to be a single function call, it encapsulates the mathematical operations that update the platform’s orientation in three-dimensional space.

Modern navigation systems do not update orientation by simply adding Roll, Pitch, and Yaw angles together.

Instead, they update an internal mathematical representation of rotation – typically a quaternion – which allows thousands of orientation updates per second while maintaining numerical stability and avoiding singularities such as Gimbal Lock.

At the end of this operation, the algorithm obtains the platform’s updated orientation, which is immediately used in the next stage of the navigation process:

Estimating the direction of the gravity vector and removing it from the accelerometer measurements.

Gyroscope

20°/s
   │
   ▼
Δθ = ω × Δt
   │
   ▼
0.02°
   │
   ▼
Quaternion Update
   │
   ▼
New Attitude

Figure 11 – Updating the Platform’s Attitude from Gyroscope Measurements.

During each processing cycle, the angular rate measured by the gyroscope is multiplied by the sampling interval to calculate the incremental rotation since the previous IMU sample. This incremental rotation is then used to update the platform’s orientation, typically through a quaternion-based attitude update. The resulting attitude estimate is immediately passed to the next stage of the navigation algorithm, where it is used to determine the direction of the gravity vector for gravity compensation.

In a system operating at 1,000 Hz, the attitude.update() function is executed one million times in approximately 17 minutes of continuous operation. Every update must be highly accurate, because even an extremely small error in each cycle can accumulate into significant navigation drift over time.

But Wait… Why Do We Need an Accelerometer?

If the gyroscope already allows the navigation system to determine how the platform is rotating, a natural question arises:

Why do we need an accelerometer at all?

The answer is that no gyroscope, no matter how accurate, is perfect.

Even after calibration, every gyroscope has a small residual bias.

Suppose that instead of measuring 0.000°/s while the platform is perfectly stationary, the gyroscope reports:

0.020°/s

At first glance, this error appears insignificant.

But the navigation algorithm has no way of knowing that it is an error.

As far as the algorithm is concerned, the platform is rotating.

It therefore continues integrating the measured angular rate.

After one second, the estimated orientation has drifted by:

0.020°

After one minute:

1.2°

After ten minutes:

12°

Even though the platform has never moved.

This is exactly why an Inertial Navigation System cannot rely on a gyroscope alone.

This is where the accelerometer becomes essential.

When the platform is stationary, the accelerometer measures almost nothing except the Earth’s gravitational field.

From the algorithm’s perspective, this provides a stable reference that indicates the direction of down.

If the gyroscope predicts that the platform has rolled 5° to the right, but the gravity vector measured by the accelerometer still indicates that the platform is level, the algorithm recognizes that the two sensors disagree.

This is where one of the most important processes in inertial navigation begins.

The algorithm combines information from both sensors.

The gyroscope provides an extremely fast and smooth estimate of rotational motion.

The accelerometer provides a long-term reference based on the direction of gravity.

Rather than trusting either sensor alone, the navigation algorithm combines both to produce a more accurate estimate of the platform’s attitude.

In pseudocode, the concept might look like this:

Attitude gyroPrediction =
    attitude.predict(sample.gyro, dt);

Vector3 gravity =
    normalize(sample.accel);

Attitude corrected =
    sensorFusion(
        gyroPrediction,
        gravity);

Of course, a real navigation system does not contain a function literally named sensorFusion().

In practice, this process is performed by more sophisticated estimation algorithms, such as a Kalman Filter, an Extended Kalman Filter (EKF), or other state estimation techniques.

The underlying idea, however, remains the same.

The gyroscope says:

“This is how I believe the platform has rotated.”

The accelerometer says:

“This is the direction in which gravity is acting.”

The navigation algorithm combines both sources of information to determine which estimate is most likely to be correct, producing an attitude solution that is significantly more stable and accurate than either sensor could provide on its own.

The navigation algorithm combines both estimates and determines the most probable orientation of the platform.

Gyroscope Measurements
        │
        ▼
Attitude Prediction Model
        │
        ▼
Predicted Attitude
        ▲
        │
Gravity Vector from Accelerometer
        │
        ▼
Kalman Filter / Sensor Fusion
        │
        ▼
Corrected Attitude

Figure 12 – The Principle of Sensor Fusion in an Inertial Navigation System.

The navigation algorithm combines the gyroscope’s fast and responsive estimate of rotational motion with the gravity reference provided by the accelerometer. Using sensor fusion techniques – typically implemented with a Kalman Filter or a similar state estimation algorithm – it continuously refines the platform’s attitude estimate. The result is an orientation solution that is both highly responsive to rapid maneuvers and stable over long periods of operation.

What Happens When a GNSS Measurement Becomes Available?

Up to this point, the navigation system has relied entirely on the IMU.

It has estimated the platform’s attitude using the gyroscopes, calculated linear acceleration from the accelerometers, and integrated those measurements to estimate velocity and position.

This approach offers a major advantage.

It operates continuously and does not depend on any external source of information.

However, it also has a fundamental limitation.

Every small error in the sensor measurements accumulates over time.

Even if the error introduced during each processing cycle is almost negligible, after minutes or hours of operation it can grow into a significant navigation error.

For this reason, when a position measurement becomes available from a GNSS receiver, the navigation algorithm does not replace the INS solution.

Instead, it compares the two independent estimates.

On one side is the position predicted by the INS.

On the other is the position measured by the GNSS receiver.

The difference between them is called the innovation (or measurement residual), and it forms the basis of the correction process.

For example:

INS Position

X = 1245.32 m
Y = 842.17 m

GNSS Position

X = 1245.08 m
Y = 842.51 m

In this example, the algorithm detects that the inertial solution differs from the external measurement by only a few tens of centimeters.

It does not immediately jump to the GNSS position.

Instead, it evaluates whether the discrepancy is the result of drift in the INS or simply temporary noise in the GNSS measurement.

Only after this evaluation does the navigation system perform a controlled update of its internal state.

In pseudocode, the process might look like this:

State prediction = ins.predict();

GNSSMeasurement gnss = receiver.read();

Innovation innovation =
    gnss.position - prediction.position;

kalman.correct(innovation);

The kalman.correct() function does far more than adjust the estimated position.

Modern navigation systems may use this correction step to update not only the platform’s position, but also:

  • Position
  • Velocity
  • Attitude
  • Gyroscope bias
  • Accelerometer bias

In other words, a single GNSS measurement can improve the accuracy of many elements of the navigation state – not just the platform’s geographic coordinates.

This is why the Kalman Filter is often described as doing much more than “correcting the position.”

It updates the entire state estimate.

INS Prediction
      │
      ▼
Predicted Position
      │
      ├────────── GNSS Position
      │
      ▼
Innovation (Error)
      │
      ▼
Kalman Correction
      │
      ▼
Updated Navigation State

Figure 13 – Correcting the INS Solution Using a GNSS Measurement.

Whenever a GNSS measurement becomes available, the navigation algorithm compares it with the position predicted by the INS. The difference between the two, known as the innovation (or measurement residual), is processed by the Kalman Filter to update the system’s state estimate. Rather than simply correcting the platform’s position, the filter may also refine estimates of velocity, attitude, and sensor biases, reducing accumulated drift and improving the overall accuracy and stability of the navigation solution over time.

What Happens When the GNSS Signal Is Lost?

This is one of the most challenging situations for any navigation system.

The moment the GNSS signal is lost, the Kalman Filter no longer receives external position updates.

From that point onward, the navigation system must rely entirely on the measurements provided by the IMU.

As a result, every small error in the gyroscope and accelerometer measurements begins to accumulate without any external reference to correct it.

At this stage, navigation performance depends almost entirely on two factors: the quality of the inertial sensors and the algorithm’s ability to estimate and compensate for the accumulated errors.

Systems built around tactical-grade or navigation-grade IMUs can often maintain accurate navigation solutions for many minutes without GNSS. Systems based on lower-performance sensors, however, typically experience navigation drift much more rapidly.

This is why evaluating an IMU requires looking beyond specifications such as noise density or measurement resolution.

Parameters including Bias Stability, Angle Random Walk (ARW), and Velocity Random Walk (VRW) are far more indicative of how well the navigation system will perform when external aiding is unavailable.

In other words, the true quality of an IMU is demonstrated not when everything is working perfectly, but when the navigation system must operate on its own.

In pseudocode, the transition is almost deceptively simple:

while (systemRunning)
{
    IMUSample sample = imu.read();

    navigation.predict(sample);

    if (GNSS.available())
    {
        navigation.correct(receiver.read());
    }

    publishNavigationSolution();
}

When GNSS is available, the navigation algorithm performs two steps during each processing cycle: prediction, followed by correction.

When GNSS is unavailable, the correction step is simply skipped.

The navigation system continues propagating its solution using only the IMU measurements until external aiding becomes available again.

During this period, the estimated position, velocity, and attitude remain available, but their uncertainty gradually increases as small sensor errors continue to accumulate over time.

Although the code changes very little, the behavior of the navigation system changes dramatically. From this point onward, the entire navigation solution relies solely on the INS prediction, and the accumulated navigation error continues to grow over time.

IMU Measurements
       │
       ▼
INS Prediction
       │
       ▼
GNSS Measurement?
    ┌───────────────┐
 Yes│               │No
    ▼               │
Kalman Update       │
    │               │
    └──────┬────────┘
           │
           ▼
Navigation Solution

Figure 14 – The Effect of GNSS Availability on the Navigation Cycle.

When GNSS measurements are available, the Kalman Filter continuously refines the INS solution using external position updates. When the GNSS signal is lost, the correction step is skipped, and the navigation system continues relying solely on inertial prediction. From that moment onward, navigation accuracy gradually degrades as sensor errors accumulate, with the rate of degradation determined primarily by the quality of the IMU and the performance of the navigation algorithm.


Conclusion

From the outside, an Inertial Navigation System appears to be a simple device that outputs position, velocity, and attitude.

In reality, every navigation update is the result of a sophisticated chain of computations. The system continuously acquires sensor measurements, compensates for known errors, estimates the platform’s attitude, removes the effect of gravity, integrates acceleration to estimate velocity and position, and intelligently combines information from multiple sensors through state estimation algorithms such as the Kalman Filter.

Ultimately, the IMU itself does not navigate.

It simply measures motion.

Transforming those measurements into a reliable, stable, and accurate navigation solution is the responsibility of the navigation algorithm, the quality of the inertial sensors, and the way they are integrated into a complete INS.

This is why two navigation systems built around similar – or even identical – IMUs can exhibit dramatically different levels of performance. The difference often lies not in the sensors themselves, but in the sophistication of the navigation software that interprets their measurements.

🧩 Further Reading and Deeper Insight

This article is part of a broader series exploring the engineering principles behind modern inertial sensing and motion stability in advanced control and navigation systems. For deeper technical context and system-level insights, you may also find the following articles valuable:

  • Bridging Control and Navigation: How Advanced MEMS IMUs Are Redefining System Performance
  • Gyro and IMU for Advanced Control Systems
  • The Silent Problem of Precision Systems – Why Gyros and IMUs Are Control Components, Not Just Sensors
  • Why External Sync is Critical in Gyro and IMU Systems
  • Stabilization, Tracking & Time Sync: The Foundation of Precise Line-of-Sight Control
  • Mission-Grade Stabilization in Dynamic EO/IR Systems: Why Bandwidth, Data Rate, and Phase Lag Define Gimbal Performance
  • Why Gladiator? What Truly Differentiates a High-End MEMS IMU Manufacturer
  • Common Misconceptions About MEMS Inertial Sensors
  • Bias Stability vs. Bias Instability: What really determines the performance of Gyro and IMU systems in stabilization, tracking, and navigation
  • Scale Factor in MEMS IMUs – The Error That Quietly Destroys Accuracy
  • The IMU Was Excellent. The Image Still Shook.
  • 2000Hz IMU? Before You Get Impressed, Understand Three Completely Different Numbers
  • SX3: Pushing MEMS Beyond Traditional Stabilization
  • Why a Smaller IMU Can Save Months of Development
  • Your Image Still Shakes Despite Choosing a Gyroscope with Excellent Bias Stability
  • Why Replacing an IMU Can Lead to Weeks of Recalibration
  • From IMU to INS: How a Tactical Navigation System Is Really Built

Frequently Asked Questions (FAQ)

Does this article explain everything required to build an INS?

No.

The goal of this article is to explain the fundamental principles of an Inertial Navigation System in a practical and accessible way. Operational navigation systems incorporate many additional algorithms and implementation details, each of which could easily justify an article of its own.


What is an Error-State Kalman Filter (ESKF)?

In modern INS architectures, the Kalman Filter usually does not estimate position, velocity, and attitude directly.

Instead, it estimates the errors associated with those quantities.

This approach, known as the Error-State Kalman Filter (ESKF), improves numerical stability, simplifies the estimation process, and enables more accurate corrections over long periods of operation. Today, it is one of the most widely used architectures in professional inertial navigation systems.


Why are quaternions used instead of Roll, Pitch, and Yaw?

Euler angles (Roll, Pitch, and Yaw) are intuitive and convenient for displaying orientation to the user, but they are not well suited for continuous mathematical calculations.

Most INS algorithms use quaternions, which provide a compact and numerically stable representation of three-dimensional rotation while avoiding singularities such as Gimbal Lock. This allows the orientation to be updated millions of times without losing accuracy.


What are Earth-centered reference frames (ECEF and NED)?

Every navigation system must define the coordinate frame in which it operates.

Many INS implementations use reference frames such as ECEF (Earth-Centered, Earth-Fixed) or NED (North-East-Down) to express the platform’s position, velocity, and orientation relative to the Earth.


What is Coning and Sculling Compensation?

When a platform experiences rapid rotational and translational motion, simply integrating the IMU measurements is no longer sufficiently accurate.

Coning Compensation and Sculling Compensation correct integration errors that arise from complex motion between consecutive IMU samples, significantly improving navigation accuracy, particularly in high-dynamic applications and high-sampling-rate systems.


What is Lever Arm Compensation?

In many systems, the GNSS antenna is not located at the same physical position as the IMU.

The distance between them, known as the lever arm, introduces measurement differences whenever the platform rotates or accelerates.

Lever Arm Compensation accounts for this offset, allowing the GNSS and IMU measurements to be fused more accurately.


What is Zero Velocity Update (ZUPT)?

In applications where the platform periodically comes to a complete stop, the navigation system can use this information to reset the estimated velocity.

This technique, known as Zero Velocity Update (ZUPT), greatly reduces accumulated drift and is widely used in pedestrian navigation, mobile robotics, and autonomous ground vehicles.


What is GNSS/INS Tight Coupling?

In loosely coupled systems, the INS receives only the final position solution produced by the GNSS receiver.

In tight coupling architectures, the navigation algorithm processes raw satellite measurements directly within the Kalman Filter.

This approach enables reliable navigation even when only a limited number of satellites are visible or when GNSS signal quality is degraded.


Why do some systems use multiple GNSS antennas?

Navigation systems equipped with two or more GNSS antennas can estimate the platform’s heading directly, even while stationary.

This capability is particularly valuable for aircraft, marine vessels, autonomous vehicles, and stabilized platforms that require an accurate heading before movement begins.


What is RTK Integration?

RTK (Real-Time Kinematic) improves GNSS positioning accuracy by using correction data from a reference station in real time.

When RTK is integrated with a high-quality INS, positioning accuracy can reach the centimeter level while maintaining continuous navigation during brief GNSS outages.


Does every INS use all of these algorithms?

No.

The algorithms implemented in an INS depend on the application’s performance requirements, the desired level of accuracy, the available processing resources, and the quality of the inertial sensors.

For example, the navigation system of a commercial drone is fundamentally different from that of a missile, an aircraft, or an autonomous vehicle, even though all of them may be described as INS.

Glossary

Accelerometer

A sensor that measures acceleration along three orthogonal axes. In an Inertial Navigation System, the accelerometer measures specific force, which includes the effects of both the platform’s motion and Earth’s gravity. These measurements are used to estimate linear acceleration, velocity, and position.


Attitude

The orientation of a platform in three-dimensional space relative to a reference frame. Attitude is commonly expressed as Roll, Pitch, and Yaw, or represented internally using a quaternion or rotation matrix.


Bias

A constant or slowly varying sensor error that causes measurements to deviate from their true values. Even when a platform is perfectly stationary, sensor bias can accumulate through integration and produce significant navigation errors over time.


Bias Stability

A measure of how consistently a sensor’s bias remains over time. It is one of the most important specifications for predicting INS performance during extended GNSS outages.


Coning Compensation

An algorithm that compensates for integration errors caused by rapid rotational motion occurring between consecutive gyroscope samples. It is particularly important in high-dynamic applications and high-sampling-rate navigation systems.


Dead Reckoning

A navigation method in which the current position is estimated by continuously integrating measured motion, without relying on external references such as GNSS.


Earth-Centered, Earth-Fixed (ECEF)

A three-dimensional Earth-centered coordinate system that rotates with the Earth. It is widely used for representing position and motion in global navigation systems.


Error-State Kalman Filter (ESKF)

A Kalman Filter architecture that estimates the errors in the navigation state rather than the state itself. This approach improves numerical stability and has become one of the standard architectures used in modern INS implementations.


Extended Kalman Filter (EKF)

A nonlinear extension of the Kalman Filter designed for systems whose dynamics or measurements are nonlinear, such as inertial navigation systems. It is one of the most widely used algorithms for integrating IMU and GNSS data.


Gimbal Lock

A mathematical singularity associated with Euler-angle representations of orientation, where one degree of rotational freedom is lost. This limitation is one of the primary reasons modern INS algorithms use quaternions instead.


GNSS

A collective term for Global Navigation Satellite Systems, including GPS, Galileo, GLONASS, and BeiDou. GNSS provides position, velocity, and precise timing information.


Gyroscope

A sensor that measures angular velocity about three orthogonal axes. By integrating these measurements over time, the navigation system estimates changes in the platform’s orientation.


Innovation

The difference between the navigation state predicted by the INS and an external measurement, such as a GNSS position update. Also known as the measurement residual, it is the key input used by the Kalman Filter during the correction step.


Inertial Measurement Unit (IMU)

An electronic sensor package that typically contains three gyroscopes and three accelerometers, and may also include additional sensors such as magnetometers or barometers. The IMU provides the raw measurements used by an INS.


Inertial Navigation System (INS)

A navigation system that uses measurements from an IMU together with mathematical estimation algorithms to continuously determine the platform’s attitude, velocity, and position.


Kalman Filter

A state estimation algorithm that combines a mathematical prediction with external measurements while accounting for the uncertainty of each information source. It is the foundation of most modern navigation and sensor fusion systems.


Lever Arm Compensation

A correction technique that accounts for the physical separation between the IMU and other sensors, such as a GNSS antenna. Compensating for this offset improves navigation accuracy during rotational and translational motion.


North-East-Down (NED)

A local navigation coordinate frame whose axes point toward North, East, and Down. It is commonly used in aerospace, marine, and autonomous navigation systems.


Quaternion

A mathematical representation of three-dimensional rotation that avoids the singularities associated with Euler angles. Quaternions provide excellent numerical stability and are used internally by nearly all modern INS algorithms.


RTK (Real-Time Kinematic)

A GNSS positioning technique that uses real-time correction data from a reference station to achieve centimeter-level positioning accuracy.


Sculling Compensation

An algorithm that compensates for integration errors caused by simultaneous rotational and translational motion between consecutive accelerometer samples, improving navigation accuracy during highly dynamic maneuvers.


Sensor Fusion

The process of combining information from multiple sensors, such as an IMU, GNSS receiver, cameras, or LiDAR, to produce a navigation solution that is more accurate and reliable than any individual sensor could provide.


Specific Force

The quantity measured by an accelerometer. It includes both the platform’s true linear acceleration and the apparent acceleration caused by Earth’s gravity. Gravity compensation is required before these measurements can be used for navigation.


Zero Velocity Update (ZUPT)

A technique that exploits periods when the platform is known to be stationary to reset the estimated velocity. ZUPT significantly reduces accumulated navigation drift and is widely used in pedestrian navigation, robotics, and autonomous ground vehicles.

Tags: Gladiator_Technologies

Related Articles

Why a Smaller IMU Can Save Months of Development

30/06/2026amironicLTD

The IMU Was Excellent. The Image Still Shook.

01/06/2026amironicLTD

Why Replacing an IMU Can Lead to Weeks of Recalibration

12/07/2026amironicLTD

Recent Posts

  • How Does an INS Algorithm Really Work?
  • Your Pressure Sensor May Be Accurate. Your Measurement May Not Be – Why a ±0.5% Accuracy Specification Doesn’t Guarantee a ±0.5% Measurement
  • From IMU to INS: How a Tactical Navigation System Is Really Built
  • What Can We Learn from 40-Year-Old Hydraulic-Magnetic Circuit Breakers Still in Service?
  • Why Did Your Footswitch Fail After Just Six Months – Even Though It Was Rated for One Million Operations?

Categories

  • Air Switch
  • Circuit Breakers
  • Elapsed Time Indicator
  • Feedthrough
  • Footswitches
  • Gears & Transmission
  • Hour Meters
  • Infra Red Switches
  • INFRARED LAMPS
  • Low Noise Inertial MEMS
  • Mechanics
  • MEMS Gyroscope
  • MEMS Inertial
  • Microelectronics
  • Motors
  • Position Sensors
  • Power Supply
  • Pressure Sensors
  • Pressure Switch
  • Temperature Sensors
  • Tungsten and Molybdenum
  • Uncategorized
  • Vacuum Switches

Quick Contact

Fill out the form and our representatives will return to you

    Name (required)

    Email (required)

    Phone

    Message

    This site is protected by reCAPTCHA and the Google
    Privacy Policy and
    Terms of Service apply.

    Amironic Ltd.

    3 Rabinovich Street, Petah Tikva 4928144 , Israel. Tel: +972-3-9047744 E-mail: office@amironic.co.il
    Email
    Facebook
    Twitter
    LinkedIn
    YouTube
    Press on the ISO Certificate below for download
    ISO 9001:2015 Certification
    • MEMS Inertial
    • Circuit Breakers
    • Footswitches
    • Mechanical & Transmisions
    • Sensors
    • Motors
    • Electronics
    • Hand Control
    • Power Solutions

    News

    • How Does an INS Algorithm Really Work?
    • Your Pressure Sensor May Be Accurate. Your Measurement May Not Be – Why a ±0.5% Accuracy Specification Doesn’t Guarantee a ±0.5% Measurement
    • From IMU to INS: How a Tactical Navigation System Is Really Built
    • What Can We Learn from 40-Year-Old Hydraulic-Magnetic Circuit Breakers Still in Service?
    • Why Did Your Footswitch Fail After Just Six Months – Even Though It Was Rated for One Million Operations?
    About AmironicContactעברית
    © 2022 Amironic All rights reserved. All Trademarks are the property of their respective owners.
    • Increase Font
    • Decrease Font
    • Black & White
    • Inverse Colors
    • Highlight Links
    • Regular Font
    • Reset