(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}/5
Description
8002 2W Amplifier Module Music Amplifier with Speakers SC8002B Audio Power Amplifier Board for External Amplification
Product Description
The main components of this module are an adjustable potentiometer, a speaker, and an audio amplifier chip; the main function is: it can amplify the output small audio signal, probably with a magnification of 8.5 times, and can pass through the built-in low-power speaker It can also be used to play music when it is played, as an external amplification device for some music playback devices, please pay attention to first turn the volume to the minimum when using it, and then increase it slowly to prevent burnout of the speaker. When we connect the single-chip microcomputer to test, we can input square waves of different frequencies and different durations at the signal end to edit the sound of the speaker. At the same time, the module is compatible with various SCM control boards. When in use, we can stack a sensor expansion board on the microcontroller. The module is connected with its own wire, and then connected to the sensor expansion board, which is simple and convenient. At the same time, the module comes with a positioning hole with a diameter of 3mm, which is convenient for you to fix the module to other equipment.