Install BLEKeyboard - Pattor39/Streamdeck-Esp32 GitHub Wiki

Installing BLEKeyboard Library in Arduino IDE

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

  1. Open Arduino IDE: Launch the Arduino IDE on your computer.

  2. Open Library Manager: Go to Tools > Manage Libraries.

  3. Search for BLEKeyboard: In the search bar, type BLEKeyboard.

  4. Install the Library: Find the BLEKeyboard library by T-vK and click the Install button.

Manual Installation (Alternative Method)

  1. 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.

  2. Open Arduino IDE: Launch the Arduino IDE.

  3. Install from ZIP: Go to Sketch > Include Library > Add .ZIP Library and select the downloaded ZIP file.