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

NRF52832 - advertising data

About this example

https://github.com/NordicPlayground/nrf51-ble-tutorial-advertising

It´s advertising the data

 uint8_t                     data_response[] = "Many_bytes_of_data" with the MAC and RSSI 

without connection.

How can advertising dynamic data without connection ?

For example, MAC, RSSI + some dynamic data ?

Is there some SES example ? 

Thanks

Related