Hi,
I have a ARM based Linux host CPU connect to MDBT42Q-U(nRF52832).
But I cannot control it by BlueZ:
```
root@OpenWrt:/# btattach -B /dev/ttyMSM1 -P h4 &
root@OpenWrt:/# Attaching BR/EDR controller to /dev/ttyMSM1[ 6977.445252] Bluetooth: hci0: Frame reassembly failed (-84)
Switched line discipline from 0 to 15
Device index 0 attached
root@OpenWrt:/# hciconfig hci0 up
Can't init device hci0: Operation timed out (110)
```
I think I should build the example of UART and flash it by nrfjprog.exe
Here are my questions:
1. Do both nRF5_SDK and nRF connect SDK include the UART sample which can export the controller by UART?
2. If the answer is yes with nRF5_SDK, which example should I flash to the module?