BLE52_Mouse_and_Keyboard VS mbed-ble-hid

Compare BLE52_Mouse_and_Keyboard vs mbed-ble-hid and see what are their differences.

BLE52_Mouse_and_Keyboard

Simulates Standard Arduino Mouse.h and Keyboard.h API BLE connections using nRF52840 (by cyborg5)

mbed-ble-hid

:raising_hand: Implement Human Interface Device over Bluetooth Low Energy on a Mbed stack (Arduino nano 33 BLE). (by tcoppex)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
BLE52_Mouse_and_Keyboard mbed-ble-hid
1 2
18 49
- -
0.0 0.0
almost 4 years ago over 1 year ago
C++ C++
GNU Lesser General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

BLE52_Mouse_and_Keyboard

Posts with mentions or reviews of BLE52_Mouse_and_Keyboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-10.

mbed-ble-hid

Posts with mentions or reviews of mbed-ble-hid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • How to receive data on HID device?
    3 projects | /r/arduino | 3 May 2023
    https://github.com/tcoppex/mbed-ble-hid/blob/master/src/services/HIDGamepadService.cpp , the hid_report_map descriptor needs to be modified. The original input report needs to have a report ID, and then a new section needs to be added as a output or feature report, with its own report ID. This is a bit of a mess to research because there's no real standardization. PlayStation controllers have their own format, Xbox has a different one.
  • Guidance on choosing library for a wireless HID mouse
    3 projects | /r/arduino | 10 Mar 2021
    https://github.com/tcoppex/mbed-ble-hid (mbedOS library, code seems different then the arduino sketches I’ve seen so far and is difficult to understand)

What are some alternatives?

When comparing BLE52_Mouse_and_Keyboard and mbed-ble-hid you can also consider the following projects:

esp32_mouse_keyboard - ESP32 implementation for HID over GATT Keyboard and Mouse (Bluetooth Low Energy). Including serial API for external modules (similar to Adafruit EZKey HID)

ESP32-BLE-Keyboard - Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)

ESP32-BLE-Mouse - Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)

phyphox-arduino - The phyphox BLE library to connect Arduino projects with the phyphox app to display data on the phone or use the phone's sensors on the Arduino

RDS4Reboot - Rubber duck shock 4 - Reboot edition

WiFiDuck - Wireless keystroke injection attack platform

legoino - Arduino Library for controlling Powered UP and Boost controllers

ble - API to abstract working with Bluetooth Smart Controllers

ardiuno-keystroke-reflection - Open Source Arduino Program for Keystroke Reflection Side Channel Attack

STM32_Arduino_Xinput_4Player - This is to use STM32F1XXX to emulate up to 4 xbox 360 controllers and keep all the players in correct order.

BLE_HID_Client - ESP32 NimBLE Bluetooth Low Energy HID Client/Central and Mouse Pass Through