Dryad tests wildfire detection tech in Jordan

AMMAN — Dryad, a Berlin-based tech startup, is currently testing its “ultra-early” wildfire detection technology in Jordan, according to its co-founder and CEO Carsten Brinkschulte.

Dryad’s technology relies on solar-powered sensors to detect wildfires in their early stages, using artificial intelligence to identify changes in the smell of a forest.

“In case of a fire, the sensors, which form a network connected to mesh-gateways, send alerts to authorities, pinpointing the fire’s location before it gets out of control,” Brinkschulte told The Jordan Times.

He noted that this gives a “critical time advantage” to firefighters, as existing optical detection systems, such as “cameras and satellites, can take up to six hours to detect a fire”.

Each sensor, priced at about 48 euros, covers an area of approximately 100 metres and can last between 10 and 15 years, according to Brinkschulte.

He said that this technology has been successfully piloted in various countries across North America, Europe and Asia.

Currently, Dryad has installed a dozen sensors in a small testing environment within a forest in Jordan, where a controlled fire will be created, he added.

Dryad, which was launched in 2020, is driven by a mission “to protect forests around the world from the impact of climate change, which is increasing the frequency and severity of wildfires that generate up to 20 per cent of global CO2 emissions”, Brinkschulte said.

Through an automated data acquisition network, the tech startup is currently working on “training its AI sensors” to monitor forests’ humidity, drought, growth and health, he added.

This monitoring solution will also be able to protect a forest from threats to its ecosystem by detecting the sound of chainsaws, signalling illegal logging, he continued.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });