An open API service indexing awesome lists of open source software.

https://github.com/lucasdietrich/zephyr-ble-hci-coprocessor

Radio coprocessor firmware for CANIOT controller. Based on Zephyr RTOS hci_spi sample.
https://github.com/lucasdietrich/zephyr-ble-hci-coprocessor

ble hci nrf52840 spi zephyr-rtos

Last synced: about 1 month ago
JSON representation

Radio coprocessor firmware for CANIOT controller. Based on Zephyr RTOS hci_spi sample.

Awesome Lists containing this project

README

        

# Zephyr BLE HCI Coprocessor

This project contains the source code for the BLE HCI Coprocessor (RCP) firmware.

It belongs to the **[CANIoT Controller](https://github.com/lucasdietrich/zephyr-caniot-controller)** project.

Boards supported:
- `nrf52840dk_nrf52840`
- ~~`acn52840`~~ (not yet)

## HCI

Documentation: [Bluetooth HCI](https://github.com/lucasdietrich/zephyr-caniot-controller/blob/main/docs/bluetooth-hci.md)

## Related project

- Former project [zephyr-nrf52840-ble-dev](https://github.com/lucasdietrich/zephyr-nrf52840-ble-dev)