BLE_HID

HID service implementation for mbed's BLE API

  • 所有者: jpbrucker/BLE_HID
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Human Interface Device over Bluetooth Low Energy

Human Interface Device (HID) is a standard that defines the format
used to communicate human inputs to a computer. It was originally created for
USB keyboards, mice, joysticks, digitizers, audio controllers and so on.

You can use the HID Over GATT Profile (HOGP) to send HID information
over Bluetooth Low Energy, using the same data format as USB HID.

Warning: this is not the same as the HID profile used on Classic Bluetooth.

Content

This repository contains the HID Service implementation, example code, and
various documentation.

Code

  • BLE_HID/HIDServiceBase.*:
    the HID Service implementation; requires BLE_API.
  • BLE_HID/KeyboardService.h:
    an example use of HIDServiceBase, which sends Keycode reports.
  • BLE_HID/MouseService.h:
    a service that sends mouse events: linear speed along X/Y axis, scroll speed
    and clicks.
  • BLE_HID/JoystickService.h:
    a service that sends joystick events: moves along X/Y/Z axis, rotation around
    X, and buttons.
  • examples/keyboard_stream.cpp:
    an example use of KeyboardService, which sends strings through a series of HID
    reports.
  • examples/mouse_scroll.cpp:
    an example use of MouseService, which sends scroll reports.

Documentation

  • doc/HID:
    introduction to the USB HID specification, and to the parts that are reused
    in BLE.
  • doc/HIDService:
    description of the BLE HID service, and how to use this implementation.

主要指标

概览
名称与所有者jpbrucker/BLE_HID
主编程语言C++
编程语言C++ (语言数: 2)
平台
许可证
所有者活动
创建于2015-08-21 14:13:06
推送于2019-04-19 21:29:56
最后一次提交2016-04-03 21:57:44
发布数3
最新版本名称v0.4 (发布于 )
第一版名称0.1 (发布于 )
用户参与
星数111
关注者数7
派生数28
提交数54
已启用问题?
问题数4
打开的问题数3
拉请求数3
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?