Date
1 - 3 of 3
HCI SPI - how to use
Piotr Barszczewski <piotr@...>
Hello, I’ve found that Zephyr HCI stack supports SPI as transport and there is an implementation available https://docs.zephyrproject.org/latest/samples/bluetooth/hci_spi/README.html I’m wondering how could this actually be tested - just by sending raw HCI bytes to the board flashed with https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/bluetooth/hci_spi ? Is there anybody who has prior experience with running the HCI SPI implementation? Best regards |
|
Bolivar, Marti
Hi,
toggle quoted message
Show quoted text
The hci_spi sample was originally upstreamed for use on the nRF51 chip on the 96Boards Carbon board. Please refer to the documentation for that board for more information. You can refer to 96b_carbon and 96b_carbon_nrf51 board configurations as a starting point for your own application. Marti "Piotr Barszczewski via lists.zephyrproject.org" <piotr=1am.pl@...> writes: Hello, |
|
Piotr Barszczewski <piotr@...>
Hi, I’ll look into it and the board definitions. I think this was the part I’ve missed, that the project has 2 96b_carbon and 96b_carbon_nrf51 board configurations which are not part of the example but Zephyr boards definition. Thank you for pointing that out. Best regards, PB On 14 August 2021 at 02:30:47, Bolivar, Marti (marti.bolivar@...) wrote:
|
|