(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
Product Description
5V to 9V/12V USB A to DC 5.5*2.1mm Boost DC-DC Conerter Voltage Step-up Cable for Wifi Router Mobile Power
Description :
Input Voltage : DC 5V (4.5-5.5V) Output Voltage : DC 9V/12V No-load power consumption : <3mW Maximum load : 7W(IN DC 5V/2A) Operating Temperature : -40~85 Celsius Input Interface : USB Male A Output Interface: DC 5.5*2.5(2.1)mm Full length : 0.8~1Meter Weight : about 25g
This is a DC-DC voltage converter module,Must be noted when using:
1 Input voltage can not be greater than the maximum input range 2 Output power can not be greater than the maximum load for a long time 3 Input power must be greater than the output power, because the power consumption of the module itself
Typical application:
Thermostatic Controls Industrial Systems Consumer Products WIFI Router Smart home, Home automation for MEGA2560 Power