(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}/6
Description
* Mini shape, White and black are optional* Support ibeacon/eddystone * Waterproof level up to IP67 * Professional RF development experience, Steady signal * Provide APP configuration tools and SDK * Provide APP configuration tools and SDK
Basic data
Technical Reference
Type
xBeacon-B
Chipset
nRF52810(nordic)
Colour
white/black
Transmission distance*
3-40 m
Material
silica gel
Waterproof level
IP67
Weight
about 38g
Operating temperature
-20°to +60°
Output voltage
3V
Acceleration sensor
support
Working life*
once a second,1-2 years;
Battery capacity
1000mAH
Support equipment
iOS7.0+/Android 4.3+(Bluetooth hardware must be 4.0)
Support
Android、IOS
Installing form
3M glue
Transmitted power\ROF\UUID \MajorID\MinorID
support to modify,APP modification
Product size
39*46*22mm
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.