# T-vK/ESP32-BLE-Keyboard

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

Repository: https://github.com/T-vK/ESP32-BLE-Keyboard
Canonical: https://ross.abutalabs.com/products/esp32-ble-keyboard
Language: C++
License Family: other
Topics: esp32, bluetooth, ble, bluetooth-le, arduino-library, arduino, keyboard
Last push: 2024-08-07T17:01:45+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2583, "days_push": 756, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3146, forks 572 (observed 2026-08-28T04:07:45.982197+00:00)

## What it is
An Arduino-compatible C++ library that turns an ESP32 into a Bluetooth LE (BLE) keyboard. It lets sketches send keystrokes, text, individual key presses/releases, and media keys to paired host devices.

## Use cases
- make an ESP32 act as a bluetooth keyboard
- send keystrokes to a phone or computer from a microcontroller
- build a custom macro pad that types over bluetooth
- trigger media play/pause keys from an ESP32
- send text like 'Hello world' via BLE HID
- press key combinations like Ctrl+Alt+Delete remotely

## When to choose
- you want a cheap ESP32-based BLE HID keyboard for Arduino projects
- you need media key support that USB keyboard libraries lack
- you target Android, Windows, or Linux hosts

## When to avoid
- you need stable iOS or macOS support (known issues, especially with older devices)
- you need to read Numlock/Capslock/Scrolllock state (unsupported)
- you want a USB HID keyboard rather than Bluetooth LE

## Facets
- artifact type: library
- maturity: active
- function: embedded, sdk
- domain: embedded-systems, hardware, developer-tools
- platform: embedded, iot, cpp
- tags: esp32, bluetooth-le, ble-keyboard, arduino-library, hid, keystroke-injection

## Member repositories
- T-vK/ESP32-BLE-Keyboard (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:45.982197+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:25:57.505418+00:00, confidence not recorded.
  - readme: https://github.com/T-vK/ESP32-BLE-Keyboard (fetched 2026-08-28T04:07:45.982197+00:00, sha af0ffebf2402)
- Data as of 2026-08-30T08:39:29.467469+00:00.
