Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.82 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.82 KB

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.