ADVERTISEMENT

OPPO announces global partnership to bring flash charging to everyone, everywhere

Published Mar 5, 2021 08:01 am

Smart device company OPPO marks a new era in mobile charging technology, as it launches its flash charging project: The Flash Initiative. Based around OPPO’s pioneering VOOC flash charging, it sees visionary organizations license the OPPO technology to help bring faster charging to every area of consumers’ lives.

These new partners include FAW-Volkswagen, Anker and NXP Semiconductors —leaders in their respective fields of automobiles, portable charging, and chip manufacture. Between them, their products reach consumers in three settings where they often need to charge their devices: their homes, their cars and out in public spaces. Each partner will work with proprietary technical designs developed by OPPO, which has applied for more than 2,950 flash charging patents worldwide, with over 1,400 already granted.

The Flash Initiative was born from OPPO’s commitment to make consumers’ lives as easy as possible, as it takes its groundbreaking IP beyond consumer’s phone chargers at home, expanding to cars, public spaces and chips inside a wide variety of technologies.

VOOC flash charging can be seen in action at Mobile World Congress, Shanghai (MWCS), at booth number N2-E40.

Speaking at MWCS today, Adler Feng, Senior Director of Intellectual Property at OPPO said: 

“The Flash Initiative reflects OPPO’s belief in human-centric technologies that make a difference in people’s everyday lives. And thanks to our new partners, our proprietary technologies can reach more people than ever before. This is a vital step in freeing consumers to use their devices however they want, no matter what they need to do or where in the world they are.”

Cynthia Tan, Brand Director at Anker Innovations China said: “Our users have always been the top priority at Anker, and this perfectly matches OPPO’s human-centric philosophy. From day one, we wanted to use our innovations to bring the best charging technology we could to as many people as possible. By working with OPPO, we’re looking forward to giving our customers new flash charging experiences.

Will Wang, Head of Smart Power & IoT Solutions, APAC, at NXP Semiconductors said: “We’re working to build a smarter world, and faster charging is a crucial part of this. If we’re going to improve people’s lives through technology, then we need to make their daily experiences easier and more convenient—and OPPO’s VOOC flash charging technology does exactly that.”

Technology certification laboratory CTTL (China Telecommunication Technology Laboratory) will test and certify any partner products made with VOOC flash charging technology. As one of China’s largest tech certification labs, CTTL has led the way in setting safety standards for fast charging technology, and has already granted OPPO a five-star rating for its VOOC Flash Charging. OPPO has also worked with CTTL to develop a technical paper that shares valuable information on flash charging technology, especially around device and consumer safety. This will be published shortly after MWC Shanghai.

Leading the charge

OPPO’s VOOC technology launched in 2014, and the 30+ smartphone models that feature VOOC have so far delivered the ultra-fast charging experience to over 175 million users around the globe.

OPPO’s latest flash charging products are already making fast charging more convenient. The tiny 50W Mini SuperVOOC charger can charge smartphones, tablets and even laptops—and is just 10.05mm thick and 82.2mm long, so it easily fits in your pocket. Meanwhile, the 65W AirVOOC wireless charger can fully power a 4,000mAh phone battery in 30 minutes—and the 125W flash charger can do the same in just 20 minutes. Each product uses low voltage charging, with a dual-cell structure, and multiple charge pumps and temperature sensors to automatically regulate voltage and dissipate heat. 

Newest flash charging partners

The combined goal of OPPO’s newest partners is to provide access to fast charging in even more scenarios, and empower consumers with technology that makes their lives easier and richer.

  • Anker, one of the world’s leading consumer electronic brands, creates innovative products from power banks to chargers and vacuum cleaners to headphones. By working with OPPO, Anker will help to bring flash charging to millions more people. 
  • FAW-Volkswagen, the joint venture between FAW Group and Volkswagen Group, will use OPPO’s unique charging IP to incorporate rapid charging into Volkswagen cars made in China, giving automobile drivers and passengers power on the go.
  • Chip manufacturer NXP Semiconductors brings smart, connected solutions to a range of sectors, from smart cities to industrial, automotive, mobile and the home. Building on a longstanding relationship, NXP will implement several OPPO patents to support VOOC flash charging across its printed circuit board assemblies, meaning that flash charging could be more easily integrated into more automotive applications, public spaces and industrial settings.

Related Tags

Anker FAW-Volkswagen NXP Semiconductors flash charging oppo
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.