HY-300 Android Projector 720p 160ANSI

(46 reviews)

 15,999

  • 720P HD Resolution (600P supported)

  • Android 11 Smart System

  • Dual-Band WiFi 6 + Bluetooth 5.0

  • Auto Keystone Correction

  • Lightweight & Portable Design

  • Supports YouTube, Netflix, & More

In Stock

Quantity:

Description

  • 720P HD Resolution (600P supported)

  • Android 11 Smart System

  • Dual-Band WiFi 6 + Bluetooth 5.0

  • Auto Keystone Correction

  • Lightweight & Portable Design

  • Supports YouTube, Netflix, & More

HY-300 Mini Smart Android Projector with Best Price

Bring cinema-level entertainment to your home with the HY-300 Mini Smart Portable Projector, an advanced Android projector designed for movies, gaming, presentations, and everyday multimedia use. With the power of Android 11, ultra-fast WiFi 6, and immersive 720P HD projection, this compact projector delivers outstanding performance in every environment—whether it’s your bedroom, lounge, office, or outdoor camping setup.

High-Definition 720P Display for Crystal-Clear Viewing

The HY-300 brings your favorite content to life with its 720P native HD resolution and support for 4K video playback. Enjoy sharper colors, improved brightness, and enhanced clarity, making it ideal for watching movies, sports, dramas, YouTube videos, and gaming on a large screen.

Android 11 with Smart Apps Built-In

Thanks to the built-in Android 11 operating system, you can directly download your favorite apps

Why Choose the HY-300 Mini Smart Projector?

  • Portable & lightweight – Easy to carry

  • Smart Android system – No extra devices required

  • 720P HD clarity – Supports 4K decoding

  • WiFi 6 + Bluetooth 5.0 – Fast & stable connection

  • Perfect for movies, gaming & presentations

  • Great for home, office & travel

FAQs – HY-300 Mini Smart Android Projector

Does the HY-300 have HDMI?

Yes, the HY-300 projector includes an HDMI port, allowing you to connect laptops, TV boxes, gaming consoles, and more.

Can a mini projector replace a TV?

Yes, if you have a good viewing space, the HY-300 can replace a TV by providing a large screen up to 120–150 inches with smart Android apps built-in.

Does the HY-300 support WiFi and Bluetooth?

Yes, it comes with WiFi 6 for fast streaming and Bluetooth 5.0 for wireless audio and devices.

Can I download apps like YouTube and Netflix?

Absolutely. With its Android 11 system, you can install YouTube, Netflix, Prime Video, TikTok, and more.

What is the projection resolution of the HY-300?

The HY-300 offers native 720P HD resolution and supports 1080P and 4K video playback.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Shipping Faster

Use on walls, furniture, doors and many more surfaces. The possibilities are endless.

Scroll To Top
Categories
Close

Login

Shopping Cart

Close

Your cart is empty.

Start Shopping

Close
function addQtyButtons() { document.querySelectorAll('.quantity').forEach(function(qty) { // prevent double buttons if (qty.classList.contains("buttons-added")) return; qty.classList.add("buttons-added"); let input = qty.querySelector('input.qty'); if (!input) return; // Create minus button let minus = document.createElement("span"); minus.innerHTML = "–"; minus.classList.add("qty-btn", "qty-minus"); // Create plus button let plus = document.createElement("span"); plus.innerHTML = "+"; plus.classList.add("qty-btn", "qty-plus"); // Insert buttons qty.insertBefore(minus, input); qty.appendChild(plus); // on click events minus.addEventListener("click", function () { let val = parseInt(input.value); if (val > 1) input.value = val - 1; input.dispatchEvent(new Event("change")); }); plus.addEventListener("click", function () { let val = parseInt(input.value); input.value = val + 1; input.dispatchEvent(new Event("change")); }); }); } // Run again when Elementor loads product widget document.addEventListener("DOMContentLoaded", function () { addQtyButtons(); }); // For AJAX-loaded product pages (Elementor) document.body.addEventListener("DOMNodeInserted", function () { addQtyButtons(); });