Hi, I am using nRF Connect SDK 14.0 with nRF9160 DK.
I want to use nRF52840 as a controller and nRF9160 as host. To achieve this, I flashed hci_uart sample on nRF52840 and it started running fine. Then flashed beacon example to nRF9160 but it fails with the following messages in debug console
Starting Beacon Demo
[00:00:00.014,343] [1B][1;31m<err> bt_hci_core: No HCI driver registered[1B][0m
Bluetooth init failed (err -19)
How can I configure it to achieve my goal of using seperate host and controller?
Thanks in advance.