{"id":29759,"date":"2025-10-21T14:41:22","date_gmt":"2025-10-21T06:41:22","guid":{"rendered":"https:\/\/store.fashionstar.com.hk\/?post_type=product&#038;p=29759"},"modified":"2026-08-25T14:37:24","modified_gmt":"2026-08-25T06:37:24","slug":"uart-servo-ha8-u25h-m","status":"publish","type":"product","link":"https:\/\/fashionstar.com.hk\/store\/product\/uart-servo-ha8-u25h-m\/","title":{"rendered":"UART Bus Servo \u00b7 HA8-U25H-M"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"29759\" class=\"elementor elementor-29759\">\n\t\t\t\t<div class=\"elementor-element elementor-element-571e0349 e-con-full e-flex e-con e-parent\" data-id=\"571e0349\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"wd-sticky-container-lg elementor-element elementor-element-79aa24f4 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"79aa24f4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63083d95 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"63083d95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n\t\t\t\t\t<!-- === \u5de6\u4fa7\u76ee\u5f55 === -->\n<nav id=\"toc\" class=\"toc\">\n  <div class=\"toc__title\">Table of Contents<\/div>\n  <ol class=\"toc__list\">\n    \n    \n    \n    \n    \n    \n    \n    \n    \n  <li><a href=\"#overview\" class=\"is-active\">Overview<\/a><\/li><li><a href=\"#media-gallery\">Media Gallery<\/a><\/li><li><a href=\"#specification\">Specification<\/a><\/li><li><a href=\"#performance-curves\">Performance Curves<\/a><\/li><li><a href=\"#sdk-and-platforms\">SDK And Platforms<\/a><\/li><li><a href=\"#cad-drawings\">CAD Drawings<\/a><\/li><li><a href=\"#documents\">Documents<\/a><\/li><li><a href=\"#certification\">Certification<\/a><\/li><li><a href=\"#part-list\">Part List<\/a><\/li><\/ol>\n<\/nav>\n\n<style>\n  #toc.toc {\n    position: sticky;\n    top: 100px;\n    max-height: calc(100vh - 120px);\n    overflow: auto;\n  }\n\n  .toc__title {\n    font-weight: 600 !important;\n    font-size: 17px !important;\n    margin-bottom: 8px;\n  }\n\n  .toc__list {\n    list-style: none !important;\n    margin: 0;\n    padding-left: 0 !important;\n  }\n\n  .toc a,\n  .toc a:visited {\n    display: block;\n    padding: 6px 4px;\n    text-decoration: none;\n    cursor: pointer;\n    color: inherit !important;\n    transition: color 0.3s;\n    text-align: left !important;\n    font-weight: 600 !important;\n    font-size: 15px !important;\n    line-height: 1.3;\n    font-family: \"Inter\", sans-serif !important;\n  }\n\n  .toc a.is-active,\n  .toc a.is-active:visited {\n    font-weight: 600 !important;\n    color: #8641a9 !important;\n  }\n\n  .fs-mob-acc .fs-acc-title {\n    color: #000000 !important;\n  }\n\n  .fs-mob-acc, .fs-mob-acc * {\n    overflow-anchor: none;\n  }\n\n  @media (max-width: 767px){\n    #toc, #toc *{\n      text-transform: none !important;\n      letter-spacing: normal !important;\n      font-variant-caps: normal !important;\n    }\n    .fs-mob-acc .fs-acc-title,\n    .fs-mob-acc .fs-acc-title *,\n    .fs-mob-acc .fs-acc-icon{\n      text-transform: none !important;\n      letter-spacing: normal !important;\n      font-variant-caps: normal !important;\n    }\n  }\n<\/style>\n\n\n<script>\n(function () {\n  function isElementorEditMode() {\n    try {\n      if (window.elementorFrontend && window.elementorFrontend.isEditMode) return window.elementorFrontend.isEditMode();\n    } catch(e){}\n    return \/(?:elementor-preview|action=elementor)\/.test(location.search);\n  }\n  if (isElementorEditMode()) return;\n\n  const HEADER_MB = 70;\n  const scopeSel = '.woocommerce-Tabs-panel--description';\n  function getPcHeaderOffset() {\n    const selectors = ['.whb-sticky-header.whb-clone.whb-sticked','.whb-sticky-header.whb-clone','.whb-general-header','.whb-main-header','.site-header','.elementor-location-header','header'];\n    let maxH = 100;\n    selectors.forEach(sel => document.querySelectorAll(sel).forEach(el => {\n      const s=getComputedStyle(el), visible=s.display!=='none'&&s.visibility!=='hidden'&&el.offsetHeight>0;\n      if (visible && (s.position==='fixed'||s.position==='sticky')) maxH=Math.max(maxH,Math.ceil(el.getBoundingClientRect().height));\n    }));\n    return maxH + 16;\n  }\n  function getOffset() {\n    return (matchMedia('(max-width:767px)').matches ? HEADER_MB : getPcHeaderOffset()) + (document.body.classList.contains('admin-bar') ? 32 : 0);\n  }\n  function replaceHash(id) {\n    history.replaceState(null, '', location.pathname + location.search + '#' + encodeURIComponent(id));\n  }\n  function bindClicks() {\n    const toc=document.getElementById('toc'); if(!toc)return false;\n    const links=Array.from(toc.querySelectorAll('a[href^=\"#\"]')); if(!links.length)return false;\n    const scope=document.querySelector(scopeSel)||document;\n    links.forEach(a => {\n      if(a.__bound)a.removeEventListener('click',a.__bound,true);\n      a.__bound=function(e){\n        e.preventDefault();e.stopPropagation();e.stopImmediatePropagation();\n        const id=decodeURIComponent(a.getAttribute('href').slice(1));\n        const target=scope.querySelector('#'+CSS.escape(id))||document.getElementById(id);if(!target)return;\n        const y=target.getBoundingClientRect().top+pageYOffset-getOffset();\n        scrollTo({top:Math.max(0,y),behavior:'smooth'});replaceHash(id);\n      };\n      a.addEventListener('click',a.__bound,true);\n    });\n    return true;\n  }\n  function waitAndBind(attempt=0){if(bindClicks()||attempt>40)return;setTimeout(()=>waitAndBind(attempt+1),120);}\n  if(document.readyState==='loading')document.addEventListener('DOMContentLoaded',()=>waitAndBind());else waitAndBind();\n  addEventListener('load',()=>waitAndBind());\n})();\n<\/script>\n\n<script>\n(function(){\n  \/\/ \u2705 \u4e0d\u5f71\u54cd Elementor \u7f16\u8f91\u6a21\u5f0f\n  function isElementorEditMode(){\n    try{\n      if (window.elementorFrontend && window.elementorFrontend.isEditMode) {\n        return window.elementorFrontend.isEditMode();\n      }\n    }catch(e){}\n    return location.search.includes('elementor-preview') || location.search.includes('action=elementor');\n  }\n  if (isElementorEditMode()) return;\n\n  const mq = window.matchMedia('(max-width:767px)');\n  const mobileStyle = document.createElement('style');\n  mobileStyle.textContent = `\n  @media (max-width:767px){\n    #toc.toc{ font-size:13px; padding:10px 12px; }\n    #toc a{ line-height:1.25; padding:5px 2px; }\n    .fs-mob-acc .fs-acc-title{\n      font-size:18px!important;\n      color:#000!important;\n    }\n    .fs-mob-acc .fs-acc-icon{\n      transition: transform .2s ease;\n    }\n    .fs-mob-acc .fs-acc-title[aria-expanded=\"true\"] .fs-acc-icon{\n      transform: rotate(45deg);\n    }\n  }`;\n  document.head.appendChild(mobileStyle);\n\n  const toTitle = s => s.toLowerCase().replace(\/\\b([a-z])\/g, m => m.toUpperCase());\n  function applyTitleCase(){\n    if(!mq.matches) return;\n    document.querySelectorAll('#toc a').forEach(a=>{\n      a.textContent = toTitle(a.textContent.trim());\n    });\n    document.querySelectorAll('.fs-mob-acc .fs-acc-title span:first-child').forEach(s=>{\n      s.textContent = toTitle(s.textContent.trim());\n    });\n  }\n  document.addEventListener('DOMContentLoaded', applyTitleCase);\n  window.addEventListener('load', applyTitleCase);\n  mq.addEventListener?.('change', applyTitleCase);\n\n  function scrollToBtnIfNeeded(btn){\n    const off = 112;\n    const top = btn.getBoundingClientRect().top;\n    if(top < off + 8){\n      const y = (btn.getBoundingClientRect().top + window.pageYOffset) - off - 8;\n      window.scrollTo({ top: y, behavior: 'auto' });\n    }\n  }\n\n  function refreshOpenPanels(){\n    if(!mq.matches) return;\n    document.querySelectorAll('.fs-mob-acc .fs-acc-title[aria-expanded=\"true\"]').forEach(btn=>{\n      const panel = btn.nextElementSibling;\n      if(panel){\n        panel.style.maxHeight = 'none';\n        const h = panel.scrollHeight;\n        panel.style.maxHeight = h + 'px';\n      }\n    });\n  }\n\n  function setupAccordion(){\n    if(!mq.matches) return;\n\n    const buttons = document.querySelectorAll('.fs-mob-acc .fs-acc-title');\n    if(!buttons.length) return;\n\n    buttons.forEach(btn=>{\n      if(btn.__fsBound) return;\n      btn.__fsBound = true;\n\n      btn.addEventListener('click', function(e){\n        e.preventDefault();\n        e.stopPropagation();\n        e.stopImmediatePropagation();\n\n        const y0 = window.pageYOffset || document.documentElement.scrollTop;\n        const t0 = btn.getBoundingClientRect().top;\n\n        const panel = btn.nextElementSibling;\n        const isOpen = btn.getAttribute('aria-expanded') === 'true';\n\n        buttons.forEach(b=>{\n          if(b === btn) return;\n          b.setAttribute('aria-expanded','false');\n          b.classList.remove('is-open');\n          const icon = b.querySelector('.fs-acc-icon');\n          if(icon) icon.textContent = '+';\n          const p = b.nextElementSibling;\n          if(p) p.style.maxHeight = '0px';\n        });\n\n        if(!isOpen){\n          btn.setAttribute('aria-expanded','true');\n          btn.classList.add('is-open');\n          const icon = btn.querySelector('.fs-acc-icon');\n          if(icon) icon.textContent = '\u00d7';\n\n          if(panel){\n            panel.style.maxHeight = '0px';\n            requestAnimationFrame(()=>{\n              panel.style.maxHeight = panel.scrollHeight + 'px';\n\n              const lock = () => {\n                const t1 = btn.getBoundingClientRect().top;\n                const dy = t1 - t0;\n                if (Math.abs(dy) > 0.5) {\n                  window.scrollTo(0, y0 + dy);\n                }\n                scrollToBtnIfNeeded(btn);\n              };\n\n              requestAnimationFrame(() => {\n                lock();\n                setTimeout(lock, 60);\n                setTimeout(lock, 220);\n              });\n\n              setTimeout(refreshOpenPanels, 200);\n              setTimeout(refreshOpenPanels, 800);\n            });\n          }\n        }else{\n          btn.setAttribute('aria-expanded','false');\n          btn.classList.remove('is-open');\n          const icon = btn.querySelector('.fs-acc-icon');\n          if(icon) icon.textContent = '+';\n          if(panel) panel.style.maxHeight = '0px';\n        }\n      }, true);\n    });\n\n    if(!setupAccordion.__inited){\n      setupAccordion.__inited = true;\n      buttons.forEach(btn=>{\n        btn.setAttribute('aria-expanded','false');\n        btn.classList.remove('is-open');\n        const icon = btn.querySelector('.fs-acc-icon');\n        if(icon) icon.textContent = '+';\n        const panel = btn.nextElementSibling;\n        if(panel) panel.style.maxHeight = '0px';\n      });\n    }\n  }\n\n  document.addEventListener('DOMContentLoaded', setupAccordion);\n  window.addEventListener('load', setupAccordion);\n  window.addEventListener('resize', ()=>{ setTimeout(refreshOpenPanels, 120); });\n})();\n<\/script>\n\n<script>\n(function(){\n  function isElementorEditMode(){\n    try{\n      if (window.elementorFrontend && window.elementorFrontend.isEditMode) {\n        return window.elementorFrontend.isEditMode();\n      }\n    }catch(e){}\n    return location.search.includes('elementor-preview') || location.search.includes('action=elementor');\n  }\n  if (isElementorEditMode()) return;\n\n  const mq = window.matchMedia('(max-width:767px)');\n  let locking = false;\n\n  function closeBtn(btn){\n    if(!btn) return;\n    btn.setAttribute('aria-expanded','false');\n    btn.classList.remove('is-open');\n    const icon = btn.querySelector('.fs-acc-icon');\n    if(icon) icon.textContent = '+';\n    const panel = btn.nextElementSibling;\n    if(panel) panel.style.maxHeight = '0px';\n  }\n\n  function enforceOnlyOne(openBtn){\n    if(locking || !mq.matches) return;\n    locking = true;\n\n    document.querySelectorAll('.fs-mob-acc .fs-acc-title[aria-expanded=\"true\"]').forEach(b=>{\n      if(b !== openBtn) closeBtn(b);\n    });\n\n    locking = false;\n  }\n\n  let attrObserver = null;\n\n  function observeAll(){\n    if(attrObserver) { try{ attrObserver.disconnect(); }catch(e){} }\n\n    attrObserver = new MutationObserver((mutations)=>{\n      if(locking || !mq.matches) return;\n      for(const m of mutations){\n        if(m.type === 'attributes' && m.attributeName === 'aria-expanded'){\n          const btn = m.target;\n          if(btn && btn.getAttribute('aria-expanded') === 'true'){\n            enforceOnlyOne(btn);\n          }\n        }\n      }\n    });\n\n    document.querySelectorAll('.fs-mob-acc .fs-acc-title').forEach(btn=>{\n      attrObserver.observe(btn, { attributes:true, attributeFilter:['aria-expanded'] });\n    });\n  }\n\n  function bindClickFallback(){\n    document.addEventListener('click', function(e){\n      if(!mq.matches) return;\n      const btn = e.target.closest && e.target.closest('.fs-mob-acc .fs-acc-title');\n      if(!btn) return;\n      setTimeout(()=>{\n        if(btn.getAttribute('aria-expanded') === 'true'){\n          enforceOnlyOne(btn);\n        }\n      }, 0);\n    }, true);\n  }\n\n  function watchDom(){\n    const mo = new MutationObserver(()=>{ observeAll(); });\n    mo.observe(document.body, { childList:true, subtree:true });\n  }\n\n  function init(){\n    observeAll();\n    bindClickFallback();\n    watchDom();\n  }\n\n  if(document.readyState === 'loading'){\n    document.addEventListener('DOMContentLoaded', init);\n  }else{\n    init();\n  }\n\n  mq.addEventListener?.('change', ()=>{ observeAll(); });\n})();\n<\/script>\n\n<script>\n(function(){\n  function isElementorEditMode(){\n    try{\n      if (window.elementorFrontend && window.elementorFrontend.isEditMode) {\n        return window.elementorFrontend.isEditMode();\n      }\n    }catch(e){}\n    return location.search.includes('elementor-preview') || location.search.includes('action=elementor');\n  }\n  if (isElementorEditMode()) return;\n\n  const mq = window.matchMedia('(max-width:767px)');\n  const SEL = '.fs-mob-acc .fs-acc-title';\n\n  const getY = () => (window.pageYOffset || document.documentElement.scrollTop || 0);\n\n  document.addEventListener('click', function(e){\n    if(!mq.matches) return;\n    const btn = e.target && e.target.closest ? e.target.closest(SEL) : null;\n    if(!btn) return;\n\n    btn.__lockY0 = getY();\n    btn.__lockT0 = btn.getBoundingClientRect().top;\n\n    try{ btn.focus({ preventScroll: true }); }catch(err){}\n  }, true);\n\n  function fixPosition(btn){\n    if(!btn || !mq.matches) return;\n\n    const y0 = (btn.__lockY0 != null) ? btn.__lockY0 : getY();\n    const t0 = (btn.__lockT0 != null) ? btn.__lockT0 : btn.getBoundingClientRect().top;\n\n    const lock = () => {\n      const t1 = btn.getBoundingClientRect().top;\n      const dy = t1 - t0;\n      if(Math.abs(dy) > 0.5){\n        window.scrollTo(0, y0 + dy);\n      }\n    };\n\n    requestAnimationFrame(lock);\n    setTimeout(lock, 60);\n    setTimeout(lock, 220);\n  }\n\n  let mo = null;\n\n  function observe(){\n    if(mo) { try{ mo.disconnect(); }catch(e){} }\n    mo = new MutationObserver((muts)=>{\n      if(!mq.matches) return;\n      for(const m of muts){\n        if(m.type === 'attributes' && m.attributeName === 'aria-expanded'){\n          const btn = m.target;\n          if(btn && btn.getAttribute('aria-expanded') === 'true'){\n            fixPosition(btn);\n          }\n        }\n      }\n    });\n\n    document.querySelectorAll(SEL).forEach(btn=>{\n      mo.observe(btn, { attributes:true, attributeFilter:['aria-expanded'] });\n    });\n  }\n\n  if(document.readyState === 'loading'){\n    document.addEventListener('DOMContentLoaded', observe);\n  }else{\n    observe();\n  }\n  window.addEventListener('load', observe);\n\n  const mo2 = new MutationObserver(()=>observe());\n  mo2.observe(document.body, { childList:true, subtree:true });\n})();\n<\/script>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9067f2 e-con-full e-flex e-con e-child\" data-id=\"e9067f2\" data-element_type=\"container\" data-e-type=\"container\" id=\"tab-description\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e56a700 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"3e56a700\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"overview\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Overview<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f57e54 e-con-full e-flex e-con e-child\" data-id=\"4f57e54\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f1f103d elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5f1f103d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-sync-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTwo-Way Bus Communication\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-271bc57 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"271bc57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-IBpodCJcVoKAyuxiKgUclTSanQZ\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-N1kMdR82NodLGnxHz8ica2Oznke\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-CHiWdGBULoCEQ5xTqtzc5J2wnhe\">Bi-directional UART protocol with baud rates up to 1 Mbps, supporting fast control commands and feedback data such as position and other operating status.<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d7aecf1 e-con-full e-flex e-con e-child\" data-id=\"7d7aecf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47796a4 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"47796a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-shield-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tComplete Protection &amp; Smart Power Limiting\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e73eca1 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"5e73eca1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-S9dDdIS72oNjDExu6XPcOnGkn7L\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-W8N2dLWQEorJxkxmGSDcxwMvnih\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-W8N2dLWQEorJxkxmGSDcxwMvnih\">Built-in safeguards for temperature, voltage, stall, power, and current, with automatic power limiting to keep operation within a safe range.<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b63b7db e-con-full e-flex e-con e-child\" data-id=\"2b63b7db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61b2fc32 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"61b2fc32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-sliders-h\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAdvanced Modes &amp; Stop Behaviors\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20ef4662 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"20ef4662\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><ul><li data-list=\"bullet\"><div><span style=\"color: #333333;\"><strong>Single-Turn:<\/strong> <span style=\"color: #808080;\">\u00b1180\u00b0 range for standard rotary joints<\/span><\/span><\/div><\/li><li data-list=\"bullet\"><span style=\"color: #333333;\"><span style=\"color: #333333;\"><strong>Multi-Turn: <\/strong><\/span><\/span><span style=\"color: #808080;\">\u00b1368,640\u00b0 (1,024turns) range, with multi-turn count saved after power-off<\/span><\/li><li data-list=\"bullet\"><div><span style=\"color: #333333;\"><strong>Damping<\/strong><strong> Mode:<\/strong> <span style=\"color: #808080;\">controlled resistance for smooth, compliant motion<\/span><\/span><\/div><\/li><li data-list=\"bullet\"><div><span style=\"color: #333333;\"><strong>3 Stop Modes:<\/strong> <span style=\"color: #808080;\">Free, Lock, and Damp for different holding\/release needs<\/span><\/span><\/div><\/li><\/ul><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77d0972f e-con-full e-flex e-con e-child\" data-id=\"77d0972f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-410c357f elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"410c357f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chart-line\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRich Motion Commands &amp; Profiles\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3118be10 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"3118be10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-KZUqd5R7iozUGUxVX4NcG1z2nse\"><div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-KZUqd5R7iozUGUxVX4NcG1z2nse\"><div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-KZUqd5R7iozUGUxVX4NcG1z2nse\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-Ptv2d0g15oWfVaxyd0qcIOm9nc5\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-PWk5dMKi2os8RFx3dY8cMXeWnAf\">Configure speed, time, and power per application, with sync\/async command options and built-in trapezoidal accel\/decel profiles for smooth motion and customizable ramp intervals.<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37c08bbf e-con-full e-flex e-con e-child\" data-id=\"37c08bbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3df516db elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3df516db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-pin\" viewBox=\"0 0 288 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCustom Home Position\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c317f08 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"7c317f08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-KZUqd5R7iozUGUxVX4NcG1z2nse\"><div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-KZUqd5R7iozUGUxVX4NcG1z2nse\"><div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-KZUqd5R7iozUGUxVX4NcG1z2nse\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-Ptv2d0g15oWfVaxyd0qcIOm9nc5\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-PWk5dMKi2os8RFx3dY8cMXeWnAf\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-J0L6d2nWfo6LSWxsmqbcKE3gnfg\">A 12-bit magnetic absolute encoder supports absolute position sensing and a configurable home position. The effective position resolution is 2,048 counts \/ 360\u00b0 (0.176\u00b0 per count), helping simplify assembly and reduce software offset adjustments.<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2754044b e-con-full e-flex e-con e-child\" data-id=\"2754044b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6afa8f2c elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6afa8f2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cube\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tUnified Ecosystem &amp; Daisy-Chain Ready\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ef2269 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"3ef2269\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div data-page-id=\"V21xdpZidorrGZxSytScymP5nGg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-AXh2dtrMqoWbEXxmaDNcitkxn0b\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-CBz5digyoo3cFrxIVOtcpTNbnbw\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-NPukd7ZEiong2SxhA1jcZsLEnsc\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-J0L6d2nWfo6LSWxsmqbcKE3gnfg\"><div data-page-id=\"OC93dZL3NoHG0oxa2NucjJS2njg\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"><div class=\"ace-line ace-line old-record-id-PDpJddJeCoNrUExX3TEci67gnnb\">All servos share the same protocol for high compatibility, allowing different models to be daisy-chained on the same bus. Within each series, the housing and mounting hole patterns are standardized for easy swaps and consistent mechanical integration.<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e532a17 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5e532a17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21c3f1e4 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"21c3f1e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"media-gallery\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Media Gallery<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b54810 elementor-widget elementor-widget-video\" data-id=\"b54810\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=D2L2p1_cGeY&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c4b96d7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6c4b96d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30277e64 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"30277e64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"specification\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Specification<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-305369b3 elementor-widget elementor-widget-wd_table\" data-id=\"305369b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-el-table-wrap wd-reset-all-last\">\n\t\t\t<table class=\"wd-el-table\">\n\t\t\t\t\t\t\t\t\t<thead class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-8ae3e31\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th class=\"wd-table-cell elementor-repeater-item-8efd084\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0Item<\/p>\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th class=\"wd-table-cell elementor-repeater-item-d15d61a\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t\t<p>Basic Specifications<\/p>\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/thead>\n\t\t\t\t\n\t\t\t\t<tbody class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-2addcb0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-916bfb1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Protocol Type<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-927e585\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>UART<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9078b62\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-00d2386\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Input Voltage<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-d21d5a8\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>9.0 ~ 12.6V<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-6765129\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-af12c92\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Motor Type<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a35e30d\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>cored<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-2b53a08\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b0684b9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Position Sensor<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2de0b91\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>12-bit Contactless Absolute Encoder (Magnetic)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9b8bf4f\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2f346b4\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Effective Position Range<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5ebe8c1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>\u00b1180\u00b0 (single-turn) \/ \u00b1368,640\u00b0 (multi-turn)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-6113e22\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-219cde9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Resolution<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5f09b20\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>2,048 counts \/ 360\u00b0 (0.176\u00b0 per count)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-571179d\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-c108570\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Processor<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-650f0c3\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>32-bit MCU<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-dec0c4a\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a297380\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Baud Rate<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-cf43175\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>9,600 bps ~ 1 Mbps<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-ec45b4b\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a1d8e05\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>ID Range<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-bc201f9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>0 ~ 254<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-cd54466\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-982354d\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Gear Ratio<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-8ee610b\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>273:1<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-79e65b6\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a0c9b81\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Output Spline Specification<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-73cab27\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Copper \/ \u23006 mm \/ 25T<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-660e4eb\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-da18119\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Gear Material<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-9609bfa\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>All-Metal Copper-Aluminum Construction<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-379e8e1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-846c82a\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Interface<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-c030804\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>PH2.0 - 3Pin<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-a0af521\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-140b213\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Case Material<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-f1fcec6\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Aluminum alloy middle section \/ upper &amp; lower engineering plastic shells<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-c48eab2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-7ed378e\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Dimensions<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b9dfb79\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>40 x 20 x 40 mm<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9aedd47\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b154eeb\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Appearance<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-c003d28\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Single-shaft<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-3006925\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2eefba6\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Weight<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-acd9992\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>65 g<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-b100011\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b1a0011\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Operating Temperature<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b1b0011\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>-10 ~ 60 \u00b0C<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-b100012\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b1a0012\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Operating Mode<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b1b0012\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Single-turn Angle | Multi-turn Angle | Damping Mode<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60945a0a elementor-widget elementor-widget-wd_table\" data-id=\"60945a0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-el-table-wrap wd-reset-all-last\">\n\t\t\t<table class=\"wd-el-table\">\n\t\t\t\t\t\t\t\t\t<thead class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-8ae3e31\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th class=\"wd-table-cell elementor-repeater-item-8efd084\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0Item<\/p>\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th class=\"wd-table-cell elementor-repeater-item-d15d61a\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t\t<p>Characteristic Specifications<\/p>\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/thead>\n\t\t\t\t\n\t\t\t\t<tbody class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-2addcb0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-916bfb1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Max Stall Torque<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-927e585\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>2.45 N\u00b7m (25 kg\u00b7cm)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9078b62\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-00d2386\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Max Continuous Torque<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-d21d5a8\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>0.88 N\u00b7m (9 kg\u00b7cm)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-6765129\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-af12c92\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Rated Torque<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a35e30d\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>0.44 N\u00b7m (3.4 kg\u00b7cm)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-2b53a08\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b0684b9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Rated Speed<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2de0b91\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>18 rpm (0.556 sec @ 60\u00b0)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9b8bf4f\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2f346b4\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>No Load Speed<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5ebe8c1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>51 rpm (0.198 sec @ 60\u00b0)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-6113e22\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-219cde9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Peak Current<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5f09b20\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>3 A<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-571179d\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-c108570\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>No Load Current<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-650f0c3\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>\uff1c200 mA<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-dec0c4a\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a297380\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Standby Current<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-cf43175\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>\uff1c30 mA<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-ec45b4b\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a1d8e05\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Axial Load<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-bc201f9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>20N<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-cd54466\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-982354d\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Radial Load<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-8ee610b\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>40N<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-405dd7d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"405dd7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74aa46ab color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"74aa46ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"performance-curves\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Performance Curves<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43687014 elementor-widget elementor-widget-wd_image_or_svg\" data-id=\"43687014\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_image_or_svg.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-image text-left photoswipe-images\">\n\t\t\t\t\t\t\t<a  href=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01.png\"data-width=\"2304\" data-height=\"2304\" data-elementor-open-lightbox=\"no\" aria-label=\"Image link\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2304\" height=\"2304\" src=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01.png 2304w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-430x430.png 430w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-100x100.png 100w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-700x700.png 700w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-300x300.png 300w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-800x800.png 800w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-150x150.png 150w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-768x768.png 768w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-1536x1536.png 1536w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-2048x2048.png 2048w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_01-12x12.png 12w\" sizes=\"auto, (max-width: 2304px) 100vw, 2304px\" \/>\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5be14a78 elementor-widget elementor-widget-image\" data-id=\"5be14a78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-scaled.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"ha8_u25h_m_performance_curve_02\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzUwMDEsInVybCI6Imh0dHBzOlwvXC9mYXNoaW9uc3Rhci5jb20uaGtcL3N0b3JlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNlwvaGE4X3UyNWhfbV9wZXJmb3JtYW5jZV9jdXJ2ZV8wMi1zY2FsZWQucG5nIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1123\" height=\"800\" src=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-1123x800.png\" class=\"attachment-large size-large wp-image-35001\" alt=\"\" srcset=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-1123x800.png 1123w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-scaled-430x306.png 430w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-scaled-100x71.png 100w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-scaled-700x498.png 700w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-400x285.png 400w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-768x547.png 768w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-1536x1094.png 1536w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-2048x1458.png 2048w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2026\/06\/ha8_u25h_m_performance_curve_02-18x12.png 18w\" sizes=\"auto, (max-width: 1123px) 100vw, 1123px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28ceff3b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"28ceff3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b006b56 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"4b006b56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"sdk-and-platforms\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">SDK And Platforms<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20d6b87d elementor-widget elementor-widget-wd_image_or_svg\" data-id=\"20d6b87d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_image_or_svg.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-image text-left photoswipe-images\">\n\t\t\t\t\t\t\t<a  href=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1.webp\"data-width=\"1141\" data-height=\"1055\" data-elementor-open-lightbox=\"no\" aria-label=\"Image link\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1141\" height=\"1055\" src=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1.webp\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1.webp 1141w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1-430x398.webp 430w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1-100x92.webp 100w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1-700x647.webp 700w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1-324x300.webp 324w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1-865x800.webp 865w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/1-768x710.webp 768w\" sizes=\"auto, (max-width: 1141px) 100vw, 1141px\" \/>\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b2ce9f0 elementor-widget elementor-widget-wd_image_or_svg\" data-id=\"7b2ce9f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_image_or_svg.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-image text-left photoswipe-images\">\n\t\t\t\t\t\t\t<a  href=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1.webp\"data-width=\"1141\" data-height=\"500\" data-elementor-open-lightbox=\"no\" aria-label=\"Image link\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1141\" height=\"500\" src=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1.webp\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1.webp 1141w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1-430x188.webp 430w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1-100x44.webp 100w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1-700x307.webp 700w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1-400x175.webp 400w, https:\/\/fashionstar.com.hk\/store\/wp-content\/uploads\/2025\/10\/2-1-768x337.webp 768w\" sizes=\"auto, (max-width: 1141px) 100vw, 1141px\" \/>\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15e96eff elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"15e96eff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26882713 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"26882713\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"cad-drawings\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">CAD Drawings<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08c05b2 elementor-widget elementor-widget-html\" data-id=\"08c05b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"position:relative; background:#f5f5f5; padding:8px; border-radius:4px;\">\r\n  <iframe loading=\"lazy\" \r\n    src=\"https:\/\/fashionstar.com.hk\/wiki\/zh\/servo\/uart\/cad-files\/data\/ha8-hp8-hx8-series-dimension.pdf#zoom=70&toolbar=0&navpanes=0\"\r\n    title=\"HA8-U25H-M servo CAD dimension drawing PDF\"\r\n    width=\"100%\"\r\n    height=\"320\"\r\n    style=\"border:none;\">\r\n  <\/iframe>\r\n\r\n  <a href=\"https:\/\/fashionstar.com.hk\/wiki\/servo\/uart\/cad-files\/data\/ha8-hp8-hx8-series-dimension.pdf\" target=\"_blank\"\r\n     style=\"\r\n       position:absolute;\r\n       top:12px;\r\n       right:12px;\r\n       background:#fff;\r\n       padding:6px 10px;\r\n       font-size:12px;\r\n       border-radius:4px;\r\n       box-shadow:0 2px 6px rgba(0,0,0,.15);\r\n       text-decoration:none;\r\n       color:#333;\r\n     \">\r\n    \u26f6 Full Screen\r\n  <\/a>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-460a229b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"460a229b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2be176b5 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"2be176b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"documents\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Documents<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79b97c8f color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"79b97c8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li class=\"doc_item\"><a style=\"text-decoration: none;\" href=\"https:\/\/fashionstar.com.hk\/wiki\/uart-servo\/ha8-u25h-m\/\" target=\"_blank\" rel=\"noopener\">HA8-U25H-M Datasheet<\/a><\/li><li class=\"doc_item\"><a style=\"text-decoration: none;\" href=\"https:\/\/fashionstar.com.hk\/wiki\/servo\/uart\/cad-files\/\" target=\"_blank\" rel=\"noopener\">HA8-U25H-M CAD Drawings &amp; 3D Models<\/a><\/li><li class=\"doc_item\"><a style=\"text-decoration: none;\" href=\"https:\/\/fashionstar.com.hk\/wiki\/servo\/uart\/protocols\/uart-rs485-protocol\/\" target=\"_blank\" rel=\"noopener\">UART Communication Protocol<\/a><\/li><li class=\"doc_item\"><a style=\"text-decoration: none;\" href=\"https:\/\/fashionstar.com.hk\/wiki\/servo\/uart\/software\/\" target=\"_blank\" rel=\"noopener\">Software &amp; Debugging Tools<\/a><\/li><li class=\"doc_item\"><a style=\"text-decoration: none;\" href=\"https:\/\/fashionstar.com.hk\/wiki\/servo\/uart\/sdk\/\" target=\"_blank\" rel=\"noopener\">SDK &amp; Development Resources<\/a><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10245c08 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"10245c08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54f4853e color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"54f4853e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"certification\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Certification<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-176014ae elementor-widget elementor-widget-wd_table\" data-id=\"176014ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-el-table-wrap wd-reset-all-last\">\n\t\t\t<table class=\"wd-el-table\">\n\t\t\t\t\n\t\t\t\t<tbody class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-314bd02\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-82df8fc\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>HS Code<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-103c5f4\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>8501109990<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-cb688cb\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-1f64cec\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>ECCN Code<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-e3a9946\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>EAR99<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-ae1df6c\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-1d463ca\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Country of Origin<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-0f38e5f\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>China<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-a8895a1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-4e83da1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Certifications<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-63b79f0\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>CE, FCC, RoHS<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2087a2db elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2087a2db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fff8783 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"fff8783\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"part-list\" style=\"font-weight: 600; font-size: 27px; color: #150336;\">Part List<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49a30a8 elementor-widget__width-inherit elementor-widget elementor-widget-wd_table\" data-id=\"49a30a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-el-table-wrap wd-reset-all-last\">\n\t\t\t<table class=\"wd-el-table\">\n\t\t\t\t\t\t\t\t\t<thead class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-8ae3e31\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th class=\"wd-table-cell elementor-repeater-item-8efd084\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0Item<\/p>\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th class=\"wd-table-cell elementor-repeater-item-d15d61a\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t\t<p>Qty.<\/p>\t\t\t\t\t\t\t\t<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t<\/thead>\n\t\t\t\t\n\t\t\t\t<tbody class=\"text-left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-2addcb0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-916bfb1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Servo<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-927e585\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9078b62\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-00d2386\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>8-Hole Main Horn<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-d21d5a8\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-2b53a08\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-b0684b9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>PM M3*6mm Screw<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2de0b91\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-9b8bf4f\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-2f346b4\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>PM M2*4.5mm Screw<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5ebe8c1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>8<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-6113e22\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-219cde9\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>PM M3*14mm Screw<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5f09b20\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>4<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-571179d\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-c108570\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>M3 Lock Nut<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-650f0c3\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>4<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-dec0c4a\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-a297380\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>Mounting Spacer<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-cf43175\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>2<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t<tr class=\"wd-table-row elementor-repeater-item-0b93d40\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-514a346\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>200mm 3-pin Cable (PH2.0\u00d72)<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<td class=\"wd-table-cell elementor-repeater-item-5684ac1\" colspan=\"1\" rowspan=\"1\">\n\t\t\t\t\t\t\t\t<p>1<\/p>\t\t\t\t\t\t\t<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t<\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-ea83f56 e-flex e-con-boxed e-con e-parent\" data-id=\"ea83f56\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b94a9b1 elementor-widget elementor-widget-wd_image_or_svg\" data-id=\"b94a9b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_image_or_svg.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-image text-left\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fashionstar.com.hk\/store\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\">\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>A high-value <strong>12V<\/strong> UART servo delivering <strong>25 kg\u00b7cm<\/strong> stall torque, <strong>multi-turn<\/strong> control, position <strong>feedback<\/strong>, and multiple built-in <strong>protections<\/strong>.<\/p>\n","protected":false},"featured_media":33633,"comment_status":"open","ping_status":"closed","template":"","meta":{"_joinchat":[]},"product_brand":[71],"product_cat":[652,27,659],"product_tag":[],"class_list":["post-29759","product","type-product","status-publish","has-post-thumbnail","product_brand-fashion-star","product_cat-bus-servo","product_cat-servo","product_cat-uart-servo","first","instock","shipping-taxable","purchasable","product-type-simple"],"_links":{"self":[{"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product\/29759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/comments?post=29759"}],"version-history":[{"count":535,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product\/29759\/revisions"}],"predecessor-version":[{"id":36619,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product\/29759\/revisions\/36619"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/media\/33633"}],"wp:attachment":[{"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/media?parent=29759"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product_brand?post=29759"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product_cat?post=29759"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fashionstar.com.hk\/store\/wp-json\/wp\/v2\/product_tag?post=29759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}