Labuan Bajo • Komodo National Park

PADI ENRICHED AIR DIVER
Course in Komodo

Start breathing smarter with Nitrox: extend your no-deco time, enjoy shorter surface intervals, and learn safe oxygen exposure rules with our 5★ IDC team.

🎓 Quick Answers — Course Details

  • Format: eLearning + on-site practical (O₂ analysis & computer setup)
  • Dives: Not required (optional Nitrox dives available)
  • Certification: PADI Enriched Air Diver (up to 40% O₂)
  • Duration: ~1/2 day on site after eLearning
  • Languages: EN / FR / ID instructors

💡 Why Nitrox in Komodo?

  • More bottom time on repetitive dives
  • Shorter surface intervals between dives
  • Perfect for multi-day dive trips and liveaboards
  • Plan MOD & PPO₂ safely with your computer

🧪 Hands-on Analyzer

Practice analyzing O₂ %, labeling cylinders and signing the fill log properly.

⌚ Computer Setup

Set Nitrox on your dive computer and plan MOD/NDL safely.

📚 eLearning First

Finish theory online at home to keep the on-site session fast and focused.

🤿 Optional Dives

Add Nitrox dives in Komodo National Park to apply what you learned.

What You Will Learn — PADI Nitrox

On-Site Practical

  • Use an oxygen analyzer to measure O₂ %
  • Calculate and confirm MOD and set your dive computer
  • Correct cylinder labeling and fill log procedures

Optional: add Nitrox dives to apply planning and computer settings in real conditions.

Key Theory

  • Benefits and limits of Enriched Air (up to 40% O₂)
  • Oxygen exposure (CNS/OTU) and safety margins
  • MOD & PPO₂ planning and best practices
  • Nitrox computer settings and verification
  • Gas analysis workflow and documentation

Prerequisites

  • Open Water Diver certification (or equivalent)
  • Minimum age: 12 years
  • Medically fit to dive (questionnaire / doctor if indicated)

What’s Included

  • PADI Enriched Air eLearning access
  • On-site practical session with O₂ analyzer
  • Instructor guidance (EN/FR/ID), course briefing & review
  • Certification processing with PADI

Not included: Komodo National Park fees (only apply if you add dives), personal dive computer (rental available), medical clearance if required.

Fast track: finish eLearning at home, do the practical on arrival — add dives the same or next day.

Nitrox analyzer practical at Dragon Dive Komodo

Analyzer Practice

Hands-on gas analysis, labeling and logging with your instructor.

Optional Nitrox dives in Komodo

Optional Dives

Add Nitrox dives to apply planning, MOD and computer setup in Komodo.

PADI Nitrox — Course Options

Choose the fast dry certification, or add Nitrox dives in Komodo.

Nitrox Certification (Dry Course)
eLearning + on-site practical • No dives required
Rp2,800,000
  • PADI eLearning included
  • Analyzer practice + computer setup
  • Certification processing
Do anytime — perfect add-on before/after dive days.
Popular
Nitrox + Optional Dives
Upgrade your Komodo day with Nitrox tanks
Rp4,850,000
  • All dry course inclusions
  • 1–2 Nitrox dives (same day or next)
  • Applies skills on real Komodo sites
Park fees separate; paid onboard in cash (IDR).

Our Most Popular PADI Courses

Emergency First Response in Komodo

Emergency First Response

Primary/Secondary care + AED — great with Rescue Diver.

Learn more →

Underwater Photo Course in Komodo

Photo Course

Master camera basics, lighting and composition underwater.

Learn more →

PADI Deep Diver in Komodo

Deep Diver

Plan and execute dives beyond 18 m up to 40 m safely.

Learn more →

Requirements

  • PADI Open Water (or equivalent)
  • Minimum age 12
  • Medical questionnaire; doctor’s clearance if indicated

If you haven’t dived in 12+ months, we recommend a Refresher before adding Nitrox dives.

Why Dragon Dive Komodo?

  • 5★ IDC instructors used to Komodo conditions
  • Clear, practical Nitrox workflow you’ll remember
  • Resort onsite with training pool, bar & chill areas
  • Central Labuan Bajo location

Next Steps

document.addEventListener("DOMContentLoaded", function () { console.log("✅ Park Fees script loaded"); const VISIBLE_ID = "field_date_2681442196"; // ton champ visible (celui qui contient "February 5, 2026, ...") const WRAP_ID = "date_2681442196"; // wrapper WCPA const PRICE_PER_DAY = 300000; function parseDates(raw) { if (!raw) return []; return raw.split(",").map(s => s.trim()).filter(Boolean); } function countDates() { const visible = document.getElementById(VISIBLE_ID); const val = visible ? (visible.value || "").trim() : ""; const arr = parseDates(val); return [...new Set(arr)].length; } function formatIDR(n) { return n.toString().replace(/\B(?=(\d{3})+(?!\d))/g, "."); } function update() { const count = countDates(); const total = count * PRICE_PER_DAY; // 1) afficher prix const priceEl = document.querySelector(`#${WRAP_ID} .wcpa_field_price`); if (priceEl) priceEl.innerHTML = "Rp" + formatIDR(total); // 2) forcer Woo/WCPA à recalculer le total if (window.jQuery) { jQuery(document.body).trigger("wcpa_updated"); // event WCPA (souvent utilisé) jQuery(document.body).trigger("update_checkout"); // Woo checkout jQuery("form.cart").trigger("change"); // Woo product page } } // Expose pour test console window.wcpaUpdateParkFees = update; // flatpickr clicks + input changes document.addEventListener("click", function(e){ if (e.target && (e.target.classList.contains("flatpickr-day") || e.target.closest(".flatpickr-calendar"))) { setTimeout(update, 50); setTimeout(update, 200); setTimeout(update, 500); } }); document.addEventListener("input", function(e){ if (e.target && e.target.id === VISIBLE_ID) { setTimeout(update, 50); setTimeout(update, 200); } }); document.addEventListener("change", function(e){ if (e.target && e.target.id === VISIBLE_ID) { setTimeout(update, 50); setTimeout(update, 200); setTimeout(update, 500); } }); update(); });