Hardware
Web Bluetooth API
Connect and interact with nearby Bluetooth Low Energy (BLE) peripheral devices.
Checking support...
Feature Not SupportedThis browser does not support the Web Bluetooth API Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const device = await navigator.bluetooth.requestDevice({ acceptAllDevices: true });
console.log(device.name);About the Web Bluetooth API Web API
Web Bluetooth API provides the ability to connect and communicate with BLE devices.
Specification:W3C & WHATWG Web API Standard
Sponsored Content