(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
4 Wire Signal Channel PC Cooling Fan PWM Controller Reversible PWM Fan 12V Control Board Fan Speed PWM Controller
Product Description
The single-channel PWM fan control board adopts the PWM speed regulation scheme, which can better adapt to the 4-wire speed regulation fans on the market. By rotating the potentiometer, the fan speed can be easily adjusted.
Specification
item
value
Power Interface
4pin
Application
Computer Case
Model Number
single-channel PWM fan control board
PWM frequency
25Khz
Duty cycle
0% to 97%
Rotary potentiometer
with switch function
Input voltage
12V
Instructions for use
Need to solder the wire by yourself, connect to 12V voltage, pay attention to the wiring sequence from top to bottom, 1 pin is grounded, 2 pin is connected to 12V, and 3 pin is left blank. Rotate the potentiometer, turn on the switch, the red led will light up, which means the power supply is normal. Continue to adjust the potentiometer clockwise, and the fan speed will gradually increase.