Hello,
I'm trying to program a nFR52840 USB Dongle so it can connect to other devices through BLE (another dongle, for example). I'm new to this platform so I've been looking at the available application examples included in the SDK . I'm using Segger Embedded Studio and nRF Connect v2.6.0. I've been able to get the blinky example work (nRF5_SDK_15.2.0_9412b96\examples\peripheral\blinky\pca10059\mbr\ses) so far, but when I try to compile the ble_connectivity example (nRF5_SDK_15.2.0_9412b96\examples\connectivity\ble_connectivity\pca10059\ser_s140_usb_hci\ses), I'm getting the following errors:
Compiling ‘nrf_dfu_trigger_usb.c’
nrf_dfu_trigger_usb.c
app_usbd_nrf_dfu_trigger_types.h: No such file or directory
Compiling ‘ble_conn.c’
ble_gap_struct_serialization.h: No such file or directory
Do I need something else than I'm missing? How should I proceed if I wanted to connect two dongles, if not with this ble example as starting point?
Thank you in advance!