Hi, Nordic.
I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
I got Adv data and Scan rsp data successfully.
But, I have to get some analog data like sensor. So, I have used rand() function and the result value put in scan rsp data.
However, this value does not change when read from the central.
I think that when the peripheral performs an advertisement, it sends an initial random value only once, and then continues to transmit that had setted format.
So, how can i do that analog value(random value) send to Central. should I use sd_radio_notification_cfg_set ??
If i have to use it, please let me know how to use it. If not, is there what kind of solution?
I using
- SDK14.2
- Central : ble_app_uart_c / peripheral : ble_app_beacon
- PCA10056 (nRF52840)
I will wait for your answer. Thanks.