ADVERTISEMENT

Blue Origin returns to space after year-long hiatus

Published Dec 20, 2023 12:58 am

WASHINGTON, United States - Blue Origin launched its first rocket in more than a year on Tuesday, reviving the US company's fortunes with a successful return to space following an uncrewed crash in 2022.

348D9LQ-Preview.jpg
This screen grab taken from a Blue Origin broadcast shows the NS24 rocket blasting off from the Blue Origin base near Van Horn, Texas, on December 19, 2023. (AFP PHOTO / BLUE ORIGIN)

Though mission NS-24 carried a payload of science experiments, not people, it paves the way for Jeff Bezos' aerospace enterprise to resume taking wealthy thrill-seekers to the final frontier.

The New Shepard suborbital rocket blasted off from the pad at Launch Site One, near Van Horn, Texas, at 10:42 am (1642 GMT).

After separating from the booster, the gumdrop-shaped capsule attained a peak altitude of 66.5 miles (107 kilometers) above sea level, well above the internationally recognized boundary of space known as the Karman line, which is 62 miles high.

The booster then successfully landed vertically on the launchpad, against the majestic backdrop of the Sierra Diablo mountains, followed a few minutes later by the capsule floating to the desert floor on three giant parachutes.

All in all, the mission lasted 10 minutes and 13 seconds.

"Demand for New Shepard flights continues to grow and we're looking forward to increasing our flight cadence in 2024," said Phil Joyce, the company's senior vice president.

The science experiments onboard included one to demonstrate the operation of hydrogen fuel cell technology in microgravity, and another showing how water and gas move in a weightless environment.

Future applications could include monitoring water quality for astronauts in space.

- Long break -

On September 12, 2022, a Blue Origin rocket became engulfed in flames shortly after launch. The capsule, fixed to the top of the rocket, successfully initiated an emergency separation sequence and floated safely to the ground.

The accident prompted a year-long probe by the Federal Aviation Administration (FAA), which found it was caused by the failure of an engine nozzle that experienced higher-than-expected operating temperatures.

The regulator issued a set of corrective actions for Blue Origin to undertake before it could resume flying, including the redesign of certain engine parts.

In all, Blue Origin has carried out six crewed flights -- some passengers were paying customers and others were guests -- since July 2021, when Bezos himself took part in the first.

While Blue Origin has been grounded, rival Virgin Galactic -- the company founded by British billionaire Richard Branson -- has pressed on, with five commercial flights this year.

Hours after Blue Origin's success, Virgin announced the flight window for its next mission would open on January 26.

"We're excited to begin 2024 by bringing four new Virgin Galactic astronauts to space with our 'Galactic 06' mission," said CEO Michael Colglazier in a statement.

The two companies compete in the emerging space tourism sector, operating in suborbital space.

- Reusable rocket, no carbon emissions -

While Blue Origin launches a small rocket vertically, Virgin Galactic uses a large carrier plane to gain altitude and then drop off a smaller, rocket-powered spaceplane that completes the journey to space.

In both cases, passengers enjoy a few minutes of weightlessness and can view the curvature of the Earth through large windows.

Virgin Galactic tickets were sold for between $200,000-$450,000; Blue Origin does not publicly disclose its ticket prices.

Blue Origin can boast of the fact that nearly all of its rocket platform is re-used, including the booster, capsule, engine, landing gear and parachutes.

Its engine meanwhile is fueled by liquid oxygen and hydrogen, meaning the only byproduct during flight is water vapor, with no carbon emissions.

Blue Origin is also developing a heavy rocket for commercial purposes called New Glenn, with the maiden flight planned for next year.

This rocket, which measures 98 meters (320 feet) high, is designed to carry payloads of as much as 45 metric tons into low Earth orbit.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.