# T-vK/ESP32-BLE-Mouse

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

Repository: https://github.com/T-vK/ESP32-BLE-Mouse
Canonical: https://ross.abutalabs.com/products/esp32-ble-mouse
Language: C++
License Family: other
Topics: esp32, bluetooth, mouse, ble, bluetooth-le, arduino-ide, arduino-library, arduino
Last push: 2024-01-15T23:47:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2588, "days_push": 961, "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 1019, forks 212 (observed 2026-08-28T04:03:15.002171+00:00)

## What it is
An Arduino-compatible C++ library that turns an ESP32 into a Bluetooth LE (BLE) HID mouse. It exposes an Arduino Mouse-like API for moving the pointer, clicking, scrolling, and reporting battery level to host devices.

## Use cases
- turn an ESP32 into a bluetooth mouse
- send mouse clicks and scrolls from an ESP32 over BLE
- build a DIY wireless mouse with ESP32 and Arduino IDE
- control a computer's pointer remotely via bluetooth low energy
- simulate mouse input for automation with ESP32
- add back/forward button support to a BLE HID device

## When to choose
- you want to emulate a Bluetooth mouse using an ESP32 in the Arduino IDE
- you need an Arduino Mouse-like API over BLE instead of USB
- you want cross-host compatibility with Android, Windows, Linux, macOS, or iOS

## When to avoid
- you need a USB HID mouse rather than Bluetooth LE
- you need guaranteed stability on macOS or iOS, which is reported as unreliable
- you need a keyboard or gamepad instead - use the companion ESP32-BLE-Keyboard or ESP32-BLE-Gamepad libraries

## Facets
- artifact type: library
- maturity: maintenance
- function: embedded, sdk
- domain: embedded-systems, hardware
- platform: embedded, iot, cpp
- tags: esp32, bluetooth-le, ble-hid, arduino-library, virtual-mouse, hid, automation

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

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:15.002171+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:09:21.093014+00:00, confidence not recorded.
  - readme: https://github.com/T-vK/ESP32-BLE-Mouse (fetched 2026-08-28T04:03:15.002171+00:00, sha 92051203ecd3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
