You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • That document mentions handles. Ideally you'd have the actual characteristic UUIDs to use - perhaps you could write some code for Puck.js that uses BluetoothRemoteGATTService.getCharacteristics() in order to get a list of the characteristics with their handles?

    Worst case, you could actually create a new http://www.espruino.com/Reference#BluetoothRemoteGATTCharacteristic class with the internal handle variables set to the handles mentioned in that document, and then set them up as it says?

About

Avatar for Gordon @Gordon started