Heerkog / MicroPythonBLEHID

Human Interface Device (HID) over Bluetooth Low Energy (BLE) GATT library for MicroPython.
GNU General Public License v3.0
204 stars 28 forks source link

How to connected to a ble keyboard by esp32? Are there some example code? Thanks #14

Closed shengxiangithub closed 1 year ago

Heerkog commented 1 year ago

There are two example classes:

  1. examples/simple/keyboard_example.py
  2. examples/async/keyboard_example.py