mbed-ble-hid VS ble

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

mbed-ble-hid

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

ble

API to abstract working with Bluetooth Smart Controllers (by ARMmbed)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
mbed-ble-hid ble
2 1
49 80
- -
0.0 10.0
over 1 year ago over 7 years ago
C++ C++
MIT License GNU General Public License v3.0 or later
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.

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)

ble

Posts with mentions or reviews of ble. 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
    Once you can access that member outputReportChar, it is of the class GattCharacteristic, probably this one https://github.com/ARMmbed/ble/blob/master/ble/GattCharacteristic.h , now you can use member functions, such as getValueAttribute and getValueHandle to read the data. At this point... I have not done this before, I don't know if I am actually correct or if I missed a few steps. You will need to learn how the ARMmbed BLE library works and read their examples.

What are some alternatives?

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

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)

BLE52_Mouse_and_Keyboard - Simulates Standard Arduino Mouse.h and Keyboard.h API BLE connections using nRF52840

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)

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

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