Беспроводные наушники Xiaomi Redmi Airdots 2

Производитель: Xiaomi
Код товара: 11756
Доступность: Нет в наличии
Артикул: 11756

  • 1 290 р.



Производитель – Xiaomi
Тип установки – внутриканальные (т.н. "затычки")
Тип соединения – TWS, True Wireless (полностью беспроводные)
Цвет – только чёрный
Диаметр динамика – 7.2 мм
Сопротивление – 16 Ом
Чувствительность – 93 дБ ± 3 дБ
Диапазон частот – 20-20000 Гц
Версия Bluetooth – 5.0, но совместимы даже с 1.2
Мощность передатчика – 2.5 мВт (Power Class 2)
Поддерживаемые протоколы – A2DP 1.3, AVRCP 1.6, HFP 1.7, HSP 1.2
SoC – Realtek RTL8763BFR


Дальность работы на прямой видимости – до 32 метров, проверено
Дальность работы при наличии препятствий – до 10 метров
Максимальное расстояние между наушниками – до 7 метров на прямой видимости, проверено

Время работы, музыка или разговор в стерео (два наушника) – 4:40 ч, проверено при громкости 40%
Время работы, музыка или разговор в моно (один наушник) – 6:00 ч, проверено при громкости 40%
Время работы с учётом подзарядки от кейса – до 14 ч, проверено (если наушники заряжены ранее плюс 2 полных зарядки от кейса)

Время ожидания наушников, без передачи звука – 150 ч
Время ожидания кейса (саморазряд) – 4 месяца

Время зарядки наушников – 1:10 ч
Время зарядки кейса без наушников – 1:40 ч
Время зарядки кейса вместе с наушниками – 2:10 ч

Ёмкость батареи наушника – 43 мАч
Ёмкость батареи кейса – 300 мАч
Разъём зарядки кейса – обычный microUSB (провода нет в комплекте)

Заряд наушников – 5 В, потребляет до 45 мА каждый, проверено
Заряд кейса – 5 В, потребляет до 200 мА

Управление – по 1 кнопке на каждом наушнике
Индикация – по 1 светодиоду на кейсе и наушниках
Микрофоны – по 1 в каждом наушнике, в стерео-режиме работает только на главном (меняется динамически)
Вызов голосового помощника – да
Голосовое озвучивание событий, имя звонящего – нет
Шумоподавление микрофона при разговоре – есть
Водонепроницаемость – IPx4: защита от брызг, только наушники

Вес одного наушника – 4 г
Вес кейса без наушников – 26 г
Вес кейса с наушниками – 34 г
Вес посылки – 70-80 г

Размеры наушника – 26.6 x 16.4 x 21.6 мм
Размеры кейса – 62 x 40 x 27.2 мм

Комплект: 2 наушника, кейс с батареей, амбушюры 3-х размеров, инструкция

Авторизация

Беспроводные наушники, Xiaomi Redmi Airdots 2, Redmi Airdots 2


