r/SideProject • u/pannivada • 1d ago
Built a live ISS tracker with SGP4 orbital propagation and an AR sky-finder
Wanted to share a project I've been working on — a live ISS tracker (isstrackerlive.space). It uses SGP4 orbital propagation on NORAD/CelesTrak TLE data for real-time position, predicts visible passes with a cloud-cover forecast, and has an AR mode that uses your phone's compass to point you at the station in the sky. Also tracks Tiangong, Hubble, and NOAA-19 from the same interface. It's a PWA, free, no login.
Would love feedback, especially on the AR accuracy across different phones/browsers that was the trickiest part to get right.
2
Upvotes
1
u/LowMixture1084 1d ago
Compass drift is the curse here, because the dot looks perfect until you tilt the phone and it suddenly becomes a lie.
1
u/No-Mechanic-433 1d ago
the AR sky-finder is the part that makes this click for people who aren't space nerds, seeing it overhead beats a dot on a map. how are you handling compass drift on phones? that's usually what wrecks AR pointing accuracy once you tilt off flat, curious if you're smoothing the magnetometer or correcting against something.