dotintent / react-native-ble-plx

React Native BLE library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't read Characteristic

blood-romantic opened this issue · comments

Prerequisites

  • I checked the documentation and FAQ without finding a solution
  • I checked to make sure that this issue has not already been filed
  • I'm sure that question is related to the library itself and not Bluetooth Low Energy or Classic in general. If that so, please post your question on StackOverflow.
  • I'm running the latest version

Question

got this error when I try to read

[BleError: Characteristic f0e60004-4b8c-41d8-a61c-eeafa4eb6077 read failed for device 94:54:93:17:63:73 and service f0e60001-4b8c-41d8-a61c-eeafa4eb6077]

React native: 0.73.3
react-native-ble-plx: 3.1.2

Looks like you're using the same ID for the service and the characteristic.

Nevermind, one digit is different.

Hi @blood-romantic
Could you provide more context? I would need information on how your ble service looks like and how you try to write to it. The more code and context will you provide the easier it will be to find the issue.

Hey @blood-romantic

If your problem is solved can you please close the issue?
It sparks joy for maintainers ✨

Hi @blood-romantic
Do you still need help with the issue?