Hello everyone,
I following the exmple about advertising devzone.nordicsemi.com/.../ It advertise a string (line 142 in main.c). I want to replace this string with a randomly generated data!
Any help?
thanks,
Hello everyone,
I following the exmple about advertising devzone.nordicsemi.com/.../ It advertise a string (line 142 in main.c). I want to replace this string with a randomly generated data!
Any help?
thanks,
You can change advertising data at any time using sd_ble_gap_adv_data_set()
. So you could generate random data and send them to the SoftDevice once every advertisement event. You can use Radio Notification to generate a event every radio event, which should translate to every advertising event.