You are browsing as a guest. Sign up (or log in) to start making projects!

Autonomous Deep Space Navigation System (ADSNS)

  • 1 Devlogs
  • 3 Total hours

ADSNS, is a navigation system for deep-space missions, completely independent from Earth satellites. It uses high-energy astrophysical (HEAP) data plots, to turn them into highly accurate orbital state vectors. Essentially GPS, but on a galactic scale.

Open comments for this post

3h 29m 13s logged

Why deep space doesn’t have GPS? (and how i will solve it)

Started working on ADSNS today.


Here is the problem nobody thinks about until they hit it - GPS only works because Earth is wrapped in satellites broadcasting atomic clock precise time signals. The second a spacecraft leaves that bubble, that whole system is gone. NASA’s missions fall back on the Deep Space Network, giant ground antennas that triangulate your position from Earth. It works, but it’s slow, light-time delay alone can be hours round trip by the time you’re past Mars - and it needs Earth to be free, pointed at you, and listening (also DSN antenna time is very expensive).


The good part is the universe already broadcasts its own precision clocks. Millisecond pulsars rotate with stability that rivals atomic clocks. If you can measure when their pulses arrive at your spacecraft and compare that against a predicted model, you can solve for your own position, the same basic math GPS uses, just with pulsars standing in for satellites.


That’s the whole bet behind ADSNS: an Earth-independent GNSS, built from natural beacons. Spent today scaffolding the repo, brainstorming how it will even work, and writing out the data packet that will be used for transmission later which required.. a lot of time (in fact its 400+ lines of code and several hours of structure xD).


I think i will start working on signal processing tomorrow, since to calculate the position, the very first thing we need to do, is to locate where the signal came from, and convert it into a somewhat favorable energy plot for further comparison with our onboard SOM (Space Object Map).


It’s available on GitHub

0
0
10

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…