蓝牙模块如何连接 HID 蓝牙游戏手柄 How to connect the Bluetooth module to the HID Bluetooth game console

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
songzaiwu
Level 3
Level 3
50 sign-ins 10 questions asked 25 sign-ins

songzaiwu_0-1670325659603.png

I want to build a Bluetooth module to receive data from the HID Bluetooth game console. How to set my Bluetooth? How do I read data? Is there a routine?

 

0 点赞
1 解答
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

你需要一个HID host,建立连接,然后获取HID event的相关数据,这些数据可能是遥控器自定义的,需要你自己去解析。但是psoc ble目前没有HID host相关的demo。

在原帖中查看解决方案

0 点赞
3 回复数
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

蓝牙手柄是你自己开发的还是市面上买来的?如果是市面上买来的特定厂家的手柄,一般都会有特殊的加密和连接过程,如果无法获取手柄的连接要求,是没有办法连接并解析数据的。

0 点赞
songzaiwu
Level 3
Level 3
50 sign-ins 10 questions asked 25 sign-ins

是市面上买的

songzaiwu_0-1670380638113.png

我要用这个遥控我的设备。这是通用遥控器。  这个是标准的HID 协议。   怎样接受这个HID协议数据?cy8c4247 —bl483   内部蓝牙模块 如何设置? 程序思路如何?

0 点赞
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

你需要一个HID host,建立连接,然后获取HID event的相关数据,这些数据可能是遥控器自定义的,需要你自己去解析。但是psoc ble目前没有HID host相关的demo。

0 点赞