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.
- Host: GitHub
- URL: https://github.com/lucasdietrich/zephyr-ble-hci-coprocessor
- Owner: lucasdietrich
- Created: 2022-11-26T15:05:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T18:02:51.000Z (5 months ago)
- Last Synced: 2024-11-27T19:21:39.262Z (5 months ago)
- Topics: ble, hci, nrf52840, spi, zephyr-rtos
- Language: C
- Homepage: https://github.com/lucasdietrich/zephyr-caniot-controller
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)