(Links borrowed from my weekly newsletter about the space industry called Orbital Index https://orbitalindex.com — check it out if you like this kind of nerdery.)
> The Falcon 9 has 3 dual core x86 processors running an instance of Linux on each core. The flight software is written in C/C++ and runs in the x86 environment.
It's unusual that x86 and Linux, which are generally not considered to be reliably and robust under an extreme environment, are used here. But since it's developed by SpaceX, it makes sense - move fast and break things, use off-the-shelf commercial systems as the basis to reduce costs.
Anyway, I think it should be more interesting to compare it with a modern rocket that uses a more specialized computer system, VxWorks comes to mind.
It's a risk assessment tbh; if they can put in more redundancy instead of fault-tolerant hardware at a fraction of the cost then it'll be cheaper for them.
I mean compare it with mainframes vs cloud computing; with the latter, you use off-the-shelf hardware and build your software in such a way that you will randomly lose machines, BUT because cloud computing you'll automatically spin up a new machine in that case.
Do you plan on revisiting your analysis of power bricks with regard to current models. I know it's not as exciting as Apollo era computers but I found it intriguing.
I probably won't repeat my charger analysis since I'm unlikely to find anything new and interesting. There are other sites that are doing detailed reviews of chargers now.
Just to keep everything straight, the AGC that we restored is a totally different computer from the LVDC/LVDA that this board is from. The AGCs were on the Command Module and the Lunar Module that went to the Moon's surface, while the LVDC was onboard the Saturn V rocket.
The AGC was one of the very first computers to use integrated circuits, while the LVDC used hybrid modules. The LVDC used triple-redundant circuits with voting while the AGC was not redundant. The LVDC was a 26-bit serial computer, while the AGC was a 15-bit computer. The LVDC was built by IBM, while the AGC was built by MIT and Raytheon.
It's interesting that the two computers were different in so many ways.
(Links borrowed from my weekly newsletter about the space industry called Orbital Index https://orbitalindex.com — check it out if you like this kind of nerdery.)