Tool/software:
Hi team,
See below query from the customer. Please advise.
I'm working with the beacon sample code to bring-up it on cc2340r5, investigating Zephyr bluetooth drivers and can't find any suitable HCI drivers for cc2340r5 chip.
It is required to define zephyr,bt-hci node in dts file. To get it built I defined it to use bt-hci-uart. But our architecture is not HCI over UART or SPI. We have a solid application with our customized protocol over UART/SPI and we are going to use Zephyr BT APIs to handle BLE connections, data transfer and advertisement data. So even if HCI HCI command is to be executed it should be sent by our application itself.
So could you please advise us with the following points:
- Should HCI be used if our BLE application has solid architecture
- Does Zephyr 4.1 support BLE stack for TI chip?
- If so what type of HCI driver should be used for our architecture?
- Do you have any bluetooth examples for TI chip using Zephyr BLE API?