我有一个usb hid设备想通过cc2540的usb接口进行透传数据到手机上,那么,请问有没有对应的SDK例程,我查看过SDK里的,SimpleBLEPeripheral可以更改成usb cdc透传,但这并不是我想要的,HIDAdvRemoteDongle是usb hid,但这例程是将cc2540作为slave使用,我想要的是CC2540可以跟usb hid从设备通信,请问有这样的例程或参考文档吗,我需要更改,谢谢各位的回答。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我有一个usb hid设备想通过cc2540的usb接口进行透传数据到手机上,那么,请问有没有对应的SDK例程,我查看过SDK里的,SimpleBLEPeripheral可以更改成usb cdc透传,但这并不是我想要的,HIDAdvRemoteDongle是usb hid,但这例程是将cc2540作为slave使用,我想要的是CC2540可以跟usb hid从设备通信,请问有这样的例程或参考文档吗,我需要更改,谢谢各位的回答。
还有一个HIDEmuKbd的例程,简介如下:
HID Emulated Keyboard
This sample project implements the HID Over GATT profile in a BLE peripheral device to provide an example of how a HID keyboard can be emulated with a simple two button remote control device. The project is based on adopted profile and service specifications for HID over GATT ([8] and [9]) and Scan Parameters ([10] and [11]). The project also includes the Device Information Service ([12]) and Battery Service ([13]).