I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
In the example, I see that I should use the ble_app_blinky as peripheral ,and ble_app_multilink_central as central.
In my project, the advertising data is a SAADC value which sampling by nrf52832, integer type.
I want to advertise it from two nrf52832 to the other nrf52832.
Does anyone tell me how to realize it? I think the advertising data will be encode,so the scan data how to be decode?
Thank you!