(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
This outdoor environment monitoring sensor covers temperature, distance, soil and other environmental monitoring sensors, using IP67 high protection grade waterproof and dustproof shell, suitable for all kinds of harsh external environment. Based on the standard LoRaWAN® protocol, the product features a low-power design and a 19,000mah high-capacity lithium-ion battery that can last for years. The product is compatible with a variety of LNS, real-time monitoring data can be viewed, but also combined with cloud platform and APP remote real-time monitoring.
Parameter Function
* Long communication distance
the communication distance in the open environment can reach 15 km.
* Long battery life
Low power consumption, built in 19000 mah large capacity battery, can last up to 10 years.
* High protection level
waterproof enclosed design, protection level up to IP67, supporting a variety of outdoor applications.
* Easy to use
Support mobile NFC quick configuration.
* Good compatibility
It is compatible with standard LoRaWAN® gateways and third-party network server platforms, and supports AD hoc networking.
* Management integration
Fast connection to the Smart LoRaWAN® gateway and vertical cloud platform without additional configuration.