-
-
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
Detailed documentation / Completed examples #148
Comments
Hey, |
I did not find description for any of BlueFalcon methods, how and for what they are used. I did manage to writeCharacteristic (change it's value) and readCharacteristic (read it's current value), but I don't know how to use notify or indicate characteristic. When I trigger them - descriptor is changed, but I don't know how can i subscribe to receive the characteristic value changes? |
The readme has some description and the website is autogenerated from it here: https://bluefalcon.dev It should behave similar to that of the android sdk. Granted the documentation is not perfect, hence we have examples to aid understanding. |
Hi Reedy, I appreciate your work here. Myself and a coworker have been attempting to use the library for last few months and have made some decent headway. I would agree though that some better examples or tutorials would be great for getting people up to speed faster. I'm not a BLE expert by any means and this library has been easier to use than others I looked at, so I think this library is on the right track. Once we are done if I am comfortable enough I wouldn't mind contributing some examples or making some YouTube videos to try to get people going faster. We have had to do a lot of self-discovery which has been informative but has taken a decent amount of time. |
Yes please, any contributions are welcomed. |
Is there going to be a more detailed documentation (ex. step-by-step for all functionalities) any time soon?
Also, I don't think compose multiplatform example is completed, it does not demonstrate all possiblities of this library. Is there a plan to finish it soon?
Thank you for your work!
The text was updated successfully, but these errors were encountered: