2022-08-03 03:10 AM
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?
2022-08-18 07:56 AM
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