(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
Specification
Basic Data
Technical Reference
Model No.
xBeacon-Z4
Chipset
nRF52810(nordic)
Colour
Black
Transmission Distance
80m Max
Material
ABS
Waterproof Level
IP68
N.W
15g
Operating Temperature
-20°C - +80°C
Working Life
2 years (Advertising Interval 500ms)
Battery
480mAh
Support Equipment
iOS7.0+/Android 4.3+(Bluetooth hardware must be 4.0)
Support
Android、iOS
Installing Form
3M Sticker
Transmitted power\ROF\UUID \MajorID\MinorID
support to modify,APP modification
Product Size
53*27*8mm
Typical Applications
A Bluetooth beacon is a specialized device that emits wireless signals, which other devices can receive. These signals can be used to determine the location of a device and enable communication between devices. They enable indoor navigation and positioning technology, as well as functionalities like information broadcasting. For instance, they can help you find specific stores within a shopping mall or provide additional information about exhibits in a museum. Overall, Bluetooth beacons enhance location-based services and interactive experiences in various settings.