T-vK/ESP32-BLE-KeyboardPublic NotificationsYou must be signed in to change notification settings Fork453 Star2.7k master 2Branches8Tags Code README ESP32 BLE Keyboard library This library allows you to make the ESP32 act as a Bluetooth Keyboard and control what it does. ...
项目地址:https://gitcode.com/T-vK/ESP32-BLE-Keyboard 项目简介 ESP32-BLE-Keyboard是一个开源项目,它允许你利用Espressif Systems的ESP32微控制器,将其转化为一个功能完备的蓝牙低功耗(BLE)键盘。这意味着你可以将这个小巧的硬件设备连接到任何支持蓝牙输入的设备上,如智能手机、平板电脑或计算机,并发送键盘输入。
fspace/ESP32-BLE-Keyboard 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(2) 标签(7) 管理 管理 master test 0.3.1-beta ...
used this lib: https://github.com/T-vK/ESP32-BLE-Keyboard/releasestag/0.3.2-beta Both compiled and advertised as expected, I was able to connect withmy Android phone. HTH GL PJ. 20230619_1228281920×2560 254 KB Screenshot_20230619111022nRF Connect×2220 176 KB Screenshot20230619-...
esp32-ble-keyboard1 / BleKeyboard.h BleKeyboard.h5.71 KB 一键复制编辑原始数据按行查看历史 sivar2311提交于3年前.Fixed USE_NIMBLE // uncomment the following line to use NimBLE library //#define USE_NIMBLE #ifndef ESP32_BLE_KEYBOARD_H
#include <BLEServer.h> #include "BLE2902.h" #include "BLECharacteristic.h" class KeyboardOutputCallbacks : public BLECharacteristicCallbacks { public: KeyboardOutputCallbacks(void); void onWrite(BLECharacteristic* me); }; #endif // CONFIG_BT_ENABLED #endif // ESP32_BLE_KEYBOARD_OUTPUT_CALLBACKS...
Arduino-ESP32-BLE-Keyboard.zip,用于ESP32(Arduino IDE兼容)的蓝牙LE键盘库ESP32 LE键盘库,Arduino是一家开源软硬件公司和制造商社区。Arduino始于21世纪初,深受电子制造商的欢迎,Arduino通过开源系统提供了很多灵活性。 Arduino2019-09-18 上传大小:10KB
forked fromT-vK/ESP32-BLE-Keyboard NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history ...
uint8_t KeyboardConfiguration::getDeviceReportSize() const { return sizeof(_keyboardHIDReportDescriptor); } size_t KeyboardConfiguration::makeDeviceReport(uint8_t* buffer, size_t bufferSize) const { size_t hidDescriptorSize = sizeof(_keyboardHIDReportDescriptor); if(hidDescriptorSize ...
本扩展库仅限在 Mind+ 软件中使用,为 ESP32(掌控板)设计,可以将掌控板模拟成蓝牙键盘,支持媒体键,可以在 Mind+ 用户库中进行导入。 Mind+ 软件版本要求:v1.6.2 正式版及以上。 链接 Mind+ 库地址: Gitee 地址(适合国内用户):https://gitee.com/ironpanda/ext-BLEKeyboard ...