top | item 41299185 (no title) felixg3 | 1 year ago Do you have a suggestion for a Bluetooth HID bridge? To use Bluetooth mice and keyboards with a generic dongle that presents as a usb HID to the computer, similar to how apple does peripheral support? discuss order hn newest peterburkimsher|1 year ago Are you looking for a product, or one to build yourself?If you want a product, why not just get a USB-Bluetooth adaptor? It would support HID as well as A2DP (music) and other Bluetooth protocols.If you want to build something, I'd recommend getting a board with an ESP32.The ESP32 comes with plenty of example code in their esp-idf SDK. You'd be needing:esp-idf/examples/peripherals/usb/device/tusb_hidesp-idf/examples/bluetooth/esp_hid_host
peterburkimsher|1 year ago Are you looking for a product, or one to build yourself?If you want a product, why not just get a USB-Bluetooth adaptor? It would support HID as well as A2DP (music) and other Bluetooth protocols.If you want to build something, I'd recommend getting a board with an ESP32.The ESP32 comes with plenty of example code in their esp-idf SDK. You'd be needing:esp-idf/examples/peripherals/usb/device/tusb_hidesp-idf/examples/bluetooth/esp_hid_host
peterburkimsher|1 year ago
If you want a product, why not just get a USB-Bluetooth adaptor? It would support HID as well as A2DP (music) and other Bluetooth protocols.
If you want to build something, I'd recommend getting a board with an ESP32.
The ESP32 comes with plenty of example code in their esp-idf SDK. You'd be needing:
esp-idf/examples/peripherals/usb/device/tusb_hid
esp-idf/examples/bluetooth/esp_hid_host