Skip to main content

Questions tagged [web-bluetooth]

The experimental W3C Web Bluetooth API allows websites to communicate with Bluetooth LE devices over the GATT protocol.

web-bluetooth
0 votes
0 answers
24 views

How to use web application as bluetooth receiver RSSI?

I want to create an indoor positioning on a web application. I tried using the Web Bluetooth API to receive RSSI, but it doesn't work. Here is the code for receive bluetooth RSSI: <!DOCTYPE ...
Setthasak Boonprasert's user avatar
0 votes
1 answer
33 views

Unable to fetch RSSI and frequent disconnection in linux

I am observing a few issues in linux while the same piece of code works fine for windows: Code To fetch RSSI: Frequent disconnection of device. Fetching RSSI is failing. Unable to scan devices during ...
Ved Singh Thakur's user avatar
0 votes
0 answers
55 views

Inconsistent Web USB Communication on Windows Machines

I use the web USB for communication with the USB device having three sensors. It works fine on some of the Windows and all macOS machines. But in some Windows machines, it gets laggy and sometimes ...
Sagar Bhedodkar's user avatar
2 votes
0 answers
130 views

Web Bluetooth API cannot find my device (Google Pixel 7 phone)

I am testing web bluetooth API from chrome. I understood that web bluetooth API support for chrome and BLE devices. My device bluetooth version is 5.2 ,android version is 13 and I am using window 10. ...
Ei Thantar Win's user avatar
1 vote
0 answers
56 views

Web Bluetooth send text from web browser to android wear OS watch

I want to send text message or notification from my web browser to android watch using web BT API. Is this possible? This is the code for requesting device. I choose device from UI and pair. But, ...
Ei Thantar Win's user avatar
1 vote
1 answer
451 views

Chrome 121 enable-web-bluetooth-new-permissions-backend flag and BluetoothDevice.watchAdvertisements() disappeared

I have a web app using the Web Bluetooth API. Today it suddenly stops working, so I checked chrome://flags and found out #enable-web-bluetooth-new-permissions-backend no longer exists. I also checked ...
Ricky Mo's user avatar
  • 7,298
1 vote
0 answers
46 views

Why isn't bluetooth sending the message?

I'm trying to send bytes to my device that runs on python to display the message. const sendStringToDevice = async () => { try { // Request Bluetooth device const device ...
ProfessorSocks's user avatar
0 votes
1 answer
90 views

serial_number_string blocked on web bluetooth (BLE) - avoid blocklist

I need to get the serialnumber of my BLE device. For this I currently access the device_information service and then get the characteristic serial_number_string / 0x2A25. However I get a console error,...
user12824511's user avatar
0 votes
0 answers
84 views

GATT operation not permitted

I build FTMS webApp using JavaScript and web Bluetooth . I connect to the indoor bike the error message will pop ( GATT operation not permitted. ) browser used (chrome) how to fix this bug help me ! &...
YASAR's user avatar
  • 1
0 votes
0 answers
81 views

I can filter manufacturer data using bluetooth API for JS but I can not find the manufacturer data through JS

I am trying to obtain the manufacturer data of my device from Windows using web bluetooth api. I am using filters in the navigator.bluetooth.requestDevice(filters) with the specified manufacturer data ...
Usman Khan's user avatar
0 votes
0 answers
102 views

When using BTStack att_read_callback handler runs twice per read request

Firstly I'm extremely new to BLE in general so i may be using the wrong terminology, please mention if i do so i can learn. I'm using the BTStack library on an ESP32 to communicate with a web app ive ...
ste2425's user avatar
  • 4,736
0 votes
0 answers
132 views

Angular-web-bluetooth example does not work

I am trying to read values from a BLE Peripheral under the Angular Framework. For this I tried to use the Angular Web Bluetooth module . This works in principle, but there is a code example on the ...
TheOdin's user avatar
0 votes
1 answer
214 views

How to launch Bluefy browser from a React Native app?

I need to launch a webpage from my React native app on iOS in Bluefy browser. (The page will communicate to a Bluetooth peripheral device.) The Bluefy browser cannot be set as default browser in iOS. ...
34n's user avatar
  • 5
0 votes
0 answers
114 views

Getting Byte Array From BLE (weight Scale ) Device But Could Not Interpret The Value From It E.g. Weight

I'm getting these buffer array in the console from this BLE device outputImage "12 11 FF 3E C0 13 00 03 FF 0A 03 05 00 00 05 07 53" I'm able to connect device and read the this notifiable ...
Doga Life's user avatar
1 vote
0 answers
136 views

How to parse Bosch GLM laser distance meter messages with WebBluetooth in Chrome?

I have a Bosch GLM 50 C laser distance meter (or sometimes called laser range finder) and try to receive its values via WebBluetoothAPI in Chrome browser. I am already able to receive messages (after ...
Jakob's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
15