Slashdot Mirror


Orion Capsule Safely Recovered, Complete With 12-Year-Old Computer Guts

Lucas123 writes While NASA's Orion spacecraft, which blasted off on a successful test flight today, may be preparing for a first-of-its-kind mission to carry astronauts to Mars and other deep-space missions, the technology inside of it is no where near leading edge. In fact, its computers and its processors are 12 years old — making them ancient in tech years. The spacecraft, according to one NASA engineer, is built to be rugged and reliable in the face of G forces, massive amounts of radiation and the other rigors of space."Compared to the [Intel] Core i5 in your laptop, it's much slower — much less powerful. It's probably not any faster than your smartphone," Matt Lemke, NASA's deputy manager for Orion's avionics, power and software team, told Computerworld. Lemke said the spacecraft was built to be rugged and reliable — not necessarily smart. That's why there are two flight computers. Orion's main computer was built by Honeywell as a flight computer originally for Boeing's 787 jet airliner. Not only was the launch itself successful, but the sensor-laden craft's splashdown was smooth ("bulls-eye," as NASA puts it), and NASA has now recovered the capsule. ABC News has some good photos, too.

7 of 197 comments (clear)

  1. These are real engineers, you Ruby weenies. by Anonymous Coward · · Score: 4, Interesting

    I get sick to my stomach when I hear Ruby and JavaScript weenies go on and on about how they're "engineers".

    No, you shitheads, you aren't "engineers". The people who work on Orion are engineers. Some high school dropout writing web apps in Ruby is not an engineer in any way!

    1. Re:These are real engineers, you Ruby weenies. by TWX · · Score: 4, Interesting

      Network engineers are more like engineers of the railroad variety, making something run through experience and knowledge of how the systems are supposed to work, than of the sit-down-and-design-something-new variety.

      To be fair, I do network field work as a network engineer, so I have to deal with racks and tools and the odd bit of fabrication work from time to time, so my view is undoubtedly colored by that.

      My wife is an engineer, but she came to the title through her bachelors' degree.

      --
      Do not look into laser with remaining eye.
  2. The back slapping on this mission... by mpthompson · · Score: 4, Interesting

    ... just feels kinda weird. This is basically a scaled down repeat of an Apollo test mission done nearly 50 years ago. At least then the Saturn V launch rocket was being tested as well.

    The more exciting mission comes later month with SpaceX attempting a powered soft landing of a first stage on a mission delivering cargo to orbit. Small chance of success on the first attempt. But if successful, that will be something never seen before and once thought to be impractical, if not impossible. It will also be a major step in greatly reducing the cost for access to space and something much more liable to impact the lives of everyday people.

    1. Re:The back slapping on this mission... by the_other_chewey · · Score: 4, Interesting

      . At least then the Saturn V launch rocket was being tested as well.

      The early Apollo test missions were on a Saturn 1B

      Yup. That's what I consider one of the craziest/most amazing aspects of the crazy-stuff-rich
      whole Apollo program: The final Saturn V configuration (S-IC + S-II + S-IVB) had only two
      unmanned test flight - in the form of full orbital missions, Apollo 4 and Apollo 6 (Apollo 4 was
      also the very first flight for both S-IC and S-II). Both missions were complete successes
      (and led to the discovery of lots of problems, including the famous "pogo oscillations").

      There were plans for a third unmanned Saturn V launch, but they were running out of time, and
      more importantly, out of Saturn Vs, so it was decided to make that launch Apollo 8 instead - the
      first manned flight around the moon.

      Nobody was really sure this would work...

      Not a single Saturn V ever failed in a mission-critical way (Apollo 13 was a service module poblem).

  3. Yeah and it does things your i5 cannot by Anonymous Coward · · Score: 5, Interesting

    If you took your i5 into a high intensity radiation environment like space it would be more likely to have single event upsets whereas the processors that most space applications are hi-rel (hi reliability) and have been tested against radiation. A lot of the chips used in space are also built on silicon and in chip packages that are designed for these reasons. Guess what? If you are a chip designer and you want to build a radiation hardened chip, you usually don't get your hands on the latest designs and you don't get to fab a new version every 6 months. There are people still using 8051 chips that are 20 years old because they 1) Have been used before (really good if your spacecraft parts already have a history of working in space) 2) Have software already written for them from the last project (code that has worked before is good too). 3) can't easily find another part. On a cubesat mission that I helped design we did use a commercial chip that was not rad-hard because we were in a lower earth orbit with less radiation, although the spacecraft does lock up now and again. We almost went with an 8051, we used an FPGA for some of the critical stuff which are less susceptible in some ways to the spacetime environment.

  4. Re:Herp a derp fast computers DEEERRRPPP by ShanghaiBill · · Score: 5, Interesting

    An 8086/8088 would be enough to get this thing into orbit.

    I used to work in avionics. We never used anything as powerful as an 8086. It was all 8051s. They are rad-hard, can withstand lots of voltage jitter, and the logic has already been verified down to the gate and transistor level. The 8051 has certified compilers, assemblers, and linkers, that have been formally verified. They are also dual sourced, which is usually a requirement.

  5. Re:Herp a derp fast computers DEEERRRPPP by kheldan · · Score: 4, Interesting

    Truth be told: I work at a *ahem!* major microprocessor manufacturer, and even the cutting-edge SoC's we're working on right now, that are not even close to being at a stepping ready to be released into the market, still have an embedded 8051 in them. Being myself old enough to have had a CDP1802-based computer, built entirely by hand on perfboard when I was back in high school, I just have to laugh at anyone who actually believes that you have to have multi-core, multi-gigahertz-clocked processors with gigabytes of memory for any given application. I laugh even harder at kids who think you have to have at least a microcontroller, if not a Raspberry Pi board, to make an LED blink on and off; they think I'm trolling them when I tell them that two bipolar transistors and a few passive components will do the same job.

    --
    Are YOU using the TOOL, or is the TOOL using YOU? Think about it!