'); } else { element.after('
' + json['error']['option'][i] + '
'); } $('#content').parent().before('
' + json['error']['option'][i] + '
'); } } if (json['error']['recurring']) { $('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
'); } $('.text-danger').parent().addClass('has-error'); } if (json['success']) { $('.tooltip').remove(); html = ''; var $html = $(html); if(!$('#unicheckout').length) { if('popup' == 'popup') { $('#modal-cart').remove(); $('html body').append($html); $('#modal-cart').addClass('fade').modal('show'); } else { if(!$('html body').find('.cart-wrapper').length){ $('html body').append('
'); } $('.cart-wrapper').prepend($html) setTimeout(function() { $html.remove(); }, 3000); } } $('#cart > button').html('' + json['total_items'] + ''); replace_button(5143); dataLayer.push({ 'ecommerce':{ 'currencyCode':'RUB', 'add':{ 'products':[json['products']] } } }); $('#cart > ul').load('index.php?route=common/cart/info ul li'); $('#cart').addClass('show'); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); }); $('.date').datetimepicker({ pickTime: false }); $('.datetime').datetimepicker({ pickDate: true, pickTime: true }); $('.time').datetimepicker({ pickDate: false }); $('button[id^=\'button-upload\']').on('click', function() { var node = this; $('#form-upload').remove(); $('body').prepend(''); $('#form-upload input[name=\'file\']').trigger('click'); if (typeof timer != 'undefined') { clearInterval(timer); } timer = setInterval(function() { if ($('#form-upload input[name=\'file\']').val() != '') { clearInterval(timer); $.ajax({ url: 'index.php?route=tool/upload', type: 'post', dataType: 'json', data: new FormData($('#form-upload')[0]), cache: false, contentType: false, processData: false, beforeSend: function() { $(node).button('loading'); }, complete: function() { $(node).button('reset'); }, success: function(json) { $('.text-danger').remove(); if (json['error']) { $(node).parent().find('input').after('
' + json['error'] + '
'); } if (json['success']) { alert(json['success']); $(node).parent().find('input').attr('value', json['code']); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); }); $('#review').delegate('.pagination a', 'click', function(e) { e.preventDefault(); $('#review').fadeOut('slow').load(this.href).fadeIn('slow'); }); $('#review').load('index.php?route=product/product/review&product_id=5143'); $('#button-review').on('click', function() { $.ajax({ url: 'index.php?route=product/product/write&product_id=5143', type: 'post', dataType: 'json', data: $("#form-review").serialize(), beforeSend: function() { $('#button-review').button('loading'); }, complete: function() { $('#button-review').button('reset'); }, success: function(json) { $('.alert-success, .alert-danger').remove(); if (json['error']) { $('#content').parent().before('
' + json['error'] + '
'); } if (json['success']) { $('#review').after('
' + json['success'] + '
'); $('#form-review input, #form-review textarea').val(''); $('.review_star input').attr('checked', false).prop('checked', false); $('#form-review').slideToggle(); } } }); }); $(function() { var img_array = [], elem = $('#product .thumbnails'), elemA = elem.find('li:first a'), elemImg = elemA.find('img'); elem.find('#additional-img a').each(function() { img_array.push({src:$(this).attr('href'), type:'image', title:$(this).attr('title')}); }); elem.find('#additional-img a').on('click', function(e) { e.preventDefault(); var href = $(this).attr('href'), thumb = $(this).data('image'), title = $(this).attr('title'), key = $(this).data('key'); elem.find('#additional-img a').removeClass('selected'); $(this).addClass('selected'); elemA.attr('href', href).data('key', key); elemImg.attr('src', thumb); img_array[key].src = href; img_array[key].type = 'image'; img_array[key].title = title; }); if(img_array.length == 0) { img_array.push({src:elemA.attr('href'), type:'image', title:elemImg.attr('title')}); } elemA.click(function(e) { e.preventDefault(); $.magnificPopup.open({ items:img_array, gallery:{ enabled:true, }, }); $.magnificPopup.instance.goTo(parseFloat($(this).data('key'))); }); var hash = window.location.hash; if (hash) { $('.nav-tabs a').each(function() { var href = $(this).attr('href'); if (hash == href) { $($(this)).trigger('click'); scroll_to(hash); } }); var hashpart = hash.split('#'); var vals = hashpart[1].split('-'); for (i=0; i 768) ? 'window' : 'inner'; $('#product .thumbnails li:first img').elevateZoom({ gallery:'option .option-image label, #additional-img', scrollZoom:true, zoomType:type, zoomWindowOffetx:20, zoomWindowOffety:-3, }); base.resize(); }, resize:function() { var base = this, lastWindowWidth = $(window).width(); base.resizer = function () { if ($(window).width() !== lastWindowWidth) { base.init(); } }; $(window).resize(function() { base.resizer(); }); } }; uniElevateZoom.init(); $('#product .additional').owlCarousel({ autoPlay:'3000', itemsCustom: [[0, 4], [768, 4], [1050, 6]], navigation: true, stopOnHover:true, mouseDrag:true, navigationText: ['', ''], pagination: false }); });