Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example existed somewhere for creating a BLE central.
Thanks!
Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example existed somewhere for creating a BLE central.
Thanks!
I don't think there is one, but the "ble_app_uart_c" example should be a good starting point to work from.
That's what the Nordic BLE Central tutorial uses: devzone.nordicsemi.com/.../
I agree, any of the central examples really.