cancel
Showing results for 
Search instead for 
Did you mean: 

Client of Generic On/Off, Sensor Model

SKimu
Associate II

I found that I can make vendor model client with BluenrgMesh_SetRemoteData(), BluenrgMesh_ReadRemoteData() functions using BlueNRG embedded SDK.

However, these functions looks only for vendor models. Are there any APIs to make standard models client like Generic On/Off, Sensor models?

I mean for example I'd like to prepare Generic On/Off "Physical" Switch to control lighting which has Generic On/Off server model (Not iOS/Android APP).

2 REPLIES 2
alok
Senior

KIndly look in this function BluenrgMesh_ModelsCommand()

You can see implementation of Generic_Publish()

Please use latest SDK V1.07 from the web. Thanks

Let us know if it helps

SKimu
Associate II

Hello, alok.

Thanks for your reply. I find new SDK V1.07 is released and I have checked the Generic_Publish(). That's what I need.

I noticed BluenrgMesh_SetRemoteData() is finally called in Generic_Publish(). I didn't know it can be used for all models. I also find Generic Level Client implementation in Appli_IntensityControlPublishing(). They're helpful.