HP06 Android 9 Pos System

Welcome To

HP06 Android 9 POS Device

HP06 Android 9 pos system
HP06 Android 9 pos system
HP06 Android 9 pos system
HP06 Android 9 pos system
HP06 Android 9 pos system

Accuracy, Reliability, Versatility

HP06  4G Smart android POS, android 9 operating system, 6 inch screen touch, long standby battery capacity of 3000 mAh, fast thermal printer, fingerprint collection module(optional), 5 MP camera, 2G/3G/4G/wifi/GPS/bluetooth communication.

Private Lessons

HFSECURITY fingerprint scanner offers an unparalleled level of security and convenience for a wide range of applications. With its advanced features and compatibility with multiple operating systems, it is a versatile and essential tool for any organization or individual who values security and privacy.

Paramaters
Operating systemAndroid 9.0
DisplayTFT 6“ H D (720 × 1440) 16M colors, safety
Memory2GB (RAM), 8/16GB (ROM), mi c ro SD up to 6G
BatteryLi-Ion 7.6V, 3 0 0 0mAh (7.4V, 5 0 0 0mAh optiona
Receipt printer 2″ low power thermal printer, roll 5 8 x 4 0mm
CameraFront: 2 MP F F (optional)
Main: 5 MP
AudioBuilt-in speaker
Barcode Scanner2D/ 3D barcodes, QR 
GSM2G/3G/LTE
WirelessWiFi802.11 b/g/n, Bluetooth 5.0
Global positioningGPS/ GLONASS/ BEIDOU
Interface connect1x Type- C (OTG/Charge), 1x Type- C (Host
Card readerMagstripe •ISO 1/2/3
Contactless •EMV Level 1
Smart card •EMV Level 1
SecurityPCI 
Equipment CertificationRoHS, CE, FCC
AdditionalDock ing station, car accessories, cases
Dimension226х84х49,25/21mm (the thickness of the printer/enclosure

company Introduction

Chongqing Huifan Technology Co., Ltd. is a Chinese company that provides biometric solutions and related technologies. As a biometric solution provider, they offer a range of products and services related to identity verification and access control.

We products, services, and technologies. , it is common for companies in the biometric solutions industry to offer a variety of biometric technologies, such as fingerprint recognition, iris recognition, facial recognition, voice recognition, and more.

HFSECURITY offer solutions for specific industries or applications, such as time and attendance tracking, payment authentication, personal identification, and others.

If you have any specific questions about Chongqing Huifan Technology Co., Ltd.,you can visiting our official website or contacting us directly for more information.

CEO

Mike

CSO

Sienna

CMO

Vicky

CPO

Adam

Application

Not sure if we are a good match for you or which style you want to buy? We can send your more application. For more information, get in touch.

face recognition system china maufacturer (1)
face recognition system china maufacturer (1)
FP09 POS Terminal (10)
face recognition system china maufacturer (1)
face recognition system china maufacturer (1)

Download Fingerprint Scanner Brochure

    Your Name
    Company Name
    document.addEventListener( 'wpcf7mailsent', function( event ) { location = '/thanks/'; }, false );

    Facebook
    Twitter
    LinkedIn

    Need Help To Maximize Your Business?

    Reach out to us today and get a complimentary business review and consultation.

    Get A Free Quote

    /* ========================================================================== HFSecurity 首页 v7 · 三 banner 轮播脚本 用途:Elementor → 自定义代码 → 位置选「Body - 结束」;整段粘贴,只放一次 依赖:页面上必须存在 id="hero" 的容器与 .slide / .hero-dots / [data-prev] / [data-next] ========================================================================== */ (function(){ function init(){ var hero=document.getElementById('hero'); if(!hero) return; if(hero.dataset.hfInit) return; // 防止 Elementor 编辑器/多次加载时重复绑定 hero.dataset.hfInit='1'; var slides=[].slice.call(hero.querySelectorAll('.slide')); var dots=[].slice.call(hero.querySelectorAll('.hero-dots button')); var idxBox=hero.querySelector('.hero-idx b'); var n=slides.length; if(n<2) return; var cur=0, timer=null, INTERVAL=7000; var reduce=window.matchMedia('(prefers-reduced-motion: reduce)').matches;// 第 2/3 屏的 banner 延迟到 load 之后加载, 避免与首屏 LCP 抢带宽 function ensureBg(i){ var bg=slides[i].querySelector('.s-bg'); if(bg && !bg.style.backgroundImage && bg.dataset.bg){ bg.style.backgroundImage="url('"+bg.dataset.bg+"')"; } }function go(i){ i=(i+n)%n; if(i===cur) return; ensureBg(i); slides[cur].classList.remove('active'); dots[cur].classList.remove('on'); cur=i; slides[cur].classList.add('active'); dots[cur].classList.add('on'); if(idxBox) idxBox.textContent=('0'+(cur+1)).slice(-2); } function start(){ if(reduce) return; stop(); timer=setInterval(function(){ go(cur+1); }, INTERVAL); } function stop(){ if(timer){ clearInterval(timer); timer=null; } }dots.forEach(function(d){ d.addEventListener('click', function(){ go(parseInt(d.dataset.goto,10)); start(); }); }); var prev=hero.querySelector('[data-prev]'), next=hero.querySelector('[data-next]'); if(prev) prev.addEventListener('click', function(){ go(cur-1); start(); }); if(next) next.addEventListener('click', function(){ go(cur+1); start(); });// 悬停暂停 / 离开继续 hero.addEventListener('mouseenter', stop); hero.addEventListener('mouseleave', start); // 切到后台标签页时停止, 省资源 document.addEventListener('visibilitychange', function(){ document.hidden ? stop() : start(); }); // 键盘左右方向键(整页监听, 因为 hero 本身不可聚焦) document.addEventListener('keydown', function(e){ if(e.key==='ArrowLeft'){ go(cur-1); start(); } if(e.key==='ArrowRight'){ go(cur+1); start(); } });// 移动端触摸滑动 var tx=0, ty=0, tracking=false; hero.addEventListener('touchstart', function(e){ if(e.touches.length!==1) return; tx=e.touches[0].clientX; ty=e.touches[0].clientY; tracking=true; stop(); }, {passive:true}); hero.addEventListener('touchend', function(e){ if(!tracking) return; tracking=false; var t=e.changedTouches[0], dx=t.clientX-tx, dy=t.clientY-ty; // 横向位移足够大且明显大于纵向才算滑动, 避免与页面上下滚动冲突 if(Math.abs(dx)>45 && Math.abs(dx)>Math.abs(dy)*1.4){ go(dx<0?cur+1:cur-1); } start(); }, {passive:true});// 首屏渲染完成后, 空闲时预取第 2/3 张, 避免首次切换出现空白 window.addEventListener('load', function(){ var load=function(){ ensureBg(1); ensureBg(2); }; if(window.requestIdleCallback) requestIdleCallback(load,{timeout:2500}); else setTimeout(load,1200); });start(); } if(document.readyState==='loading'){ document.addEventListener('DOMContentLoaded', init); } else { init(); } })();