It continues to irritate me that There aren't any other functioning deep space probes besides New Horizons (launched in 2006, and which flies at a slower speed than Voyagers). One new operating deep space probe in nearly 50 years is just embarrassing. I mean yay space telescopes and everything, but we seem to have given up anything that isn't a state-of-the-art prestige project. I was hopeful about projects like Brea…
Isn't a big part of the problem that the voyager slingshot is one of the best you can get, and it's a once in multiple-lifetimes event? Even if we launch a new deep space probe as best we can they're gonna be real slow?
NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
61–70 of 125 posts
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#62I would love to better understand how a device launched the year before I was born could be so flexible in its configuration and operation. I can't update the code running on a microcontroller on my desk in front of me without it triggering a reboot. When they talk about rerouting power and performing a "big bang" reconfiguration with a 23 hour lag on equipment that was underpowered when the 8088 came out... it kind…
Most microcontrollers can update their own flash while running, either with a built-in bootloader or a user-programmed bootloader that takes up a little bit of the flash.
What makes you think that Voyager isn't "rebooted" though?
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#63I would love to better understand how a device launched the year before I was born could be so flexible in its configuration and operation. I can't update the code running on a microcontroller on my desk in front of me without it triggering a reboot. When they talk about rerouting power and performing a "big bang" reconfiguration with a 23 hour lag on equipment that was underpowered when the 8088 came out... it kind…
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#64Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#65Is there an exhaustive list of all the systems and experiments that are still running on these probes? I'm really curious about what data it's collecting and sending back to us.
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#66Is there an exhaustive list of all the systems and experiments that are still running on these probes? I'm really curious about what data it's collecting and sending back to us.
here: https://science.nasa.gov/mission/voyager/instruments/
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#67Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#68It continues to irritate me that There aren't any other functioning deep space probes besides New Horizons (launched in 2006, and which flies at a slower speed than Voyagers). One new operating deep space probe in nearly 50 years is just embarrassing. I mean yay space telescopes and everything, but we seem to have given up anything that isn't a state-of-the-art prestige project. I was hopeful about projects like Brea…
What else are you looking to see from such deep space? Nothing we launch will ever reach anything anything interesting in probably the life of humanity. Just to get to Pluto in our life times meant going so fast that it could only fly by. Maybe flying around in the Oort cloud might, unlikely though, be interesting.
Deep space itself - that's what the Voyagers are measuring.
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#69I would love to better understand how a device launched the year before I was born could be so flexible in its configuration and operation. I can't update the code running on a microcontroller on my desk in front of me without it triggering a reboot. When they talk about rerouting power and performing a "big bang" reconfiguration with a 23 hour lag on equipment that was underpowered when the 8088 came out... it kind…
> microcontroller on my desk in front of me without it triggering a reboot Most microcontrollers can update their own flash while running, either with a built-in bootloader or a user-programmed bootloader that takes up a little bit of the flash. What makes you think that Voyager isn't "rebooted" though?
So you copy a small write routine into RAM, copy a chunk of new data there too, jump to the routine, then it returns to your main bootloader in flash which receives the next chunk from a UART or whatever (because of course it doesn’t fit into RAM all at once), rinse and repeat. You aren’t exactly going to be serving realtime interrupts during this.
(So if you do need minimal downtime, you probably have dual external flash chips, or even just two microcontrollers given execute-from-external-flash would bump you up to fancy micros.)
Re: NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating
#70> During a routine, planned roll maneuver on Feb. 27 It's amazing not only are the electrical components still operational, but some mechanical ones as well.