You are reading a single comment by @user159492 and its replies.
Click here to read the full conversation.
-
I've tried a lot of things.
reboot,reset...
even hard reset!
nothing helps. It drives me a little crazy.the output of your code (that's how I checked it too)
1 BluetoothDevice: { "id": "e2:54:81:aa:af:05 random", "rssi": -41, "data": new Uint8Array([2, 1, 6, 13, 9, 80, 117, 99, 107, 46, 106, 115, 32, 97, 102, 48, 53]).buffer, "name": "Puck.js af05" } 4 BluetoothRemoteGATTServer: { "device": BluetoothDevice: { "id": "e2:54:81:aa:af:05 random", "rssi": -41, "data": new Uint8Array([2, 1, 6, 13, 9, 80, 117, 99, 107, 46, 106, 115, 32, 97, 102, 48, 53]).buffer, "name": "Puck.js af05", "gatt": ... }, "connected": true } Uncaught Error: Unhandled promise rejection: ERR 0x11 (BUSY)
the code works, maybe it is allready connected, try a reset() and run the code again, maybe add an output of every step along with the number, just to make it easier for you to see the steps.