(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}/4
Description
Specification
Chipset
nRF52 series
Protocol
BLE 5.0
RF range
About 80m MAX
Color
White
Materials
ABS
Net Weight
28.5g
Demision
104*64*4.7mm
Battery
800mAh, DC 3.0V
Service Life
Approximately 2 Years (Advertising Interval 500ms)
Power-saving Mode
Support
Accelerometer
Support
LED
Support
Waterproof Rating
IP67
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
NFC ID
Support
Vibration
Support
AOA Positioning
Support
High-Capacity Storage
Support
Exhibition
Hospital
Office
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.