Replies: 1 comment
-
Your characteristic in the esp32 code might be missing a descriptor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am printing value, but getting empty objects there. It seems I am getting an error
The attribute could not be found for some reason
. Any help would be appreciated. I double checked the UUIDs, I made sure to send buffers of size way below mtu, currently at 20 bytes. From what I understandTO JS
log are actual values I am getting from the ble channel, but I am not getting that value on my callback.Output from XCode
This is my bluetooth code on capacitor:
This is my bluetooth code on esp32:
Beta Was this translation helpful? Give feedback.
All reactions