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

How can I send data to light switch proxy server using Android app NRF MESH

Hi all, in new update app NRF Mesh Android, I can send data from Android app to Kit run light switch proxy server in SDK MESH V2.2. But It using generic_on_off_server. So I using SDK MESH V2.1 and light switch proxy server using simple_on_off_server. So I want send data from Android to my code using SDK MESH V2.1. How can I do it ? When I using Android connect to kit, I see 2 param : 

- Opcode : 0xC0|0x__

- Parameters: 0x__

If I want to send 3 byte 0x01,0x02,0x03 to my kit . What should I fill in these two fields?

Thank very much!!!

Related