Novo

BNCF Bpad Mini Ultra 8.4" Bpad Mini Ultra 2026

The MediaTek Dimensity 7300 chip and Mali-G615 MC2 GPU drive a smooth 90Hz 8.4-inch IPS display at 400 nits, all powered by a 6050mAh battery for all-day use. Its 310g weight, 7.6mm thin design, global 4G LTE, and biometric unlock via fingerprint and face scanner make it a uniquely portable and secure tablet. This tablet is best for students and readers needing a compact LTE-enabled device for e-books, note-taking, and media on the go.

CPU AMD Ryzen 3 1200
RAM 8 GB
Storage 256 GB
Screen 8.4"
OS Android 15
stylus false
cellular true
BNCF Bpad Mini Ultra 8.4" Bpad Mini Ultra 2026 tablet
41 Pontuação Geral
Também disponível em:

Sobre este Tablet

Product description .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ /** * Premium-module 12: Nav Carousel */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-card { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-container { position: relative; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container { /* Match the aspect ratio of the desktop image uploaded via the editor (1464px x 600px) */ padding-top: calc(600 / 1464 * 100%); /* ~40.983% */ height: 0; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container > div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } /* Override AUI styles. It poorly attempts to measure the slide heights before waiting until images load. */ .aplus-v2 .premium-aplus-module-12 .a-carousel-viewport { height: 100% !important; } .aplus-v2 .premium-aplus-module-12 .aplus-card-image img { width: 100%; height: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-card-details-wrapper { position: absolute; top: 0; width: 50%; height: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-card-detail { display: table; width: 100%; height: 100% } .aplus-v2 .premium-aplus-module-12 .card-description { text-align: left; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .card-description { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-table-cell { display: table-cell; vertical-align: middle; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background { padding: 20px; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color { background: rgba(0, 0, 0, 0.5); } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h1, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h5, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol .a-list-item, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-12 .description { margin-top: 20px; } /* nav */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions { position: absolute; top: 20px; width: 100%; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn { display: inline-block; margin: 7px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; line-height: 2.5em; min-width: 200px; background-color: #fff; white-space: nowrap; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-index { display: none; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.aplus-active { border-color: #fff; background-color: #000; color: #fff; } /** * Regimen template specific css */ html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: right; top: 50%; width: 250px; right: 75px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: left; top: 50%; left: 75px; right: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { display: inline-block; margin: 10px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; width: 220px; background-color: #fff; padding: 2px 0 2px; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active { border-color: #fff; background-color: #000; color: #fff; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-index { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-label { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { display: inline-block; width: 12px; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-label { color: #000; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { margin-left: 0px; margin-right: 6px; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen { position: absolute; top: 0; left: 0; width: 100%; background-color: #000; opacity: 0.5; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen .aplus-headline { color: #fff; line-height: 2em; } /** * Navigation template specific css */ .aplus-v2 .premium-aplus-module-12--top-nav .aplus-carousel-actions { background-color: rgba(0, 0, 0, 0.8); top: 0px; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn { padding: 8px; color: #fff; background-color: transparent; border: none; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn.aplus-active { text-decoration: underline; text-underline-offset: 0.8em; text-decoration-thickness: 3px; background-color: transparent; border: none; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-12-nav-carousel').execute(function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel', function(){ return function() { P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute(function (A, $, framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); /** * Carousel button element classname * @const */ var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID; /** * Carousel button element active classname * @const */ var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active"; /** * AUI name for aui carousel * @const */ var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID; /** * Module class name * @const */ var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12"; /** * Carousel text container class name * @const */ var TEXT_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-carousel-text-container-" + MODULE_ID; /** * Carousel text hidden class name * @const */ var TEXT_CONTAINER_HIDDEN = "aplus-hidden"; /** * Carousel horizontal scroll container class name * @const */ var HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-horizontal-scroll-container-" + MODULE_ID; function showCarouselText(oldIndex, newIndex) { var oldClass = TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex; var newClass= TEXT_CONTAINER_CLASS_NAME + "-" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } function scrollToCarouselButton(scrollLeft) { if ($(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).length) { $(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).animate({scrollLeft}, 200); } } /** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class */ function CarouselButtonTemplate(carousel) { /** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation */ function CarouselButton(index, elem) { var self = this; this.index = index; this.carousel = carousel; /* create the button element */ this.elem = this.getElem(elem); this.$elem = $(this.elem); /* store jquery version */ this.elem.addEventListener('click', self.handleClick.bind(self)); this.elem.setAttribute('role', 'tab'); /* add this object to the object manager */ CarouselButton.objects.byId[index] = this; CarouselButton.objects.all.push(this); } /** * Describe behavior for click events on this.elem * @memberOf CarouselButton */ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; /** * Enter active state * @memberOf CarouselButton */ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'true'); }; /** * Enter inactive state * @memberOf CarouselButton */ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'false'); }; /** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation */ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; /** @const Object manager */ CarouselButton.objects = { byId: {}, all: [], }; return CarouselButton; } framework.onInit(CAROUSEL_NAME, function(carousel) { /** @const {Class} */ var CarouselButton = CarouselButtonTemplate(carousel); /* create carousel controls */ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i, btnElem) { return new CarouselButton(i + 1, btnElem); }); /* activate first one */ CarouselButton.objects.byId[1].activate(); /* Listen to slide changes */ A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) { var newCarouselButton = CarouselButton.objects.byId[data.newValue]; var marginLeft = parseInt(getComputedStyle(newCarouselButton.elem).getPropertyValue('margin-left')); var positionLeft = newCarouselButton.elem.offsetLeft - marginLeft; newCarouselButton.activate(); CarouselButton.objects.byId[data.oldValue].deactivate(); scrollToCarouselButton(positionLeft); showCarouselText(data.oldValue, data.newValue); }); }); /** * @returns {string} - css classname prefixed with module selector */ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } }) }); })); <img alt="1" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d73cbfeb-5a69-44d5-9113-98cc3914a504.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> <img alt="1" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/14fe5da9-8afb-436b-a590-3ccc23404e1d.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Previous page Next page 1 Media Tek Dimensity 7300 2 20GB+256GB Storage 3 Android 15 System 4 6050mAh Battery 5 Protective Case Included (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); Previous page Next page 1 8.4'' FHD IPS Display 2 90Hz Refresh Rate 3 6-Axis Gyroscope 4 Dual Speakers (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); Previous page Next page 1 Dual 4G LTE 2 Wi-Fi 6E 3 Bluetooth 5.4 4 Quad-navigation System (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); Previous page Next page 1 Lightweight Desigh 2 20MP Camera 3 Face Recognition 4 Package List 5 Life Partner (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute(function(init){ init(); }); })); Product Comparisons BNCF BPad Mini Ultra Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) BNCF Bpad 10 SE Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) BNCF Bpad 13 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) BNCF BPad 11 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) NewBook 11 2-in-1 Laptops Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) BNCF Mini PC NewBox B01 logShoppableMetrics("premium-module-5-comparison-table-scroller", false) Buying Options Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.3 out of 5 stars 65 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 3.9 out of 5 stars 46 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.0 out of 5 stars 296 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.0 out of 5 stars 296 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.0 out of 5 stars 88 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 5.0 out of 5 stars 1 Price $299.99$299.99 $109.99$109.99 $179.99$179.99 $139.99$139.99 $399.99$399.99 — CPU Media Tek Dimensity 7300 Unisoc T606 Unisoc T615 Helio G100 Twin Lake N150 Twin Lake N150 Screen Size 8.4 inch 10.1 inch 13.4 inch 11 inch 11 inch 0 Screen Resolution 1920×1200 FHD 1280×800 HD 1920×1200 FHD 1920×1200 FHD 1920×1200 FHD 1920×1200 FHD RAM 8+12GB 4+12GB 6+14GB 8+12GB 12GB 16GB ROM 256GB 128GB 256GB 128GB 512GB 512GB Operating System Android 15 Android 16 Android 15 Android 15 Win 11 Pro Win 11 Pro Battery 6050mAh/3.8V 6000mAh/3.8V 10000mAh/3.8V 7000mAh/3.8V 4500mAh/7.6V AC Powered Wireless Tech 4G,Wi-Fi 6E, Bluetooth5.4 Wi-Fi, Bluetooth5.0 Wi-Fi, Bluetooth5.0 4G,Wi-Fi, Bluetooth5.0 Wi-Fi, Bluetooth5.0 Wi-Fi, Bluetooth5.0 (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));

  • 【MediaTek Dimensity 7300 & Mali-G615 MC2】Unleash exceptional speed and graphics with the advanced MediaTek Dimensity 7300 chipset and ARM Mali-G615 MC2 GPU. This powerful combination delivers a fluid experience, effortlessly handling intensive gaming, HD video playback, and seamless multitasking
  • 【20(8+12)GB Memory & Android 15】Experience unparalleled multitasking with a groundbreaking 20GB RAM (8GB + 12GB Extended) and 256GB of fast UFS 3.1 storage. Expand further by adding up to 2TB via a TF card. All managed by the cutting-edge Google Android 15 OS, offering the latest features and robust security
  • 【8.4" FHD & 90Hz Display & Sleek Design】Enjoy stunning visuals on the vibrant 8.4-inch Full HD+ (1920x1200) display with a smooth 90Hz refresh rate and 400 nits brightness. The compact design at just 7.6mm thin and 310g offers ultimate portability
  • 【Global Connectivity: 4G LTE, Wi-Fi 6E, BT5.4 & 4-GPS】Stay connected and located with precision. Enjoy fast internet with global 4G LTE, stable downloads with Wi-Fi 6E, and easy pairing with Bluetooth 5.4. Navigate confidently with 4 major satellite systems (GPS, BeiDou, GLONASS, Galileo) for unparalleled accuracy
  • 【5MP+20MP Dual Camera & 6050mAh Battery】Capture clear documents and moments with the 20MP rear camera and make video calls on the 5MP front camera. Power through your day with the long-lasting 6050mAh battery. Includes a protective case for added protection right out of the box
  • Friendly Tip: Your satisfaction is our priority. If anything isn't perfect—whether it's a question, a software glitch, or a hardware concern—please let us know first. Our team is ready to help you find a solution!

The 30-Second Version

BNCF promises a 90Hz Android tablet for gaming and movies, but delivers a 45Hz screen and SD-only Netflix. That's not a compromise, it's a scam.

Overview

Here's the thing about the BNCF Bpad Mini Ultra: it's a compact 8.4-inch tablet that looks promising on paper, but the display is a straight-up lie. The marketing screams 90Hz, but owners confirm it's locked at 45Hz. That alone makes it a tough sell, and the false Widevine L1 claim (it's actually L3, so Netflix and Prime Video top out at fuzzy SD) just adds insult to injury. For a device aimed at reading and entertainment, butchered text clarity and a dim 400-nit panel are dealbreakers.

Performance

The weirdest surprise is that the MediaTek Dimensity 7300 feels snappy in daily use, even though our database puts its CPU and GPU in the bottom 10% of all tablets. Light gaming is fine, but push anything demanding and the Mali-G615 chokes hard. The real letdown is the display, which ruins the smoothness a 90Hz panel should deliver. The 8GB of RAM and snappy UFS storage help multitasking, but the loose USB-C port and missing double-tap-to-wake are constant reminders you're using budget hardware.

Performance Percentiles

CPU 1.6
GPU 5
RAM 66.3
Screen 57.5
Battery 67.4
Feature 48.9
Storage 83.8
User Sentiment 37.9
Connectivity 85.4
Social Proof 51.6

Pros & Cons

Pros

  • Compact and super light at 310g, perfect for one-handed reading 85th
  • Great connectivity with Wi-Fi 6E, Bluetooth 5.4, and global 4G LTE 84th
  • Battery life is solid, the 6050mAh cell easily lasts a full day 67th
  • Expandable storage up to 2TB via TF card is a nice touch 66th

Cons

  • 90Hz display is a total fabrication, it runs at 45Hz 2th
  • Widevine L3 means no HD streaming on Netflix or Amazon Prime 5th
  • Text looks soft and pixelated, reading is eye-straining
  • Speakers are tinny and the USB-C port feels loose out of the box

The Word on the Street

4.3/5 (260 reviews)
👍 A lot of buyers love the lightweight build and say casual games run surprisingly smooth for the size.
👎 A vocal group is furious about the fake 90Hz refresh rate and the fact that streaming services are stuck in standard definition.
🤔 Some people think it's decent value, but even they admit the speaker quality is mediocre and the text could be sharper.

Specifications

Full Specifications

Processor

CPU AMD Ryzen 3 1200
Cores 8

Memory & Storage

RAM 8 GB
Storage 256 GB
Storage Type UFS
Expandable Yes

Display

Size 8.4"
Panel IPS
Refresh Rate 90 Hz
Brightness 400 nits

Connectivity

Wi-Fi Wi-Fi 6E
Bluetooth Bluetooth 5.4
Cellular Yes

Features

Fingerprint Reader Yes
Face Unlock Yes

Physical

Weight 0.3 kg / 0.7 lbs
OS Android 15

Value & Pricing

At $300 from some sellers, it's priced like an honest budget tablet, but the display deception makes a mockery of that value. A quick search shows listings all the way up to an absurd $5868, which is laughable. Even at the lower end, the Alldocube iPlay 60 Mini Turbo matches or beats this for less money without lying about its specs. Save your cash.

CA$ 598

vs Competition

The Alldocube iPlay 60 Mini Turbo is the direct rival here. It has the same compact size, a genuine 90Hz panel, and proper Widevine L1 for full HD streaming. The Xiaomi Pad 7 Pro and Lenovo Idea Tab Pro are both superior but larger 11-inch+ tablets, so if pocketability matters, the Alldocube is your only honest option. The BNCF loses on every front where trust is concerned.

Spec BNCF Bpad Mini Ultra 8.4" Bpad Mini Ultra Apple iPad Pro M5 Xiaomi Pad 7 Pro 24091RPADG Samsung Galaxy Tab S11 Ultra SM-X930NZAAXAR Lenovo Idea Tab Pro Idea Tab Pro Microsoft Surface Pro EP2-20077
CPU AMD Ryzen 3 1200 Apple M5 3 GHz MediaTek Dimensity 9400+ MediaTek Dimensity 8300 Processor (3.35 GHz ) 5 GHz intel_core_ultra_7
RAM (GB) 8 16 12 12 8 32
Storage (GB) 256 1000 512 256 128 1024
Screen 8.4" 13" 2752x2064 11.2" 3200x2136 14.6" 2960x1848 12.7" 2944x1840 13" 2880x1920
OS Android 15 Apple iPadOS Android 14 HyperOS Android 16 Android 14 Windows 11
Stylus false true true true true true
Cellular true true false false true false
Battery (Wh) - 39 - - - 47
Compare Compare Compare Compare Compare
Product CpuGpuRamScreenBatteryFeatureStorageUser SentimentConnectivitySocial Proof
BNCF Bpad Mini Ultra 8.4" Bpad Mini Ultra 1.6566.357.567.448.983.837.985.451.6
Apple iPad Pro M5 Compare 96.495.388.499.998.496.897.594.798.497.9
Xiaomi Pad 7 Pro 24091RPADG Compare 97.496.481.498.68665.989.876.67987.4
Samsung Galaxy Tab S11 Ultra SM-X930NZAAXAR Compare 97.496.481.495.993.286.673.994.763.797.9
Lenovo Idea Tab Pro Idea Tab Pro Compare 83.382.277.791.991.199.765.163.596.497.9
Microsoft Surface Pro EP2-20077 Compare 74.593.297.498.29984.298.3093.750.8

Common Questions

Q: Is the display really 90Hz?

Nope. Despite the spec sheet, owners confirm it's locked at 45Hz. The system can't be forced to 90Hz, so you're stuck with a choppier experience.

Q: Can I stream Netflix or Prime Video in HD?

You can't. The tablet only has Widevine L3 certification, meaning all major streaming apps are capped at standard definition. The marketing's claim of Widevine L1 is false.

Q: Is it good for gaming?

For light stuff like casual puzzles or 2D games, it's fine. But the Mali-G615 GPU is near the bottom of our charts, so don't expect smooth frame rates in anything demanding.

Who Should Skip This

If you need a compact tablet for crisp reading or HD movie watching, this isn't it. The fake 90Hz panel and missing Widevine L1 are immediate disqualifiers. Go grab an Alldocube iPlay 60 Mini Turbo instead, or if iOS is an option, a refurbished iPad Mini will run circles around this thing.

Verdict

Don't buy the BNCF Bpad Mini Ultra. The false advertising around the display and Widevine support is a dealbreaker, and the chopped 45Hz refresh rate makes the entire experience feel sluggish. Even if you get it for a bargain, you're rewarding a company that's flat-out lying on its product page. Pick up the Alldocube iPlay 60 Mini Turbo instead and actually get what you paid for.

Usage Scores

Overall (41.2)Reading (50.7)Student (47.4)Business (44.1)Art Design (33.9)Productivity (29.7)Entertainment (45.2)

Produtos semelhantes