Not TestedTesting not done, may not work properly
Hardware

Web Bluetooth API

Connect and interact with nearby Bluetooth Low Energy (BLE) peripheral devices.

Checking support...
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