(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
DC7-60V One Channel Relay Module for ESP32-WROOM Development Board ESP32 Relay Board for Home Appliance Accessories
Product Description
The DC-powered ESP32 single-channel relay development board is equipped with ESP32-WROOM-32E WiFi&BLE module, all I/O ports are led out, and supports DC5-60V power supply mode. It is suitable for ESP32 secondary development and learning, smart home wireless control and other occasions.
Feature
1. Onboard mature and stable ESP32-WROOM-32E module, large-capacity 4M Byte Flash; 2. The I/O ports and UART program download ports of the ESP32 module are all led out, which is convenient for secondary development; 3. The power supply mode supports DC7-60V and micro USB 5V; 4. Onboard ESP32 module I00 programmable buttons; 5. ESP32 supports the use of Arduino IDE development tools and provides reference programs in the Arduino development environment; 6. On-board 1-way 5V relay, output switch signal, suitable for controlling the load whose working voltage is within AC250V/DC30V; 7. Onboard 1 programmable LED and relay indicator. 8. Board size: 57.5*53.7mm Weight: 27g
Specification
1
Widely used
2
Suitable for ESP32 secondary development learning, smart home wireless control and other occasions
3
Onboard mature and stable ESP32-WROOM-32E module, large capacity 4M Byte Flash;
4
Power supply mode supports DC7-60V and micro USB 5V;