I agree with you entirely. I can not think of a single piece of tech with the complexity of Voyager that has been battle hardened and resilient to last that long, keep doing what it was designed to do without a major on-site overhaul, upgrade or tech refresh. Certainly not any of our current satellites or anything created since Voyager. I think I know why this will never occur again but that's a much bigger topic.
I'd read that blog post
I appreciate the sentiment, but perhaps it is the car key which is impressive here...
You also have a command processor on the spacecraft side. It will have some of these characterizations present as limits on command authority. Commands sent without override that exceed these limits will be ignored, possibly cancelling the entire sequence of dependent commands. You can demand that these limits be ignored but this obviously requires you to specify it redundantly in the message set.
Should anything happen your flight software is generally going to go into a recovery mode. Voyager will try this 4 times after a period of no commands triggers a watchdog. This will switch on different radios while keeping them oriented towards the Earth in a constant effort to reacquire the command signals.
Should this process fail a backup flight software mode will then activate which performs basic mission functions on a continuous loop so whatever continues to operate on the spacecraft will transmit it's data automatically back to the Earth at it's highest power setting.
Voyager was a continuation of some of the Viking hardware and flight systems.
This is not true of the Voyager probes:
> Newer NASA missions have hardware and software simulators on the ground, where engineers can test new procedures to make sure they do no harm when they uplink commands to the real spacecraft. Due to its age, Voyager doesn't have any ground simulators, and much of the mission's original design documentation remains in paper form and hasn't been digitized.
https://www.wired.com/story/nasa-repair-voyager-1-spacecraft...
> ufw reset | at now +5 minutes
When doing "dangerous" things like updating firewall rules.
I wonder if they have a way to send commands saying something like:
Switch to thruster set 1, wriggle the antenna aim away and back to earth, wait 46 hours, if you do not receive "all clear" from earth switch back to thruster set 3 and re aim the antenna at earth.
Fortunately we have ILO / RAS cards in everything.
Voyager has a 23 watt radio and a 14 foot parabolic dish antenna, pointed directly at Earth which is presently 15 billion miles away.
The corresponding earth ground station has a 100 foot dish and transmits at thousands of watts.
It's astonishing to me that Voyager knows where Earth is at all. I imagine it uses Sol as a reference? Or maybe the high powered control signal carrier?
Amazing stuff.
Wikipedia says that the high-gain antenna has a beamwidth of 0.5° for X-band, and 2.3° for S-band.
You have: tan(0.5deg/2)*2*164astronomicalunit
You want: astronomicalunit
* 1.4311791
So it's so far that you could almost point it straight at the sun, and have the entire orbit of the Earth in the beam.23 watts, spread out in a cone the size of a planetary orbit.
https://en.wikipedia.org/wiki/Voyager_program#Communications
It's not that astonishing when you realize astral navigation is what sailors hundreds of years ago did to navigate the seas. Just look at the stars with a sextant and with some basic trigonometry you'll know where you are exactly. The Apollo space crew had to do that by hand and eyes using a sextant too when the astral navigation computer failed.
Indeed. We used to do this all the time. Cars without OTA updates, games and software shipped on disk or floppy or cd, all very make or break.
They had all the issues sorted out before release, very rare nowadays.
Would've expected the generation raised on punch cards to be ideally suited for this kind of stunt, having learnt the hard way about the turnaround time for a bug (Donald Knuth quote about proving programs correct comes to mind), so I'd expect mission control, operators, and coders to be well in their 70s at least? Whereas tiday we hardly can write a single line if code without our AI overloads introducibg typos and not-fo-subtlr bugs.
https://news.ycombinator.com/item?id=41517272 ("NASA Pulls Off Delicate Thruster Swap, Keeping Voyager 1 Mission Alive", 74 comments)
This might be an apples-to-oranges comparison, but I've noticed that writing vanilla PHP or JavaScript code, while harder at first, results in more robust and easier-to-debug applications. On the other hand, using frameworks, ORMs, and other abstractions can make the codebase feel brittle and harder to maintain.
Frameworks encourage learning stuff on "as-needed" basis, and you often don't know what you should know. So you do stuff on layer 3 because you can (and you already worked nearby), when it's already handled by layer 1 and reprocessed in layer 5. So you debug to see why you can't see changes and "fix" it on layer 7. And it seems to work.
Repeat this over 100 changes and you create crazy mess.
I've seen code that gets a list from the framework (already can't be null), checks if it's null, checks if it's empty. Makes it null if it's empty, then passes it through several more layers with null and emptiness checks on some of them, and then fails with NPE because there was no null check at n-th layer :)
The person writting this code was in the proccess of adding another null check at the NPE line to "fix the problem" :) The solution was to remove all the custom code except for the final destination of that list :)
I've written similarly bad code in some more complicated scenarios without realizing.
When I started the article I figured they'd correct for orientation once every 2 weeks or so.
I clearly have no idea what I'm talking about.
>When Voyager 1 lifted off to space on September 5, 1977, no one expected that the probe would still be operating today.
This is kind of an odd statement :) When launched, I remember brief news broadcasts and articles in the local newspaper stating the engineers added abilities that were not approved hoping for a much longer life time. It never stated if they got in trouble. But lasting this long is quite an achievement.
http://undeadly.org/cgi?action=article&sid=20160309192510
Also, they are the upstream project for OpenSSH, which is among the most ubiquitous pieces of software on the planet. (Consider supporting them: https://openbsd.org/donations.html)
- "In flight, the device found and locked on to the star Canopus, providing a reference for guidance and navigation."
https://airandspace.si.edu/collection-objects/star-tracker-a... ("Star Tracker and Hood Assembly Support Equipment, Voyager Spacecraft")
https://airandspace.si.edu/collection-objects/sun-sensor-and... ("Sun Sensor and Hood Assembly Support Equipment, Voyager Spacecraft")
edit: In more detail,
https://space.stackexchange.com/questions/43803/how-did-the-...
As opposed to many other modern missions this craft is just flying for distance. It doesn't have to land anywhere or perform any complicated maneuvers. So a standing ground test platform wouldn't be particularly useful. The shuttle, our landers, and probes are obviously a different story.
The cynic in me says this is why the mission has been so successful. Imagine if important documentation had been on some obsolete tape format.
https://www.youtube.com/watch?v=gWYmV0bs15w
https://www.mariowiki.com/List_of_Super_Mario_Odyssey_glitch...
And issues have been fixed in patches too, like the first glitch on that list that would lock your camera so you couldn't turn it - that was fixed in a patch.
"If Mario performs a Cap Throw at Talkatoo and talks to him at the same time, the camera will lock into place.[...] As of the February 21, 2018 update, this glitch is fixed"
But there are situations that will literally crash the game to the OS too:
"In the Bowser's Moon Wedding objective, if Mario falls into the lava just as he is about to capture Bowser, the game immediately crashes."
I should have been more specific by being more vague. The game didn't need to be patched for the vast majority of its common use. I would be surprised if there are any games with a degree of freedom that you couldn't crash if you did just the right thing. But for 99.99% of players, they will never come across these things.
What I should have said is that if left un-patched, most people would never hit a problem.
But I really appreciate the heads up about all the glitches people are using, very cool.
$ qalc
> 100 kg / 680e3
approx. 147.06 mg
Each puff would be <150 milligrams if the tanks were empty now, and since they're not... that's some small puffs!(Not sure what the USA weight unit is, stones or something? DDG says that's 0.000024 stones)
Internet says approximately -160.48 dBm, which is one thousandth of the minimum strength that the most sensitive commercial FM radio receivers can discriminate.
Hence the huge receiving dishes, and apparently one 100 foot dish alone does not collect enough energy to reconstruct the signal, so multiple are required at each Deep Space Network receiving station.
And due to the rotation of the Earth, we need three DSN stations to maintain constant communication with Voyager.
Around 30k photons a second.
You have: ((23W/(pi*astronomicalunit^2)) * (pi(50ft)^2)) / (6.626e-34J/Hz * 10GHz)
You want:
Definition: 36024.297 / s
…I don't know if that's a lot, or where the noise floor is.> For example, the data rate used from Jupiter was about 115,000 bits per second
And I think it affects the calculation slightly that Voyager's downlink transmits at about 8.4 GHz (X-band).
Good stuff here: https://www.allaboutcircuits.com/news/voyager-mission-annive...
Two obvious issues spring to mind;
The orbit would need to be polar to avoid being blocked by the earth (assuming the craft is in the solar plane). Whatever orbit was chosen at least some planes some of the time would be obscured by the earth.
And orientation fuel becomes an issue. Outside of refueling it becomes a hard end-of-life factor.
Contrasted to land-based stations. Which are happily operating 50 years and can be maintained etc.
Frankly I'm not sure there would be any advantage to a space receiver- and it's several orders of magnitude more expensive.
And in fact I think it's not possible. But orienting on Sol should be achievable. Even at 15 billion miles away, it's still surely the brightest thing in the sky.
Presumably the orientation sensor is precisely in line with the parabolic antenna?
But Voyager does not have this particular problem. :)
Actually, microgravity means you could have a 50-meter dish unfold neatly from a backpack-sized wad of Mylar.