Hi, I did not find any example about broadcaster and observer mode example . Can you give me advice ? Regards .
Hi, I did not find any example about broadcaster and observer mode example . Can you give me advice ? Regards .
Broadcaster that's beacon, observer is part of basically every Central example. What exactly you expect?
If I want to send data from 2 board peripheral to board central and does not make a connection . Give me advice , thank !!!
For observer simply collect ADV reports and don't initiate connection. There is sd_ble_gap_scan_start
function and BLE_GAP_EVT_ADV_REPORT
event, see e.g. this example and this sequence chart. Broadcaster is implemented in Beacon example. What exactly you don't understand?
Hi , So if I use beacon example for my peripheral board and ble_app_central_c example for my central board , I can find advertising of peripheral board at BLE_GAP_EVT_ADV_REPORT event of central board
BINGO! !