
The Inertial Guidance Platform
手順
Show that a spinning rotor holds its direction
Show that a spinning rotor holds its direction
Rigidity in space is the property everything else rests on.
- Mount a heavy rotor in a two-axis gimbal so it is free to point in any direction.
- Spin it up and note the direction its axis points.
- Carry the whole assembly around the room, rotating the frame in every direction.
- Watch the spin axis.
The frame turns; the spin axis does not. The rotor is holding an orientation fixed relative to space itself while its mounting rotates around it, and the gimbals are simply allowing that to happen without transmitting torque.
Now push gently on the spinning rotor and observe: it does not move in the direction you pushed, but at right angles to it. That is precession, and it is the source of every counter-intuitive behaviour in the rest of this blueprint.
See the Sperry gyrocompass blueprint for how the same property was used to find true north at sea. The difference in application is instructive: the gyrocompass deliberately CONSTRAINS the gyro so Earth’s rotation forces it to seek north, while a guidance platform tries to leave it entirely unconstrained.このステップの材料:
Ball Bearing4 個
Brass Round Bar (25mm)1 個
Aluminium Plate (10mm)1 個必要な工具:
Metal Lathe
Milling Vise (4-inch)
Dial Indicator
Digital Caliper 6-Inch
Digital Tachometer
Digital Angle Gauge
Clear Safety GlassesBuild a stable platform on three gimbals
Build a stable platform on three gimbals
Isolate a small platform from every rotation of the vehicle around it.
- Build three nested gimbal rings, each free about a different axis.
- Mount the inner platform carrying the gyros and accelerometers.
- Fit pickoffs to sense any relative rotation, and small torque motors to drive each gimbal.
- Close a loop that drives the motors to keep the pickoffs reading zero.
The platform now stays fixed in inertial space while the vehicle rotates freely around it, and the gimbal angles read out the vehicle’s attitude directly. The loop is not steering the platform — it is removing friction, driving the gimbals so the platform never has to be pushed.
Three gimbals have a famous flaw. Rotate the vehicle so two gimbal axes line up and the platform loses a degree of freedom entirely — gimbal lock, after which the platform tumbles and the reference is destroyed. Apollo carried a display warning the crew away from those attitudes, and Michael Collins famously suggested they carry a fourth gimbal instead.
The fix is a redundant fourth gimbal, or abandoning the mechanical platform altogether for a strapdown system where sensors are bolted to the airframe and the transformation is done in software. Cheap computing killed the gimballed platform — the mathematics was always possible, the processing was not.このステップの材料:
Aluminium Plate (10mm)2 個
Ball Bearing6 個
Steel Dowel Pin (5mm)6 個
M5 Cap Screws (20mm)12 個必要な工具:
Milling Vise (4-inch)
Metal Lathe
Drill Press
Dial Indicator
Digital Caliper 6-Inch
Digital Angle Gauge
Torque Wrench
Clear Safety GlassesThe drift logger sketch
The drift logger sketch
Upload this, leave the sensor completely still, and let it run for ten minutes.
It first averages 2000 stationary samples to measure bias — whatever a still sensor reads IS bias plus gravity, and gravity is known, so the average removes both. Then it integrates the remaining signal twice and prints apparent velocity and apparent position once per second.
Paste the output into a spreadsheet and plot position against time. A sensor that never moved will report metres, then tens of metres, growing with the SQUARE of elapsed time.
このステップの材料:
Inertial Measurement Unit (6-Axis)1 個
Microcontroller Board1 個
Hookup Wire (22 AWG)1 reel必要な工具:
Computer with Arduino IDE
Digital Multimeter (Lab Grade)
Oscilloscope 2-Channel 100MHzMeasure accelerometer bias, and watch it become distance
Measure accelerometer bias, and watch it become distance
This is where the errors come from, and the mechanism is arithmetic rather than mechanical.
- Leave an accelerometer perfectly still and log its output for ten minutes.
- Compute the mean — this is bias, and it should be zero and will not be.
- Integrate the logged signal once to get apparent velocity, and again to get apparent position.
- Plot both against time.
A stationary sensor reports a steadily growing velocity and a position error that grows with the square of time. A bias of one milli-g — roughly a thousandth of gravity — produces about 176 metres of position error after ten minutes, from a sensor that never moved.
That is the central problem of inertial navigation and it cannot be solved by better integration. Integration is faithful; it is faithfully integrating an error.
Which is why inertial systems are always eventually corrected from outside — star trackers, radio updates, GPS today. Inertial guidance is unjammable and drifts; external references are jammable and do not. Modern systems fuse both, using each to cover the other’s weakness, and that combination is the standard answer wherever navigation must be trusted.このステップの材料:
Inertial Measurement Unit (6-Axis)1 個
Microcontroller Board1 個
Graph Paper1 pad必要な工具:
Oscilloscope 2-Channel 100MHz
Digital Multimeter (Lab Grade)
Adjustable Bench Power Supply (30V/5A)
Soldering Station
Digital Angle Gauge
Clear Safety GlassesSeparate gravity from acceleration, because the sensor cannot
Separate gravity from acceleration, because the sensor cannot
An accelerometer cannot tell you which way is up, and this is not a defect you can engineer away.
- Hold an accelerometer stationary and note it reads 1 g upward.
- Drop it — in free fall — and note it reads zero.
- Tilt it slowly and watch the components change.
- Now consider a sensor reading 1 g and try to determine whether it is sitting still or accelerating upward in space.
There is no measurement that distinguishes them. That is the equivalence principle, and it means the guidance computer must SUBTRACT a modelled gravity vector from every reading — which requires knowing where you are, which is what you were trying to compute.
The loop closes on itself: use current position estimate to look up gravity, subtract it, integrate to update position, repeat. Errors in position produce errors in the gravity model, which produce errors in position.
This is why serious inertial systems carry a detailed gravity model rather than a constant, and why Earth’s gravity field has been mapped by satellite to remarkable precision. It is also why a stationary system can be self-calibrated: anything it reads while parked is, by definition, bias plus gravity, and gravity is known.このステップの材料:
Inertial Measurement Unit (6-Axis)1 個
Graph Paper1 pad必要な工具:
Digital Angle Gauge
Oscilloscope 2-Channel 100MHz
Digital Multimeter (Lab Grade)
Smartphone with Slow-Motion Video
Clear Safety GlassesAlign the platform before launch, and know why it takes so long
Align the platform before launch, and know why it takes so long
An inertial system must be told where it is once. Everything after that is arithmetic.
- With the platform level and stationary, use the accelerometers to find the local vertical — gravity defines it.
- Now use the gyros to detect Earth’s rotation, about 15 degrees per hour, and find the direction of its axis.
- From vertical and the rotation axis, compute true north.
- Time how long the measurement takes to become repeatable.
Gyrocompassing finds north with no magnetic compass and no outside signal, using only the fact that the Earth turns — but the signal is tiny and it takes minutes of averaging to extract it. That is why a launch vehicle sits on the pad with its guidance running long before ignition, and why the countdown includes a point after which alignment cannot be repeated without starting over.
The magnetic compass, by contrast, is instant and points at a wandering magnetic pole that is not north. One is slow and true; the other is fast and approximately right — and which you want depends entirely on whether you are steering a ship or hitting a target 300 km away.
This closes the batch. The nozzle raised exhaust velocity, staging beat the logarithm, the gimbal kept the vehicle upright, and the platform knows which way that is. What remains is coming back down, which is the heat shield blueprint — and a different problem entirely, because on the way up you are spending energy and on the way down you must get rid of it.このステップの材料:
Inertial Measurement Unit (6-Axis)1 個
Graph Paper1 pad必要な工具:
Digital Angle Gauge
Oscilloscope 2-Channel 100MHz
Digital Multimeter (Lab Grade)
Adjustable Bench Power Supply (30V/5A)
Digital Tachometer
Clear Safety Glasses材料
9- 〜¥2
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- 1 reelプレースホルダー
- 1 padプレースホルダー
必要な工具
15- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
- プレースホルダー
関連ブループリント
これらのブループリントは知識を共有しています — 技術、材料、原理
CC0 パブリックドメイン
このブループリントはCC0で公開されています。許可を求めずに、自由にコピー、修正、配布、あらゆる目的で使用できます。
メイカーを応援するには、ブループリント経由で製品を購入してください。メイカーには メイカーコミッション がベンダーにより設定されています。または、このブループリントの新しいイテレーションを作成し、自分のブループリントにコネクションとして含めて収益を共有できます。


