{"id":9107,"date":"2026-03-25T23:58:48","date_gmt":"2026-03-25T19:58:48","guid":{"rendered":"https:\/\/www.aerosmart.ae\/?page_id=9107"},"modified":"2026-07-09T10:23:46","modified_gmt":"2026-07-09T06:23:46","slug":"pl1-b","status":"publish","type":"page","link":"https:\/\/www.aerosmart.ae\/?page_id=9107","title":{"rendered":"PL1-B"},"content":{"rendered":"<div id=\"pl-gb9107-6a5f958c6ba0e\"  class=\"panel-layout\" ><div id=\"pg-gb9107-6a5f958c6ba0e-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-gb9107-6a5f958c6ba0e-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-gb9107-6a5f958c6ba0e-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" ><div class=\"textwidget custom-html-widget\"><section class=\"fpc-section\">\n  <style>\n    .fpc-section {\n      margin-top: -40px;\n      background: #0b0b0b;\n      color: #ffffff;\n      padding: 40px 20px;\n      padding-top: 120px;\n    }\n\n    .fpc-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 40px;\n      flex-wrap: wrap;\n    }\n\n    .fpc-content {\n      flex: 1 1 500px;\n    }\n\n    .fpc-content h2 {\n      font-size: 38px;\n      margin-bottom: 10px;\n      font-weight: 700;\n      color: white !important;\n    }\n\n    .fpc-content h3 {\n      font-size: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n      color: white !important;\n    }\n\n    .fpc-content p {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #bdbdbd;\n      max-width: 600px;\n    }\n\n    .fpc-image {\n      flex: 1 1 400px;\n      text-align: center;\n    }\n\n    .fpc-image img {\n      max-width: 100%;\n      height: auto;\n    }\n\n    \/* \ud83d\udd25 ANIMATION *\/\n    .fpc-content,\n    .fpc-image {\n      opacity: 0;\n      transition: all 0.8s ease;\n    }\n\n    .fpc-content {\n      transform: translateX(-50px);\n    }\n\n    .fpc-image {\n      transform: translateX(50px);\n    }\n\n    .fpc-show .fpc-content,\n    .fpc-show .fpc-image {\n      opacity: 1;\n      transform: translateX(0);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n      .fpc-container {\n        gap: 20px !important;\n      }\n\n      .fpc-image {\n        margin-top: 10px;\n      }\n    }\n\n    @media (max-width: 500px) {\n      .fpc-container {\n        gap: 15px !important;\n      }\n\n      .fpc-image {\n        margin-top: 5px;\n      }\n    }\n  <\/style>\n\n  <div class=\"fpc-container\">\n    <div class=\"fpc-content\">\n      <h2>PL1-B Briefcase Style Drone<\/h2>\n      <h3> Detector<\/h3>\n      <p>\n       The PL1-B is a briefcase-format drone detector built around an integrated hardware and software drone management system. Real-time multidimensional detection runs through continuous in-depth analysis and data mining of drone RF signals capturing serial numbers, model classifications, locations, speeds, altitudes, flight trajectories, and operator positions as a continuous stream of intelligence rather than periodic snapshots. \n<br>\nDetection capability extends to FPV drones, including those operating on low-frequency bands that simpler detectors miss.\n\n\n\n\n      <\/p>\n    <\/div>\n\n    <div class=\"fpc-image\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-PL1-B-Briefcase-Style-Drone.png\" alt=\"FPC1 Device\">\n    <\/div>\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const section = document.querySelector(\".fpc-section\");\n\n      function revealOnScroll() {\n        const rect = section.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        if (rect.top < windowHeight * 0.85) {\n          section.classList.add(\"fpc-show\");\n        }\n      }\n\n      window.addEventListener(\"scroll\", revealOnScroll);\n      revealOnScroll();\n    });\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9107-6a5f958c6ba0e-0-0-1\" class=\"widget_text so-panel widget widget_custom_html\" data-index=\"1\" ><div class=\"textwidget custom-html-widget\"><section class=\"features-section\">\n  <style>\n    .features-section {\n      background: #0b0b0b;\n      padding: 80px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\n    .features-section h2 {\n      font-size: 34px;\n      margin-bottom: 50px;\n      font-weight: 700;\n      color: white !important;\n    }\n\n    .features-row {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n    }\n\n    .feature-box {\n      background: #111111;\n      width: 30%;\n      margin: 1.5%;\n      padding: 30px 20px;\n      border-radius: 8px;\n      border: 1px solid rgba(255,255,255,0.08);\n      transition: all 0.35s ease;\n\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n\n      \/* \ud83d\udd25 ANIMATION INITIAL *\/\n      opacity: 0;\n      transform: translateY(30px);\n    }\n\n    .feature-box.show {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .feature-box:hover {\n      transform: translateY(-8px);\n      border: 1px solid rgba(255,255,255,0.25);\n      box-shadow: 0 15px 40px rgba(0,0,0,0.7);\n    }\n\n    .feature-box img {\n      width: 70px;\n      margin-bottom: 15px;\n      display: block;\n    }\n\n    .feature-box:hover img {\n      transform: scaleX(-1) scale(1.05);\n      filter: brightness(0) invert(1);\n      transition: all 0.4s ease;\n    }\n\n    .feature-box h3 {\n      font-size: 18px;\n      margin-bottom: 10px;\n      color: #ffffff;\n      width: 100%;\n    }\n\n    .feature-box p {\n      font-size: 14px;\n      line-height: 1.6;\n      color: #bdbdbd;\n      margin: 0;\n      width: 100%;\n    }\n\n    @media (max-width: 992px) {\n      .feature-box {\n        width: 45%;\n        margin: 2.5%;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .feature-box {\n        width: 100%;\n        margin: 10px 0;\n      }\n\n      .features-section h2 {\n        font-size: 26px;\n      }\n    }\n  <\/style>\n\n  <h2>Features<\/h2>\n\n  <div class=\"features-row\">\n    <!-- YOUR CONTENT (UNCHANGED) -->\n    <!-- (kept exactly same as you provided) -->\n    \n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Drone-detection.png\">\n      <h3>Drone detection\n<\/h3>\n      <p>900+ supported drone types (DJl\/Autel), Wi-Fi protocol drones, and high-speed FPV models\n<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Controller-location.png\">\n      <h3>Controller location\n<\/h3>\n      <p>Locate drones (long.\/lat.\/height)\n<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Trajectory-tracking.png\">\n      <h3>Trajectory tracking\n<\/h3>\n      <p>Real time display of drone trajectories\n\n<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Touch-screen-operation.png\">\n      <h3>Touch screen operation\n<\/h3>\n      <p>1-10km (varies due to environment and drone model)\n\n<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-White-Black-list.png\">\n      <h3>White\/Black list\n<\/h3>\n      <p>Able to identify and tag \"friend\" and \"foe\"\n\n<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Highly-portable.png\">\n      <h3>Highly portable\n<\/h3>\n      <p>Briefcase style, easy to carry\n\n<\/p>\n    <\/div>\n\n   \n\n  <\/div>\n\n  <!-- \ud83d\udd25 ANIMATION SCRIPT -->\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const boxes = document.querySelectorAll(\".feature-box\");\n\n      function showOnScroll() {\n        const triggerBottom = window.innerHeight * 0.9;\n\n        boxes.forEach((box, index) => {\n          const boxTop = box.getBoundingClientRect().top;\n\n          if (boxTop < triggerBottom) {\n            setTimeout(() => {\n              box.classList.add(\"show\");\n            }, index * 100); \/\/ slight delay (stagger)\n          }\n        });\n      }\n\n      window.addEventListener(\"scroll\", showOnScroll);\n      window.addEventListener(\"load\", showOnScroll);\n    });\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9107-6a5f958c6ba0e-0-0-2\" class=\"widget_text so-panel widget widget_custom_html\" data-index=\"2\" ><div class=\"textwidget custom-html-widget\"><section class=\"specs-section\">\n  <style>\n    .specs-section {\n      background: #0b0b0b;\n      padding: 60px 20px;\n      text-align: center;\n    }\n\n    .specs-section h2 {\n      font-size: 32px;\n      margin-bottom: 40px;\n      color: #ffffff;\n    }\n\n    .specs-wrapper {\n      max-width: 1100px;\n      margin: 0 auto 60px;\n      display: flex;\n      flex-wrap: wrap;\n    }\n\n    .spec-box {\n      width: 33.33%;\n      padding: 20px;\n      text-align: left;\n\n      \/* animation *\/\n      opacity: 0;\n      transform: translateY(30px);\n      transition: all 0.6s ease;\n    }\n\n    \/* \ud83d\udd25 DARK BOX *\/\n    .spec-box:nth-child(odd) {\n      background: #111111;\n      color: #ffffff;\n      border: 1px solid rgba(255,255,255,0.08);\n    }\n\n    .spec-box:nth-child(odd) h4 {\n      color: #ffffff;\n    }\n\n    .spec-box:nth-child(odd) p {\n      color: #bdbdbd;\n    }\n\n    \/* \ud83d\udd25 LIGHT BOX (theme-based, not pure white) *\/\n    .spec-box:nth-child(even) {\n      background: #f5f5f5;\n      color: #000000;\n      border: 1px solid #e0e0e0;\n    }\n\n    .spec-box:nth-child(even) h4 {\n      color: #000000;\n    }\n\n    .spec-box:nth-child(even) p {\n      color: #444444;\n    }\n\n    \/* hover (subtle premium effect) *\/\n    .spec-box:hover {\n      transform: translateY(-5px);\n    }\n\n    \/* fade-in active *\/\n    .spec-box.show {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .spec-box h4 {\n      font-size: 15px;\n      margin-bottom: 8px;\n    }\n\n    .spec-box p {\n      font-size: 14px;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n      .spec-box {\n        width: 50%;\n      }\n\t\t\t.specs-section {\n      background: #0b0b0b;\n      padding: 40px 20px;\n      text-align: center;\n    }\n\n    }\n\n    @media (max-width: 500px) {\n      .spec-box {\n        width: 100%;\n      }\n\t\t\t.specs-section {\n      background: #0b0b0b;\n      padding: 40px 20px;\n      text-align: center;\n    }\n\n    }\n  <\/style>\n\n  <!-- Detection -->\n<h2>Specifications <\/h2>\n\n<div class=\"specs-wrapper\">\n\n  <div class=\"spec-box\">\n    <h4>\u2611 Working mode:<\/h4>\n    <p>RF sensing<\/p>\n  <\/div>\n\n  <div class=\"spec-box\">\n    <h4>\u2611 Frequency<\/h4>\n    <p>300GHz~1.5GHz\u30012.4GHz\u30015.2GHz\u30015.8GHz<\/p>\n  <\/div>\n\n  <div class=\"spec-box\">\n    <h4>\u2611 Swarm Detection<\/h4>\n    <p>\u22655 Concurrent drones<\/p>\n  <\/div>\n\n  <div class=\"spec-box\">\n    <h4>\u2611 Range<\/h4>\n    <p>Detection radius of 1 to 10 km, reaches up to 10km in<\/p>\n  <\/div>\n\n  <div class=\"spec-box\">\n    <h4>\u2611 Dimension<\/h4>\n    <p>(520mm*415mm*224mm)\u00b15mm<\/p>\n  <\/div>\n\t<div class=\"spec-box\">\n    <h4>\u2611 Battery time<\/h4>\n    <p>~4 hours (running at 20\u00b0C)<\/p>\n  <\/div>\n<div class=\"spec-box\">\n    <h4>\u2611 Work Temperature<\/h4>\n    <p>-20\u00b0C~65\u00b0C<\/p>\n  <\/div>\n<div class=\"spec-box\">\n    <h4>\u2611 Waterproof<\/h4>\n    <p>IP65 (Case closed)<\/p>\n  <\/div>\n\n<\/div>\n\n  <!-- Animation Script -->\n  <script>\n    const boxes = document.querySelectorAll('.spec-box');\n\n    function showOnScroll() {\n      const triggerBottom = window.innerHeight * 0.9;\n\n      boxes.forEach(box => {\n        const boxTop = box.getBoundingClientRect().top;\n\n        if (boxTop < triggerBottom) {\n          box.classList.add('show');\n        }\n      });\n    }\n\n    window.addEventListener('scroll', showOnScroll);\n    window.addEventListener('load', showOnScroll);\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9107-6a5f958c6ba0e-0-0-3\" class=\"widget_text so-panel widget widget_custom_html\" data-index=\"3\" ><div class=\"textwidget custom-html-widget\"><section class=\"as-carousel-section\">\n  <style>\n    .as-carousel-section {\n      background: #070707;\n      padding: 60px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\n    .as-carousel-section h2 {\n      font-size: 32px;\n      margin-bottom: 40px;\n\t\t\tcolor: white !important;\n    }\n\n    .as-carousel-wrapper {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .as-carousel-track {\n      display: flex;\n      transition: transform 0.5s ease;\n    }\n\n    .as-carousel-item {\n      min-width: 50%;\n      padding: 20px;\n      box-sizing: border-box;\n      transition: transform 0.3s ease;\n    }\n\n    .as-carousel-item img {\n      width: 100%;\n      max-height: 350px;\n      object-fit: contain;\n      transition: transform 0.4s ease;\n    }\n\n    \/* Hover image slight zoom *\/\n    .as-carousel-item:hover img {\n      transform: scale(1.05);\n    }\n\n    \/* Bottom bar *\/\n    .as-carousel-bar {\n      height: 10px;\n      background: #1a1a1a;\n      margin-top: 15px;\n      border-radius: 3px;\n      transition: all 0.3s ease;\n    }\n\n    \/* \ud83d\udd25 Hover effect (premium blue glow) *\/\n    .as-carousel-item:hover .as-carousel-bar {\n      background: #2f6df6;\n      box-shadow: 0 0 10px rgba(47,109,246,0.6);\n    }\n\n    \/* Arrows *\/\n    .as-carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: transparent;\n      border: none;\n      color: #ffffff;\n      font-size: 30px;\n      cursor: pointer;\n      z-index: 2;\n      opacity: 0.7;\n      transition: all 0.3s ease;\n    }\n\n    .as-carousel-btn:hover {\n      opacity: 1;\n      transform: translateY(-50%) scale(1.2);\n    }\n\n    .as-prev { left: 0; }\n    .as-next { right: 0; }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .as-carousel-item {\n        min-width: 100%;\n      }\n.as-carousel-section {\n      background: #070707;\n      padding: 0px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\t\t\t\n      .as-carousel-section h2 {\n        font-size: 26px;\n      }\n    }\n  <\/style>\n\n  <h2>Images<\/h2>\n\n  <div class=\"as-carousel-wrapper\">\n\n    <button class=\"as-carousel-btn as-prev\">&#10094;<\/button>\n\n    <div class=\"as-carousel-track\">\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/03\/4ebed09d83508e7.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-PL1-B-Briefcase-Style-Drone.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-PL1-B-Briefcase-Style-Drone.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-PL1-B-Briefcase-Style-Drone.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n    <\/div>\n\n    <button class=\"as-carousel-btn as-next\">&#10095;<\/button>\n\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n\n      const wrapper = document.querySelector(\".as-carousel-section\");\n      if (!wrapper) return;\n\n      const track = wrapper.querySelector(\".as-carousel-track\");\n      const items = wrapper.querySelectorAll(\".as-carousel-item\");\n      const prev = wrapper.querySelector(\".as-prev\");\n      const next = wrapper.querySelector(\".as-next\");\n\n      let index = 0;\n\n      function updateSlider() {\n        const width = items[0].offsetWidth;\n        track.style.transform = \"translateX(-\" + (index * width) + \"px)\";\n      }\n\n      next.onclick = function () {\n        index++;\n        if (index > items.length - 2) index = 0;\n        updateSlider();\n      };\n\n      prev.onclick = function () {\n        index--;\n        if (index < 0) index = items.length - 2;\n        updateSlider();\n      };\n\n      window.addEventListener(\"resize\", updateSlider);\n\n    });\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9107-6a5f958c6ba0e-0-0-4\" class=\"widget_text so-panel widget widget_custom_html panel-last-child\" data-index=\"4\" ><div class=\"textwidget custom-html-widget\"><section class=\"document-section\">\n  <style>\n    .document-section {\n      background: #0b0b0b;\n      padding: 60px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\n    .document-section h2 {\n      font-size: 30px;\n      margin-bottom: 30px;\n\t\t\tcolor: white !important;\n    }\n\n    .document-box {\n      max-width: 900px;\n      margin: 0 auto;\n      background: #111111;\n      border: 1px solid rgba(255,255,255,0.08);\n      padding: 18px 20px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-radius: 6px;\n      transition: all 0.3s ease;\n    }\n\n    .document-box:hover {\n      border-color: rgba(255,255,255,0.25);\n      box-shadow: 0 10px 30px rgba(0,0,0,0.6);\n    }\n\n    .document-title {\n      font-size: 15px;\n      color: #e6e6e6;\n      text-align: left;\n    }\n\n    .document-link {\n      font-size: 14px;\n      color: #2f6df6;\n      text-decoration: none;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    .document-link:hover {\n      color: #4a8bff;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 600px) {\n      .document-box {\n        flex-direction: column;\n        gap: 10px;\n        text-align: center;\n      }\n\n      .document-title {\n        text-align: center;\n      }\n    }\n  <\/style>\n\n  <h2>Document<\/h2>\n\n  <div class=\"document-box\">\n    <div class=\"document-title\">\n      PL1-B Pro Briefcase Style Drone Detector\n    <\/div>\n\n    <a class=\"document-link\" \n       href=\"https:\/\/www.aerosmart.ae\/pl1-b\/\" \n       target=\"_blank\">\n      click to download \u2b07\n    <\/a>\n  <\/div>\n<\/section><\/div><\/div><\/div><\/div><\/div>\n\n\n<style>\nsection.page-title,\n.page-title,\n.pad-bread,\n.page-title-parallax {\n  display: none !important;\n}\n\n\n.single-p.pt-0.pb-30,\n.single-p.pt-0.pb-30 > div {\n  background-color: #000 !important;\n}\n\n#pl-gb2962-69b3fa9fa685a .so-panel {\n    margin-bottom: 0px !important;\n}\n.widget_text.so-panel.widget.widget_custom_html {\nbackground-color: black !important;\nmargin-bottom: 0px !important;\n}\n\n\/* Hide original images *\/\n.col-lg-4.dark img {\n  display: none !important;\n}\n\n\/* Center everything *\/\n.col-lg-4.dark {\n  text-align: center;\n}\n\n\/* Add BOTH logos at top *\/\n.col-lg-4.dark::before {\n  content: \"\";\n  display: block;\n  width: 100%;\n  height: 260px; \/* total height for both logos *\/\n\n  background:\n    url(\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/03\/Untitled-design-10-1.png\") no-repeat top center,\n    url(\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/03\/db094e4dfdfd549.png\") no-repeat bottom center;\n\n  background-size:\n    354px 143px,   \/* first logo *\/\n    250px 100px;   \/* second logo *\/\n\n  margin-bottom: 15px;\n}\n\n\n<\/style>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"PL1-B\",\n  \"category\": \"Counter-UAS System\",\n  \"description\": \"PL1-B \u2014 Counter-UAS: perimeter drone detection. Available in the UAE from Aerosmart, authorised dealer in Dubai, with training, local support and official warranty.\",\n  \"image\": \"IMAGE_URL_FROM_PAGE\",\n  \"url\": \"https:\/\/www.aerosmart.ae\/pl1-b\/\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"AED\",\n    \"price\": \"PRICE_HERE\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Aerosmart\",\n      \"url\": \"https:\/\/www.aerosmart.ae\/\"\n    }\n  }\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the price of the PL1-B in UAE?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The PL1-B is available in the UAE from Aerosmart, Dubai. Pricing depends on the configuration and accessories selected \u2014 request a same-day quote in AED, with official warranty included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does the PL1-B system do?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The PL1-B provides perimeter drone detection \u2014 alerting security teams to unauthorised drone activity so they can respond before an incident develops. Full specifications are available from Aerosmart on request.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who can buy counter-drone systems in the UAE?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Counter-UAS equipment is typically supplied to government entities, critical infrastructure operators and licensed security organisations, subject to UAE regulatory approvals. Aerosmart advises qualifying organisations on the compliance process.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where is the PL1-B deployed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Airports, government facilities, events, ports and critical infrastructure perimeters across the UAE and wider region \u2014 as part of a layered detection and response setup designed with Aerosmart.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does Aerosmart support deployment in the UAE?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes \u2014 Aerosmart provides site assessment, compliant system design, installation coordination and after-sales support for the PL1-B from our Dubai office.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n\n\n<div class=\"pfaq-wrapper\" id=\"pfaq-pl1b\">\n  <div class=\"pfaq-inner\">\n\n    <div class=\"pfaq-heading-label\">Got questions?<\/div>\n    <h2 class=\"pfaq-main-title\">PL1-B \u2014 Frequently Asked Questions<\/h2>\n\n    <div class=\"pfaq-item pfaq-active\">\n        <div class=\"pfaq-question\">What is the price of the PL1-B in UAE?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>The PL1-B is available in the UAE from Aerosmart, Dubai. Pricing depends on the configuration and accessories selected \u2014 request a same-day quote in AED, with official warranty included.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">What does the PL1-B system do?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>The PL1-B provides perimeter drone detection \u2014 alerting security teams to unauthorised drone activity so they can respond before an incident develops. Full specifications are available from Aerosmart on request.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">Who can buy counter-drone systems in the UAE?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>Counter-UAS equipment is typically supplied to government entities, critical infrastructure operators and licensed security organisations, subject to UAE regulatory approvals. Aerosmart advises qualifying organisations on the compliance process.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">Where is the PL1-B deployed?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>Airports, government facilities, events, ports and critical infrastructure perimeters across the UAE and wider region \u2014 as part of a layered detection and response setup designed with Aerosmart.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">Does Aerosmart support deployment in the UAE?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>Yes \u2014 Aerosmart provides site assessment, compliant system design, installation coordination and after-sales support for the PL1-B from our Dubai office.<\/p><\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<style>\n#pfaq-pl1b{background:#000;padding:60px 20px;margin:0;}\n#pfaq-pl1b .pfaq-inner{max-width:1000px;margin:0 auto;}\n#pfaq-pl1b .pfaq-heading-label{font-size:13px;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;text-align:center;}\n#pfaq-pl1b .pfaq-main-title{font-size:32px;font-weight:600;color:#fff;margin:0 0 40px;text-align:center;}\n#pfaq-pl1b .pfaq-item{border-bottom:1px solid rgba(255,255,255,.15);}\n#pfaq-pl1b .pfaq-question{padding:20px 40px 20px 0;cursor:pointer;position:relative;font-weight:600;color:#fff;transition:.3s ease;font-size:17px;}\n#pfaq-pl1b .pfaq-question:hover{color:var(--cnvs-secondarycolor,#1c75bc);}\n#pfaq-pl1b .pfaq-arrow{position:absolute;right:0;top:50%;width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-50%) rotate(45deg);transition:.3s ease;}\n#pfaq-pl1b .pfaq-item.pfaq-active .pfaq-arrow{transform:translateY(-50%) rotate(-135deg);}\n#pfaq-pl1b .pfaq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;}\n#pfaq-pl1b .pfaq-item.pfaq-active .pfaq-answer{max-height:400px;}\n#pfaq-pl1b .pfaq-answer p{padding-bottom:20px;line-height:1.7;color:rgba(255,255,255,.70);margin:0;}\n@media (max-width:991px){\n#pfaq-pl1b{padding:40px 20px;}\n#pfaq-pl1b .pfaq-main-title{font-size:26px;}\n#pfaq-pl1b .pfaq-question{font-size:16px;padding:18px 35px 18px 0;}\n#pfaq-pl1b .pfaq-answer p{font-size:15px;}\n}\n@media (max-width:767px){\n#pfaq-pl1b{padding:30px 15px;}\n#pfaq-pl1b .pfaq-main-title{font-size:22px;}\n#pfaq-pl1b .pfaq-question{font-size:15px;padding:16px 30px 16px 0;}\n#pfaq-pl1b .pfaq-answer p{font-size:14px;line-height:1.6;}\n}\n<\/style>\n\n<script>\n(function(){\n  function initPfaqPl1b(){\n    var wrap=document.getElementById(\"pfaq-pl1b\");\n    if(!wrap) return;\n    var items=wrap.querySelectorAll(\".pfaq-item\");\n    items.forEach(function(item){\n      item.querySelector(\".pfaq-question\").addEventListener(\"click\",function(){\n        items.forEach(function(el){ if(el!==item) el.classList.remove(\"pfaq-active\"); });\n        item.classList.toggle(\"pfaq-active\");\n      });\n    });\n  }\n  if(document.readyState===\"loading\"){document.addEventListener(\"DOMContentLoaded\",initPfaqPl1b);}else{initPfaqPl1b();}\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Got questions? PL1-B \u2014 Frequently Asked Questions What is the price of the PL1-B in UAE? The PL1-B is available in the UAE from Aerosmart, Dubai. Pricing depends on the configuration and accessories selected \u2014 request a same-day quote in AED, with official warranty included. What does the PL1-B system [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"single-product.php","meta":{"footnotes":""},"class_list":["post-9107","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v21.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>PL1-B Drone Detection System | Aerosmart<\/title>\n<meta name=\"description\" content=\"PL1-B counter-UAS detection unit in UAE for perimeter and event security. Specifications and pricing from Aerosmart Dubai.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aerosmart.ae\/?page_id=9107\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PL1-B\" \/>\n<meta property=\"og:description\" content=\"PL1-B counter-UAS detection unit in UAE for perimeter and event security. Specifications and pricing from Aerosmart Dubai.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aerosmart.ae\/?page_id=9107\" \/>\n<meta property=\"og:site_name\" content=\"Aerosmart Drones | All types drones\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aerosmart.uav.ae\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T06:23:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-PL1-B-Briefcase-Style-Drone.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aerosmart.ae\/?page_id=9107\",\"url\":\"https:\/\/www.aerosmart.ae\/?page_id=9107\",\"name\":\"PL1-B Drone Detection System | Aerosmart\",\"isPartOf\":{\"@id\":\"https:\/\/www.aerosmart.ae\/#website\"},\"datePublished\":\"2026-03-25T19:58:48+00:00\",\"dateModified\":\"2026-07-09T06:23:46+00:00\",\"description\":\"PL1-B counter-UAS detection unit in UAE for perimeter and event security. Specifications and pricing from Aerosmart Dubai.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.aerosmart.ae\/?page_id=9107#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aerosmart.ae\/?page_id=9107\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.aerosmart.ae\/?page_id=9107#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.aerosmart.ae\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PL1-B\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aerosmart.ae\/#website\",\"url\":\"https:\/\/www.aerosmart.ae\/\",\"name\":\"Aerosmart\",\"description\":\"Authorised DJI Dealer in Dubai, UAE\",\"publisher\":{\"@id\":\"https:\/\/www.aerosmart.ae\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aerosmart.ae\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.aerosmart.ae\/#organization\",\"name\":\"Aerosmart\",\"alternateName\":\"Aerosmart UAV Trading L.L.C.\",\"url\":\"https:\/\/www.aerosmart.ae\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png\",\"contentUrl\":\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png\",\"width\":729,\"height\":295,\"caption\":\"Aerosmart\"},\"image\":{\"@id\":\"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/aerosmart.uav.ae\",\"https:\/\/www.instagram.com\/aerosmart_uav\/\",\"https:\/\/www.linkedin.com\/company\/aerosmartuav\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PL1-B Drone Detection System | Aerosmart","description":"PL1-B counter-UAS detection unit in UAE for perimeter and event security. Specifications and pricing from Aerosmart Dubai.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aerosmart.ae\/?page_id=9107","og_locale":"en_US","og_type":"article","og_title":"PL1-B","og_description":"PL1-B counter-UAS detection unit in UAE for perimeter and event security. Specifications and pricing from Aerosmart Dubai.","og_url":"https:\/\/www.aerosmart.ae\/?page_id=9107","og_site_name":"Aerosmart Drones | All types drones","article_publisher":"https:\/\/www.facebook.com\/aerosmart.uav.ae","article_modified_time":"2026-07-09T06:23:46+00:00","og_image":[{"url":"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-PL1-B-Briefcase-Style-Drone.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aerosmart.ae\/?page_id=9107","url":"https:\/\/www.aerosmart.ae\/?page_id=9107","name":"PL1-B Drone Detection System | Aerosmart","isPartOf":{"@id":"https:\/\/www.aerosmart.ae\/#website"},"datePublished":"2026-03-25T19:58:48+00:00","dateModified":"2026-07-09T06:23:46+00:00","description":"PL1-B counter-UAS detection unit in UAE for perimeter and event security. Specifications and pricing from Aerosmart Dubai.","breadcrumb":{"@id":"https:\/\/www.aerosmart.ae\/?page_id=9107#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aerosmart.ae\/?page_id=9107"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.aerosmart.ae\/?page_id=9107#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aerosmart.ae\/"},{"@type":"ListItem","position":2,"name":"PL1-B"}]},{"@type":"WebSite","@id":"https:\/\/www.aerosmart.ae\/#website","url":"https:\/\/www.aerosmart.ae\/","name":"Aerosmart","description":"Authorised DJI Dealer in Dubai, UAE","publisher":{"@id":"https:\/\/www.aerosmart.ae\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aerosmart.ae\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aerosmart.ae\/#organization","name":"Aerosmart","alternateName":"Aerosmart UAV Trading L.L.C.","url":"https:\/\/www.aerosmart.ae\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/","url":"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png","contentUrl":"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png","width":729,"height":295,"caption":"Aerosmart"},"image":{"@id":"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/aerosmart.uav.ae","https:\/\/www.instagram.com\/aerosmart_uav\/","https:\/\/www.linkedin.com\/company\/aerosmartuav\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages\/9107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9107"}],"version-history":[{"count":10,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages\/9107\/revisions"}],"predecessor-version":[{"id":12171,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages\/9107\/revisions\/12171"}],"wp:attachment":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}