I have Zephyr stack for BLE hci_uart without any error it got compiled in nordic controller part, but i like to use zephyr stack in host without linux OS. Is it possible to use Zephyr stack (Host) in nordic board.
I have Zephyr stack for BLE hci_uart without any error it got compiled in nordic controller part, but i like to use zephyr stack in host without linux OS. Is it possible to use Zephyr stack (Host) in nordic board.
Hey, do you want to run the host and controller on the same board, or just the host?
yes i want to run the host and controller on the same board
Then you can use any of the other examples apart from hci_uart, hci_spi, hci_usb.
Then you can use any of the other examples apart from hci_uart, hci_spi, hci_usb.
ok. can i know which example support for host and controller on same board?
As I said above, you can use any example apart from hci_uart, hci_spi, hci_usb. It needs to be bluetooth low energy however, so for example the scan_adv example will do.
scan_adv example work with linux operating system. can you please refer an example without linux stack.
Here it says that all you need is a board with BLE support, no mention of linux. http://docs.zephyrproject.org/latest/samples/bluetooth/scan_adv/README.html. I'm pretty sure you don't need linux to run this example.