-
Notifications
You must be signed in to change notification settings - Fork 19
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
Custom/Vendor Model Support #255
Comments
Hello @atharv-bhadange , Indeed the vendor models are not exposed in this plugin. Much like #251, exposing this feature from Nordic SDK can be done by extending the current pattern used. It will be about writing Dart code yes, but also native code so the plugin can send/receive more types of msgs. I can't tell when we could implement this, but we gladly accept contributions of course 😁 |
The two types of msg you are referencing are only used by DooZ products. You won't be able to use them directly but you can probably do smth similar to unlock your issue. I'm not familiar enough with firmware development to tell you how to do it though ! So better to integrate official APIs |
I want to contribute to this. Do you have any contributing guidelines for me? |
Hello @atharv-bhadange , To integrate the official API you gotta check Nordic's source code and see how they define Vendor Model msgs, after that it will be about "telling" the plugin how to send/receive these types of msgs (recognizing msg opcode and instantiating the corresponding class for example). Try to understand the in/out flow for a simple Generic Level msg and then it's about doing almost the same flow but with new messages opcodes (I can't be 100% sure that this is the only thing to do) |
Hey! Thanks for the suggestions, I will work on this and keep you posted. |
@atharv-bhadange: Did you find any solution to your problem? |
I currently have this implemented on android. Unfortunately, I'm not sure this is possible to do on iOS without having to change the native code to match your specific vendor model. |
The Problem
Why I want to do this
How I would ideally do this
What am I asking for help on?
The text was updated successfully, but these errors were encountered: