Is the weight/cost calculus sufficiently improved now that it’s cheaper to shield the processor in it’s entirety rather than trying to rad harden the circuitry itself (much more expensive due to inability to use off the shelf parts & limits the ability to use newer tech)? If I recall correctly this was one of the areas being explored by the mars drone although not sure if Mars surface radiation concerns are different…
Isn’t this basically what SpaceX is doing? > The flight software is written in C/C++ and runs in the x86 environment. For each calculation/decision, the "flight string" compares the results from both cores. If there is a inconsistency, the string is bad and doesn't send any commands. If both cores return the same response, the string sends the command to the various microcontrollers on the rocket that control things…
Apollo 11 vs. USB-C Chargers (2020)
21–30 of 209 posts
Re: Apollo 11 vs. USB-C Chargers (2020)
#22When we go back to the moon, I wouldn't be surprised if Zilog-Z80s were a major part of the hardware. Well known, well understood, predictable hardware goes a long way. There's a bunch of other considerations in outer space and z80s have proven robust and reliable there. Also I'd expect a bunch of Kermit and Xmodem to be used as well.
I work in this space and z80, kermit and xmodem are not part of the solution. Just because this stuff is simple to the user doesn't mean it's the best suited, and there's a whole industry working on this since the Z80 days. You can buy space-qualified microcontroller boards/components with anything from a simple 8 bit microcontroller to a 64-bit, multicore, 1Ghz+ ARM cpu depending on the use case. I'm sure Z80 has be…
Here's kermit in space ... coincidentally in a 20 year old article. Software I wrote supported diagnosing kermit errors.
https://www.spacedaily.com/news/iss-03zq.html
I guess now I'm old.
Re: Apollo 11 vs. USB-C Chargers (2020)
#2354 years ago - wow - was the Apollo 11 Moon Landing Guidance Computer (AGC) chip the best tech had to offer back then?
Re: Apollo 11 vs. USB-C Chargers (2020)
#24Earlier quoted context omitted.
I'm not sure if there's a RAD hard z80 variant. They've got their own chips and protocols going back just as far, like https://en.wikipedia.org/wiki/MIL-STD-1553
The space shuttle used both z80 and 8086 until it ended in 2011. The international space station runs on among other chips, 80386SX-20s. IBM/BAE also has a few RADs based on POWER chips.
The Space Shuttle Avionics System top level documentation specifically calls out having "no Z80's, 8086s, 68000's, etc."
https://ntrs.nasa.gov/api/citations/19900015844/downloads/19...
Re: Apollo 11 vs. USB-C Chargers (2020)
#25Is the weight/cost calculus sufficiently improved now that it’s cheaper to shield the processor in it’s entirety rather than trying to rad harden the circuitry itself (much more expensive due to inability to use off the shelf parts & limits the ability to use newer tech)? If I recall correctly this was one of the areas being explored by the mars drone although not sure if Mars surface radiation concerns are different…
Re: Apollo 11 vs. USB-C Chargers (2020)
#26When we go back to the moon, I wouldn't be surprised if Zilog-Z80s were a major part of the hardware. Well known, well understood, predictable hardware goes a long way. There's a bunch of other considerations in outer space and z80s have proven robust and reliable there. Also I'd expect a bunch of Kermit and Xmodem to be used as well.
They won’t be. We will use RAD750’s, the flight qualified variant of the PowerPC architecture. That’s the standard high end flight processor. https://www.petervis.com/Vintage%20Chips/PowerPC%20750/RAD75... The next generation (at least according to NASA) will be RISC-V variants: https://www.zdnet.com/article/nasa-has-chosen-these-cpus-to-...
[1] Example: https://www.militaryaerospace.com/computers/article/16726923...
[2] Example: https://xiphos.com/product-details/q8
Re: Apollo 11 vs. USB-C Chargers (2020)
#27> IBM estimated in 1996 that one error per month per 256 MiB of RAM was expected for a desktop computer.
https://web.archive.org/web/20111202020146/https://www.newsc...
Re: Apollo 11 vs. USB-C Chargers (2020)
#28> Apollo 11 spacecraft contains 4 computers Analog computers don't get the respect they deserve. There's one more computer, the FCC. The Flight Control Computer is an analog computer in the Saturn V that controlled the rocket gimbals. It's a two-foot cylinder weighing almost 100 pounds.
Re: Apollo 11 vs. USB-C Chargers (2020)
#29Wild to think the thing that charges my devices could be programmed to put a human on the moon
Re: Apollo 11 vs. USB-C Chargers (2020)
#30Earlier quoted context omitted.
The space shuttle used both z80 and 8086 until it ended in 2011. The international space station runs on among other chips, 80386SX-20s. IBM/BAE also has a few RADs based on POWER chips.
Do you have a citation for that? The Space Shuttle Avionics System top level documentation specifically calls out having "no Z80's, 8086s, 68000's, etc." https://ntrs.nasa.gov/api/citations/19900015844/downloads/19...
And also, sigh, to demonstrate once again that when I worked in space it was 20 years ago, https://www.nytimes.com/2002/05/12/us/for-parts-nasa-boldly-... (https://web.archive.org/web/20230607141742/https://www.nytim...)
Knowing how 8086 timing and interrupts worked was still important for what I was doing in the early 2000s. I don't pretend to remember any of it these days.