Hi,
I want to build a Bluetooth LE peripheral application with nRF5340.
The channel must be able to sustain an output stream of 8 kbit/s.
Other desirable features are:
- NFC handover for OOB pairing
- OTA DFU
I'm looking for the right host-side sample project to start with, among the many available
ncs/v1.6.1/zephyr/samples/bluetooth/
periodic_adv
peripheral
peripheral_dis
peripheral_hids
peripheral_ht
peripheral_ots
periodic_sync
peripheral_csc
peripheral_esp
peripheral_hr
peripheral_iso
peripheral_sc_only
ncs/v1.6.1/nrf/samples/bluetooth/
peripheral_cts_client
peripheral_hr_coded
peripheral_uart
peripheral_gatt_dm
peripheral_lbs
peripheral_ancs_client
peripheral_hids_keyboard
peripheral_bms
peripheral_hids_mouse
peripheral_nfc_pairing
Can anyone give a hand to address the choice ?