MediaTek-Labs / Arduino-Add-On-for-LinkIt-SDK

Arduino board support package for LinkIt 7697
https://docs.labs.mediatek.com/resource/linkit7697-arduino/en
34 stars 33 forks source link

Can support BT-HID Device? #87

Open kyumdbot opened 6 years ago

kyumdbot commented 6 years ago

Both ESP32 and nRF8001/nR51822 have libraries that support BT-HID, Is Linkit-7697 planning to support BT-HID?

pablosun commented 6 years ago

Thanks for asking!

Short answer

Not now, but we're open to suggestions on new functionalities. Do you want to use LinkIt 7697 as a keyboard/mouse and connect to your mobile phone? or desktop PC?

Long answer

For clarity, by "BT-HID", do you mean "Classis HID profile" or "HOGP"?

For BT-HID, there are 2 cases:

For HOGP:

kyumdbot commented 6 years ago

Thank you for your reply!

I want to use Linkit to connect to my PC / Mac.

I could use arduino-BLEPeripheral to make my arduino a HID keyboard, and now I want to try Linkit-7697 instead.

Thank you!

pablosun commented 6 years ago

The arduino-BLEPeripheral is basically HOGP-based. We'll investigate if it is feasible to either port it or provide similar functions with existing LBLE librarys for LinkIt 7697.

kyumdbot commented 6 years ago

Thank you!