Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ble-in not triggering when message sent #8

Open
justAnotherDev opened this issue Mar 17, 2022 · 1 comment
Open

ble-in not triggering when message sent #8

justAnotherDev opened this issue Mar 17, 2022 · 1 comment

Comments

@justAnotherDev
Copy link

I have successfully created a GATT service using epi-bluetooth and am able to send notify messages to subscribers, however I am unable to write a message to the device.

Screen Shot 2022-03-16 at 11 57 55 PM

I'm using LightBlue to test, here you can see that notifications are working:

Screen Shot 2022-03-17 at 12 18 00 AM

However when I send a similar message, the debug node is never called:

Screen Shot 2022-03-17 at 12 18 46 AM

My guess is I am not chunking the message correctly. I have tried a variety of strings however none of them trigger the debug node:

{"hi":"asdf12345"}\n
{"hi":"asdf123456"}\n
{"hi":"asdf1234567"}

Any help would be much appreciated

@fromanza
Copy link

Was this ever solved? I have now got to this stage...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants