This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf mesh android app testing strings ????

hello nordic , 

how can i use strings with nrf mesh andorid application ?? 

Parents Reply
  • If you want to send your own proprietary data you can refer to our simple on off model provided at \models\vendor in the SDK. 

    We don't have an example using it but you can refer to the simple on off example in our SDK  2.1 that we use the model. 

    In the model we only use one byte (on_off) but you can change it to an array and access the array from the access layer when you receive data by accessing p_message->p_data

Children
Related