Is it possible to get a BLE keyboard to work with a CYD ESP32 device using the NimBLE stack? I have some code using the bluetooth module that can detected the keyboard...
BLE Keyboard found: K830 Connected! Connection handle: 0 Address type: 1 Address: f914106db873 Service UUID: UUID(0x1800), Handles: 1-7 Service UUID: UUID(0x1801), Handles: 8-11 But I think the next step is to pair before it advertises the HID Service (HID_SERVICE_UUID = bluetooth.UUID(0x1812)) From what I've found online, the firmware I'm using on the CYD may not fully support BLE pairing. How would I install the NimBLE stack on my CYD? Does it install as a module or do I need to create a custom firmware? Thanks! Pete