mbed-ble-hid icon indicating copy to clipboard operation
mbed-ble-hid copied to clipboard

:raising_hand: Implement Human Interface Device over Bluetooth Low Energy on a Mbed stack (Arduino nano 33 BLE).

Results 9 mbed-ble-hid issues
Sort by recently updated
recently updated
newest added

Looking within the HIDService.h, I can see that output reports are only partially supported, with the BLE characteristic defined and enum values. However there is no method of receiving the...

I am not able to send function keys using this library. Is there a problem with me (I assume) or with the library? I have used the Arduino forum with...

Hi, I have been trying to use the shining keyboard example on iOS but failed to. The pairing with my iPhone or iPad breaks very soon. I read a few...

Hello In the arduino IDE 1.8.13 the examples are shown as "INCOMPATIBLE" although I have selected the Arduino Nano 33 BLE. But I can compile both examples "ble_shining_kb" and "ble_mouse"...

I was able to run this library on Nano 33 ble with Mbed OS 2.1 and mbed-ble-hid 1.2 but there were few problems (tested on windows 10 as bt joystick):...

This is a lack of knowledge about BLE and Bluetooth -- I will admit that up front. Got a Arduino 33 BLE -- Loaded Shining Keyboard I see it on...

I could pair ble Shining Keyboard after downgrading the Arduino Mbed OS Nano Boards to the 2.1.0 version. My issue is How can I make the Nano board memorize that...

Hi. Just to note: I tried to compile an empty project (just libraries) in VisualStudio Code and PlatformIO's IDE plugin. Previously, I downloaded and installed *mbed-ble-hid* using the builtin library...

Hi, I've tried to modified the hid_report_map in HIDGamepadService.cpp to 16-bit version as following. ``` // Report Map with two joysticks for Android static uint8_t hid_report_map[] = { USAGE_PAGE(1), 0x01,...