Skip to content

Can not write or read to the device, crasch with Services have not been discovered for Peripheral(bluetoothDevice=XX:XX:X... #617

Answered by twyatt
arbonvata asked this question in Q&A
Discussion options

You must be logged in to vote

It sounds like your peripheral's characteristic is not marked as being readable, so Kable is unable to find it for the read operation.

You can alternatively manually find the characteristic, see I/O section of documentation for details: https://github.com/JuulLabs/kable#io

Ideally you'd update your peripheral's firmware to have that characteristic marked as readable if that's the operation you're needing to perform.

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@twyatt
Comment options

Comment options

You must be logged in to vote
3 replies
@twyatt
Comment options

@arbonvata
Comment options

@twyatt
Comment options

Answer selected by arbonvata
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants