(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
Chipset
Nordic nRF52 Series
Protocol
BLE 5.0
Battery
400mAh, DC 3.7V
RF range
About 80m MAX
Net Weight
30g
Waterproof Rating
IP67
Color
White
Material
ABS
Product Size
104*64*4.7mm
Power-saving Mode
Support
Accelerometer
Support
LED Lighting
Support
Button
Support
Ship Mode
Support
Operating Temperature
-20°C to +60°C
Installation Method
Lanyard
Positioning Accuracy
Sub-Meter Level Accuracy
Modification of the Transmission Power, Transmission Interval
Support, Configured Through a Mobile App
Service Life
Approximately 1 Years (Advertising Interval 500ms)
Office
Hospital
Exhibition
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.