-
Notifications
You must be signed in to change notification settings - Fork 46
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
How can I get any incoming message(without using Feature class) and send it to external parser? #18
Comments
why you can't parse it inside the Feature? by the way all the SDK is based on Feature, if you don't use it you can't enable notification/read characteristics ecc.. you can do a feature that copies all the data inside the Sample class end then do the parsing inside the onUpgrade method.. but the feature.extractData method exist to do the message parsing.. you can look to this class if you want to see something where not all parsing is done inside the extractData method: FFTAmplitude |
OK, how is the SDK map the incoming data to the relevant feature? |
yes exactly. |
Ok. |
✨ Magic ✨ 😜
|
OK, I |
you can request directly your feature with this: your custom char should be attached to the Node with this if:
if your custom feature is not present: |
How can I get any incoming message(without using Feature class) and send it to external parser?
The text was updated successfully, but these errors were encountered: