30/06/2026
I've been working on something cool for the past few months β and I finally want to share it! π
It's an Inertial Navigation System (INS).
What does that mean?
Imagine your GPS stops working. In a drone, a car, or even a missile. What happens? Most systems would be lost. But not this one.
This system uses sensors to track movement β even when there's no GPS signal.
π°οΈ 15-state Kalman filter
π§ Compass + GPS for corrections
π ZUPT β kills drift when stationary
π Live web dashboard with diagnostics
Built with an ESP32 and consumer-grade sensors. All open-source.
Live demo (no hardware needed):
π https://htmlpreview.github.io/?https://github.com/Jubairalberune/Inertial-Navigation-System/blob/main/demo/ins_demo.html
Check out the full project on GitHub:
π https://github.com/Jubairalberune/Inertial-Navigation-System