Install BLEKeyboard - Pattor39/Streamdeck-Esp32 GitHub Wiki
BLEKeyboard
Library in Arduino IDE
Installing Introduction
The BLEKeyboard
library allows ESP32 microcontrollers to act as Bluetooth Low Energy (BLE) keyboards, sending keystrokes wirelessly to paired devices. This guide explains how to install and use the BLEKeyboard
library in the Arduino IDE.
Step-by-Step Installation Guide
-
Open Arduino IDE: Launch the Arduino IDE on your computer.
-
Open Library Manager: Go to Tools > Manage Libraries.
-
Search for
BLEKeyboard
: In the search bar, typeBLEKeyboard
. -
Install the Library: Find the
BLEKeyboard
library by T-vK and click the Install button.
Manual Installation (Alternative Method)
-
Download the Library: Go to the [BLEKeyboard GitHub repository](https://github.com/T-vK/ESP32-BLE-Keyboard) and download the repository as a ZIP file.
-
Open Arduino IDE: Launch the Arduino IDE.
-
Install from ZIP: Go to Sketch > Include Library > Add .ZIP Library and select the downloaded ZIP file.