![]() |
|
There is no destination; there is only the voyage. There was no beginning; there is only the voyage. In life, we voyage together, and in death we shall voyage alone. Now, then, and forever voyaging. |
![]() |
|
Ah yes, the first Michael Crichton novel I read - and also the book that first introduced me to binary code (https://imgur.com/N4IjIYq)! And after watching (and then reading) Jurassic Park some 10 years later, it took a while until I realized that it was from the same author...
|
![]() |
|
The plutonium 238 decays according to a curve, and the thermocouples are degraded as well by heat and radiation according to a curve. So the power output drops rather predictably: "The radioisotope thermoelectric generator on each spacecraft puts out 4 watts less each year." [1] The Voyagers will soon no longer have enough power to operate any of their instruments. They'll have enough power to continue operating the transmitter (which serves as a science experiment of its own) into the 2030s. The power of the signal will drop before the electronics and control brown out (if it works as designed), and it the signal might become too weak to detect before the probe completely stops operating. Such a fate befell Pioneer 11, who may yet still be warbling away at low power no longer pointed at Earth; its carrier was last detected in 2003. [1] https://voyager.jpl.nasa.gov/frequently-asked-questions/ |
![]() |
|
>
[1] https://voyager.jpl.nasa.gov/frequently-asked-questions/ Also: Even if science data won't likely be collected after 2025, engineering data could continue to be returned for several more years. The two Voyager spacecraft could remain in the range of the Deep Space Network through about 2036, depending on how much power the spacecraft still have to transmit a signal back to Earth. That FAQ covers a lot of interesting ground (though it talks about 2020 in the future tense). After Voyager 1 took its last image (the "Solar System Family Portrait" in 1990), the cameras were turned off to save power and memory ... I didn't realize that was the last image. ... it is very dark where the Voyagers are now. While you could still see some brighter stars and some of the planets with the cameras, you can actually see these stars and planets better with amateur telescopes on Earth. |
![]() |
|
What a sweet film. Thank you for the link. This whole time when I heard about work on the Voyager mission I assumed there was a larger team, with fewer single points of failure.
|
![]() |
|
Posting a question in a forum has its benefits though. A bunch of drive by folks end up picking up information they would never have gone through the trouble of researching themselves.
|
![]() |
|
The magnetometers and charged particle detectors are still operating. So they are measuring the galactic magnetic field, and cosmic rays and the gas in interstellar space. The results are more or less what was predicted, though the exact boundary of the sun's influence was only discovered when Voyager 1 and 2 crossed over it in 2012 and 2018 respectively. Beyond that, yes, they're basically assuring us the sun is still there and that space is very empty. I don't think anyone expects the interstellar gas to vary in density on the timeframe that the Voyagers will be able to observe it but, I guess we'll find out! Edit: I spoke way too soon. It varies, as discovered with Voyager measurements recently: https://www.jpl.nasa.gov/news/as-nasas-voyager-1-surveys-int... |
![]() |
|
Yep, 45 years old hardware, still getting software updates. Hey Apple, JPL is close to you, can you get someone to bike over and see how they do it? Thanks!
|
![]() |
|
A Pinecil (digital soldering pen) is probably a better example. BL706 MCU,
"a low-power, high-performance IoT chip that supports BLE/Zigbee wireless networking, ...
BL702 has built-in RISC-V 32-bit single-core processor with FPU, the clock frequency can reach 144MHz, has 132KB RAM / 192KB ROM / 1Kb eFuse storage resources, supports external Flash, and optional embedded pSRAM." The Voyager had a custom-designed processor (well, several) that were basically computers made out of basic logic chips (74xx series); see details here https://www.eejournal.com/article/voyagers-1-and-2-take-embe... Either way, it's clear that we (well, JPL) can build extremely powerful and sophisticated systems with relatively small computers, suggesting that resource constraints can sometimes be a source of stability and creativity. |
![]() |
|
The Google Pixel 8 series receives 7 years of updates.
And unlike Apple they are upfront about it, which is important. Maybe your iPhone gets 8 years of updates, maybe 6 noone knows.
|
![]() |
|
> from 2 light days distance The distance is currently 22.5 light hours (and increases by half-hour per year.) But it is indeed about 2 days of round-trip time for debugging. |
![]() |
|
Must be difficult debugging a system with a 45 hour round trip each step of the way. And here I thought debugging a system on customer premises was tough. Hats off!
|
![]() |
|
Worse than the round-trip is that there's no second chances in some scenarios. If you mess up the wrong part(s) of the system, it's bricked with no way to recover it.
|
![]() |
|
This "law" is only for point (or spherical) sources, i.e. those emitting evenly in all direction - the area is increasing as a square of distance and thus signal power drops accordingly. With lasers, directional antennas, phased array antennas [1] the signal won't decay that fast. For instance with lasers it will be just a matter of alignment of internal elements to obtain a parallel light beam which doesn't lose power over distance (obviously there are other factors - atmosphere, particles in the vacuum, et al which will result in diveregence anyway). In fact some billionaires [2] invest into using telescopes with fast sampling cameras (in this case IACT [3] telescopes used normally to detect gamma-rays by their interaction with the atmosphere) to detect flashed of extraterrestrial lasers. [1] https://en.wikipedia.org/wiki/Phased_array (see the animation of the radiation pattern) [2] https://www.space.com/are-aliens-flashing-laser-beams.html |
![]() |
|
It's not just 50-year-old hardware: it's hardware that's been subjected to cosmic radiation for 50 years, part of that outside the solar system (so presumably even higher).
|
![]() |
|
You can't. Voyager's launch date coincided with a planetary alignment allowing for gravitational slingshotting out of our galaxy. We have to wait for the next alignment.
|
![]() |
|
What's the paper title? "goto considered harmful considered harmful" I think? Even in modern C programming goto is still pulling its weight for handling unrolling and cleanups. |
![]() |
|
Next time I bitch about debugging something in a container I'm going to look at this and stop bitching. Great job!
|