ADVERTISEMENT

Epson EF-100: perfect for movie nights

Published Jan 22, 2021 12:07 pm

By Jaime Misalucha

The perfect companion on a lazy rainy weekend while curled up in bed is a good movie or series to watch. Some may be content watching on their smartphones or laptops. Others use their smart TVs. But the ultimate ‘Netflix and chill’ setup is with a projector that’ll give you that movie house feel right at the comfort of your own home.

One thing I remember when I hear the word “projector” is how I carry one back in college from our school’s media center to our classroom whenever I have class reports. Back then, projectors are darn heavy! I would always have my arms shaking after carrying one across the campus.

Which is why when I was assigned to test out a projector, one of the first questions I asked was, “is it heavy?” But thank God, the Epson EF-100w projector isn’t. Heck! My daily work bag is even heavier than this projector.

So anyway, this newest projector from Epson is an impressive little box of home entertainment that is just full of surprises. It is Bluetooth capable so that you can connect your wireless home surround sound system or any Bluetooth enabled speakers so that you can truly immerse yourself with what you are watching. But if you don’t feel like connecting wirelessly, the Epson EF-100w has a built-in speaker that is powerful enough to fill your room with the sound of whatever you are watching or playing.

Whenever I do a sound test I always play Tchaikovsky’s 1812 Overture to test the device’s capabilities. The Epson EF-100w’s speaker fared well and was able to nicely play the lows and the highs of Tchaikovsky’s 1812 Overture. The sound is crisp and clear. Would love to hear more bass though but still, it is good most especially knowing that the sound is coming from a projector and not an actual sound device.

The image projected is also surprisingly clear. It feels like you are watching on a high-definition widescreen TV. This is due to its 2,000 lumens with innovative 3 LCD technology. This means it uses three separate color chips to deliver vibrant, true-to-life, and powerful images, with no rainbow-effect distortion. You will clearly see the details and enjoy your favorite Netflix shows. Even in a well-lit room, you can still see the projected image clearly.

Apart from its Bluetooth connectivity, it also has a built-in HDMI connector so that you can easily connect your media streaming device. If you are using the Amazon Fire Stick or the Xiaomi Mi TV Stick there is also a built-in micro USB cable to power your media streaming stick without worrying about how to organize the cables. There is also a dedicated 3.5mm audio socket if you are like me who sometimes feels that a wired connection for sound devices is better.

The back part of the projector has a mesh cover that hides the speaker and the connection plugs. You can also hide your media streaming stick behind the mesh cover to lessen the “kalat” while watching a movie. Because of the mesh back cover, you can also comfortably tilt up the projector and make your ceiling your projection screen.

I tried connecting it with different media sources and it performed very well. Armed with an Amazon fire stick and also a MiBox 4 it delivered well-projected images and clear sound. It automatically detects the connected device and quickly projects it. A Playstation 4 also works well with the Epson EF-100w projector. It will surely give you an enjoyable and immersive gaming experience and a ‘chillax’ movie night or movie weekend.

With its unique but simple design, the Epson EF-100w projector can surely blend well with your home as if it was part of your interior design plan. It comes with a white with silver accent and black with copper trimmings color variants that look premium and high end. Its portability is not intimidating to carry but it is sturdy enough so you won't have to worry that it might fall off or tumble down. Its mesh back cover is an interesting touch as it serves as storage of your media streaming stick along with attached cables. Because of this, it also gives the Epson EF-100w projector the flexibility to position it however you wanted.

The Epson EF-100w projector can be a nice alternative for your HD TV as it delivers the same, if not better, image quality. A gadget perfect for every home for your alone time and for movie nights with family and friends.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.