(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}/3
Description
Product Description
The module adopts the MODULATION and demodulation design of NB-iot module, which perfectly solves the problem of decentralized ultra-long distance communication in complex environment with small data volume. Compared with the traditional modulation technology, THE HAC-NBI module also has obvious advantages in the performance of suppressing the same frequency interference, which solves the disadvantages of the traditional design scheme that cannot take into account the distance, disturbance rejection, high power consumption and the need for a central gateway. In addition, the chip integrates an adjustable power amplifier of +23dBm, which can obtain a receiving sensitivity of -129dbm. The link budget has reached the industry-leading level. This scheme is the only choice for long-distance transmission applications with high reliability requirements.
Parameter Function
Nb-iot base station can be used without a central gateway
Supports a variety of low-power operation modes
High-performance 32 bits microcontroller
Supports low power serial port (LEUART) communication, TTL level 3V,Baud rate up to 9600bps
The semi-transparent communication mode communicates with the server directly through a low-power serial port
Compatible NanoSIM \ eSIM
Read parameters, set parameters, report data, and deliver commands through the low-power serial port
HAC communication protocol must be matched, or protocol can be customized as required
The server protocol is resolved by COAP+JSON
It can read parameters, set parameters, report data, and deliver instructions through the low-power serial port