web-bluetooth-example icon indicating copy to clipboard operation
web-bluetooth-example copied to clipboard

a minimal web bluetooth example

Results 2 web-bluetooth-example issues
Sort by recently updated
recently updated
newest added

Hi @tigoe, I followed your tutorial on BLE IMU sensor data but looks like your button is no longer working? https://create.arduino.cc/projecthub/8bitkick/sensor-data-streaming-with-arduino-683a6c Do you think you could check it out? I'd...

Hi, if i am not wrong here: https://github.com/tigoe/web-bluetooth-example/blob/master/ble.js#L30 the myCharacteristic is missing. Should look like this: return service.getCharacteristics(myCharacteristic);