Hi,
I have been looking into connecting two development boards over BT.
Previously, I managed to connect an nRF52833DK to an nRF9160DK.
Since then, I have started to simplify the system, and have replaced the nRF52833DK with an nRF52840DK dongle.
This works great, although the range is limited.
I have tried to replace the nRF9160DK with the nRF52833DK, this effectively means running the central_hids on the nRF52833DK.
I am seeing the following error.
uart:~$ ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/subsys/bluetooth/host/hci_core.c:370
k_sem_take failed with err -11
E: r0/a1: 0x00000003 r1/a2: 0x0000000a r2/a3: 0x00000001
E: r3/a4: 0x00030d36 r12/ip: 0x2000192c r14/lr: 0x0000c439
E: xpsr: 0x61000000
E: Faulting instruction address (r15/pc): 0x0000c444
E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
E: Current thread: 0x20002c9c (unknown)
E: Resetting system
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 ***
Starting Bluetooth Central HIDS example
I: 6 Sectors of 4096 bytes
I: alloc wra: 0, f40
I: data wra: 0, 178
Would appreciate your thoughts
Rod