(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
6W Mono Ble Digital Amplifier Board Ble Speaker DIY Board Modified Ble Audio Receiver Amplifier
Product Description
Power supply interface
Micro USB socket (charging line connected to computer USB, power bank USB can supply power 5V) Or choose 2P 2.0 interface socket (pin pitch 2.0 mm)
Output power
6W
Output impedance
4~10 ohm
Audio input method
Ble audio receiver
Output interface
2.0 pin pitch, 2-pin socket (connected to the speaker)
Note
The BAT interface is an external single-cell lithium battery interface. To use this interface function, the R01 resistor must be removed, and the USB interface function becomes a battery charging interface with lithium battery charging management function.