Bluno General Arduino

Beetle BLE and Web Bluetooth

userHead Account cancelled 2019-01-28 23:06:20 1498 Views0 Replies
Hi!

I've been trying to connect the Beetle BLE to a web application using the web Bluetooth API, the application recognizes the device, and it handles the service correctly, but I'm not able to enable the notifications from the characteristics 0xdfb1 or 0xdfb2.

I can read the values from the characteristics, but for 0xdfb1 it only responds with 0x01 and for 0xdfb2 it only responds with 0x02 (using the characteristic.readValue() method from the web bluetooth API).

Any help would be much appreciated!