ADVERTISEMENT

IT students from Kabankalan City invent Wi-Fi vending machine

Published May 4, 2024 07:16 am

BACOLOD CITY – Three graduating students of Southland College in Kabankalan City, Negros Occidental have invented a device that can access the digital world sustainably and eco-friendly.

PLASTIC WIFI.jpg

RESEARCHERS (from left) Wesley Hans Platil, Genefredrich Bayor, and Jaspher Valiao invent a Wi-Fi vending machine that converts plastic bottles for internet access at Southland College in Kabankalan City, Negros Occidental. (Contributed photo)

It took almost a year for fourth year Information Technology (IT) students Hans Wesley Platil, 22; Jaspher Valiao, 22, and Genefredrich Bayor, 23, to complete the Wi-Fi vending machine that operates by converting plastic bottles for internet access.

Bayor said the Wi-Fi vending machine works by accepting 500-milliliter plastic bottles which are then recycled and converted into credits for internet connection.

The three classmates-turned-co-researchers began conceptualizing the project last June. However, they almost gave up along the way due to time and financial constraints.

Platil said they need to balance their studies as they work on the project that cost them P30,000.

Aside from this, Platil said that it was also challenging to train the system for data accuracy.

But despite their struggles, Bayor said that the love and support from the people who believed in them inspired and motivated them to continue with the project.

The project was part of Southland’s School of Engineering, Computer Studies, and Architecture (SECSA) Fest 2024 Capstone and Project headed by Dean Nolan Fernandez and Capstone Coordinator Daniel Tagulalac Jr.

It was among the projects that were displayed in an exhibit at the City Mall Kabankalan from April 22 to 26.

Tagulalac said the annual festival aims to share the potential of students and present their output which could later contribute to societal development.

He said the Wi-Fi vending machine will be displayed in the school exclusively for students as part of the product teaching presentation exhibit set on the third week of May. Students will be recognized for their accomplished projects, he added.

The school said that this project showcases the power of technology to address environmental and social issues, highlighting the importance of innovation in creating a more sustainable and connected world.

Platil said that the device is about 90 percent operational and the storage bin can accommodate at least 150 plastic bottles.

He said they need to study more to upgrade its system before officially launching it to the public to enable it to accept other kinds and sizes of plastic bottles for Wi-Fi credits.

Jonah Navarro of the school’s Community Involvement and Extension Services said they have available equipment for plastic bottles to be processed.

One of the recycling processes that they will do is the molding and shredding of plastic bottles to be formed into flower pots, bricks, or tiles as the end-product, she added.

Navarro said they are happy that the expertise of these students will help encourage others to recycle.

She said that they have partnered with neighboring communities for recycling procedures to provide them with a livelihood project.

Navarro said they had started their livelihood programs on plastic recycling in the communities but it was halted because of the pandemic and typhoon “Odette” which greatly affected the southern part of the province.

“But we do not lose our hope that we may be able to continue recycling and inspire more young ones to also get involved,” she added.

Related Tags

Kabankalan City Negros Occidental Wi-Fi Vending machine Inventors
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.