Dhruva Space to launch first commercial mission with Aussie partners – The Times of India

BENGALURU: Spacetech startup Dhruva Space is set to launch its first commercial mission, LEAP-1, in the third quarter of 2025 aboard SpaceX’s Falcon 9. The mission, a landmark for the 2012-founded Hyderabad-based company, will host advanced AI and hyperspectral imaging payloads from Australian firms Akula Tech and Esper Satellites on Dhruva’s indigenously developed P-30 satellite platform.The mission follows Dhruva’s successful in-orbit qualification of its P-30 bus on Isro’s PSLV-C58 in January 2024 and marks its transition from technology demonstration to commercial operations. LEAP-1 will integrate Dhruva’s hosted payload services with its Ground Station-as-a-Service (GSaaS) and Integrated Space Operations & Command Suite (ISOCS) for real-time mission management and data downlinking.“This mission signifies a new era in AI-powered satellite technology to support defence, emergency response, climate monitoring and other strategic objectives,” said Preetham Akula, CEO of Melbourne-based Akula Tech. The company’s Nexus-01 payload will test an onboard AI module capable of real-time data processing and re-training, potentially reducing decision-making timelines for critical missions.Esper Satellites, meanwhile, will deploy its hyperspectral imager OTR-2, aimed at delivering detailed, spectrally-rich Earth observation data for sectors including agriculture, mining and environmental monitoring. “Launching OTR-2 on Dhruva’s platform proves that advanced hyperspectral technology can be both accessible and cost-effective,” said Shoaib Iqbal, co-founder and CEO of Esper Satellites.Dhruva Space co-founder and CEO Sanjay Nekkanti said the collaboration reflects the company’s global ambitions. “Following our successful qualification of the P-30 platform, we are excited to take this capability to the international market. Partnering with Akula and Esper creates remarkable opportunities for Indo-Australian space cooperation while driving down costs and fostering a global commercial space economy,” he said.The mission also underscores Dhruva’s growing role in India’s private space ecosystem, with support from ISRO and IN-SPACe. Nekkanti credited a 2022 visit by Australian Space Agency chief Enrico Palermo to Dhruva’s Hyderabad office for sparking the collaboration.LEAP-1 represents the first step in Dhruva Space’s series of hosted payload missions, which the company says has already drawn interest from private players in India and Europe. “This launch is not just about deploying technology. It is about cementing India’s position as a fast-growing space power,” Nekkanti added.For Akula Tech, the mission will also provide flight heritage to five of its AI software products, while Esper Satellites sees it as a stepping stone toward building a hyperspectral constellation. Dhruva Space, meanwhile, aims to scale its payload-hosting operations, positioning itself as a key enabler of cost-efficient, globally integrated space missions.

var _mfq = window._mfq || [];
_mfq.push([“setVariable”, “toi_titan”, window.location.href]);

!(function(f, b, e, v, n, t, s) {
function loadFBEvents(isFBCampaignActive) {
if (!isFBCampaignActive) {
return;
}
(function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ? n.callMethod(…arguments) : n.queue.push(arguments);
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = ‘2.0’;
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.defer = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(f, b, e, ‘https://connect.facebook.net/en_US/fbevents.js’, n, t, s);
fbq(‘init’, ‘593671331875494’);
fbq(‘track’, ‘PageView’);
};

function loadGtagEvents(isGoogleCampaignActive) {
if (!isGoogleCampaignActive) {
return;
}
var id = document.getElementById(‘toi-plus-google-campaign’);
if (id) {
return;
}
(function(f, b, e, v, n, t, s) {
t = b.createElement(e);
t.async = !0;
t.defer = !0;
t.src = v;
t.id = ‘toi-plus-google-campaign’;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s);
})(f, b, e, ‘https://www.googletagmanager.com/gtag/js?id=AW-877820074’, n, t, s);
};

function loadSurvicateJs(allowedSurvicateSections = []){
const section = window.location.pathname.split(‘/’)[1]
const isHomePageAllowed = window.location.pathname === ‘/’ && allowedSurvicateSections.includes(‘homepage’)
const ifAllowedOnAllPages = allowedSurvicateSections && allowedSurvicateSections.includes(‘all’);

if(allowedSurvicateSections.includes(section) || isHomePageAllowed || ifAllowedOnAllPages){
(function(w) {

function setAttributes() {
var prime_user_status = window.isPrime ? ‘paid’ : ‘free’ ;
var geoLocation = window?.geoinfo?.CountryCode ? window?.geoinfo?.CountryCode : ‘IN’ ;
w._sva.setVisitorTraits({
toi_user_subscription_status : prime_user_status,
toi_user_geolocation : geoLocation
});
}

if (w._sva && w._sva.setVisitorTraits) {
setAttributes();
} else {
w.addEventListener(“SurvicateReady”, setAttributes);
}

var s = document.createElement(‘script’);
s.src=”https://survey.survicate.com/workspaces/0be6ae9845d14a7c8ff08a7a00bd9b21/web_surveys.js”;
s.async = true;
var e = document.getElementsByTagName(‘script’)[0];
e.parentNode.insertBefore(s, e);
})(window);
}

}

window.TimesApps = window.TimesApps || {};
var TimesApps = window.TimesApps;
TimesApps.toiPlusEvents = function(config) {
var isConfigAvailable = “toiplus_site_settings” in f && “isFBCampaignActive” in f.toiplus_site_settings && “isGoogleCampaignActive” in f.toiplus_site_settings;
var isPrimeUser = window.isPrime;
var isPrimeUserLayout = window.isPrimeUserLayout;
if (isConfigAvailable && !isPrimeUser) {
loadGtagEvents(f.toiplus_site_settings.isGoogleCampaignActive);
loadFBEvents(f.toiplus_site_settings.isFBCampaignActive);
loadSurvicateJs(f.toiplus_site_settings.allowedSurvicateSections);
} else {
var JarvisUrl=”https://jarvis.indiatimes.com/v1/feeds/toi_plus/site_settings/643526e21443833f0c454615?db_env=published”;
window.getFromClient(JarvisUrl, function(config){
if (config) {
const allowedSectionSuricate = (isPrimeUserLayout) ? config?.allowedSurvicatePrimeSections : config?.allowedSurvicateSections
loadGtagEvents(config?.isGoogleCampaignActive);
loadFBEvents(config?.isFBCampaignActive);
loadSurvicateJs(allowedSectionSuricate);
}
})
}
};
})(
window,
document,
‘script’,
);
[title_words_as_hashtags

Leave a Reply

Your email address will not be published. Required fields are marked *