Site icon News Kiosk

Why Did ISRO Delay SpaDeX Space Docking Experiment for the Second Time?

Why Did ISRO Delay SpaDeX Space Docking Experiment for the Second Time?

The Indian Space Research Organization (ISRO) has delayed its ambitious Space Docking Experiment (SpaDeX) for the second time. Initially scheduled for Tuesday and rescheduled for Thursday, the experiment was halted once again on Wednesday. Officials cited an excessive drift between the mission satellites during maneuvers as the reason for the postponement. The new date for the docking attempt has not been disclosed. The agency confirmed that the satellites remain safe, with further updates awaited.Space Docking Experiment ObjectivesAccording to ISRO, SpaDeX is designed to demonstrate critical technology for spacecraft rendezvous, docking, and undocking. Two 220-kg satellites launched on December 30 by a Polar Satellite Launch Vehicle (PSLV) are central to this mission. These satellites are in a 470-km circular orbit and will simulate complex docking maneuvers essential for future missions, including satellite servicing, space station operations, and interplanetary travel.Mission Specifics and ChallengesISRO has outlined that the mission involves a chaser and target satellite operating at speeds of 28,800 km/h, appearing stationary due to zero relative velocity. The chaser will gradually approach the target, reducing distances to 5 km, 1.5 km, 500 m, and finally to 3 m for docking. At the point of contact, the chaser will move at 10 nanometres per second.The success of the experiment will be determined by transferring electrical power between the satellites post-docking. The satellites will function as a single entity before undocking and resuming independent operations.Expert Insights on PreparationsISRO Chairman S. Somanath, while speaking to multiple media outlets, stated that the docking would only proceed after full sensor calibration and successful ground simulations of all scenarios. These meticulous preparations are intended to ensure safety and precision before the spacecraft autonomously attempt docking.The mission’s outcome will mark a significant milestone for India, adding to global advancements achieved by the US, Russia, and China in space docking technology. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Exit mobile version