Beacon Configurator
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Client-Side
Interactive
Configure iBeacon, Eddystone, and AltBeacon advertising parameters and preview the advertising packet.
Privacy-First
This tool runs entirely in your browser. No data is sent to our servers.
Mentioned in Guides
BLE Advertising and Scanning: How Devices Discover Each Other
BLE Beacons Explained: iBeacon, Eddystone, and AltBeacon
Bluetooth Mesh Implementation: From Provisioning to Production
BLE Indoor Positioning Systems: RSSI, AoA, and Hybrid Approaches
BLE Electronic Shelf Labels: Retail Price Tag Automation
BLE Smart Home: Locks, Sensors, and Home Automation
Frequently Asked Questions
Yes, all BLEFYI tools are free and run entirely in your browser. No data is sent to any server.