This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Setting "Custom Data" in nRF51-ble-bcast-mesh

I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices. For now, I am just testing it out on 2 nRF51422; I will set up more devices to create the mesh later.

Now, using BLE_Gateway example, I need to send my own "Custom Advertising data". I have read in some posts that to add Custom Data to Advertising, I would have to use "manufacturer specific data". I know that manufacturer specific data is present in "nrf_adv_conn.c", but I couldn't understand how should I add/change this manufacturer specific data.

Also, I would be sending this Custom Data through 1st nRF51422 and reading this Custom Data through the 2nd nRF51422. Then, I need to change this Custom Data using the 2nd nRF51422 and read this changed data using 1st nRF51422.

Please provide me guidance on how to achieve that. If possible, please provide an instance for this.

Related