eupn / stm32wb55

Implementation of bluetooth-hci for STM32WB5x wireless SoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stm32wb55

Build Status

This is an implementation of bluetooth-hci for STM32WB5x, based on BlueNRG reference implementation of bluetooth-hci.

It's using an embedded-hal implementation for low-level interaction.

This crate provides the vendor-specific Bluetooth HCI for STMicro's STM32WB5x family of wireless SoC. It extends bluetooth-hci with vendor-specific commands and events and associated error types.

Examples

Work in Progress

This crate is a work-in-progress. Thanks to STM32WB5x BLE stack sharing majority of HCI command set with the existing BlueNRG, this crate in its current state is already quite usable.

The essence of the work that should be done is to find differences in details of HCI command set implementation and fixing them.

About

Implementation of bluetooth-hci for STM32WB5x wireless SoC


Languages

Language:Rust 100.0%Language:GDB 0.0%