Hi,
How can I read out a vendor model in the NRFMesh app? When I change the model ID to e.g 0x9000, I cannot see the model under elements anymore. Needs there to be any adjustments in the NRFMesh App?
Hi,
How can I read out a vendor model in the NRFMesh app? When I change the model ID to e.g 0x9000, I cannot see the model under elements anymore. Needs there to be any adjustments in the NRFMesh App?
Hi Sebastian,
The mesh app would actually check if it's a correct SIG's model ID or not.You can find the list here: https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/blob/master/android-nrf-mesh-library/meshprovisioner/src/main/java/no/nordicsemi/android/meshprovisioner/models/SigModelParser.java
If you want to declare your own vendor specific model, please follow how we do that with the simple_on_off model in \models\vendor folder. You'll need to have your own company ID (see ACCESS_MODEL_VENDOR() ). You may use Nordic's company ID to test, but we don't recommend to use that for production.