cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a example of use STM32WB55 Nucleo Pack boards as USB-BLE-USB bridge?

MZyli.1
Associate

I want to build USB-BLE bridge using nucleo board - something like virtual serial connection between boards. I want to connect both boards using Bluetooth interface. Then USB dongle should forward data from USB CDC to Nucleo board and vice-versa from board to PC.

Is there same examples tutorials for that application? Something in STM32CubeWB to start with?

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can look BLE_Hid example available in STM32CubeWB, this example shows how a device can support HID services over the BLE protocol stack using the Generic Attribute Profile. This example implements a kind of a mouth with 3 button and a wheel emulation.

Best Regards