Hi,
I have one custom board based on imx6ull, which has nrf52840 embedded on it. Both communicates over serial/UART.
On host side I'm using linux Bluez stack v5.50 and on nrf52840 Zephyr v2.1.0.
My use-case is that I have to scan the BLE beacons and also need to connect to them, For that I'm using Zephyr's 'hci_uart' sample application on nrf52840 which exposes 'hci0' interface
on my custom board.
On my board I have written one test application which uses Bluez stack APIs and it will use 'hci0' interface for the beacon scanning and connection/pairing.
Now, Instead of using Zephyr's 'hci_uart' app, I wanted to move to the nrf SDK based application.
Q1 : Is there any application exist in nrf SDK, which can suffice my above two requirements (Beacon scanning + Connection/Pairing) ?
Q2 : Is there any advantage if i will switch to nrf SDK based app from zephyr based app or I can continue with using Zephyr application ?
Q3 : If there is any nrf SDK app available then can anyone please guide me how I can integrate that with nrf52840 and in my test application ? (I have referred ble_connectivity & ble_app_uart_c).
Thanks,
Mayank