You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any other problem related to the STM32 product, the performance, the hardware characteristics and boards, the tools the environment in general, please post a topic in the ST Community/STM32 MCUs forum or in the ST Community/Q&A Topics.
Describe the set-up
The board (either ST RPN reference or your custom board).
LEGO Hubs w/ pybricks-micropython (and pybricks over W3C WebBluetooth, or pybricksdev over BLE)
1 Introduction
The HID over GATT profile defines the procedures and features to be used by Bluetooth
low energy HID Devices using GATT and Bluetooth HID Hosts using GATT.
This profile is an adaptation of the USB HID specification [2] to operate over a Bluetooth low energy wireless link.
This profile shall operate over an LE transport only. For BR/EDR, the Bluetooth Human Interface Device Profile Specification [9] shall be used. 1.1 Profile Dependencies
This profile requires the Generic Attribute Profile (GATT), the Battery Service, the Device Information Service, and the Scan Parameters Profile.
This specification can be used with Bluetooth Core Specification Version 4.0 [3] or later.
Screenshots
The text was updated successfully, but these errors were encountered:
Hello @westurner,
for the BLE HID profile, you could have a look at the tag 6.2.3.
There you can find the code for some peripheral profiles, included the HID.
Also, in Projects folder you can find a sample application showing how to use them.
Please, note also that from tag 6.2.3 to 7.0.0 the ST BLE middleware code has not changed.
STORY: Users can use Bluetooth BLE Gamepads, Mice, and Keyboards with HID over GATT.
https://github.com/STMicroelectronics/x-cube-ble1/blob/main/Middlewares/ST/BlueNRG-MS/hci/controller/bluenrg_gatt_aci.c
Describe the set-up
pybricksdev
over BLE)Additional context
From pybricks/support#262 :
Screenshots
The text was updated successfully, but these errors were encountered: