配对被 CC41-A 拒绝
Pairing Rejected By CC41-A
我购买了 BLE module HM-10 from eBay. But it is a CC41-A actually. Currently I’m working on an IoT project both for Android and IOS. I actually tried to connect this with the IOS mobile app and it connected successfully. But when I try to connect it to Android (Samsung Note 3 and Nexus 5) it rejects pairing. It simply gives an error message saying “Pairing Rejected By CC41-A”. Snapshot。
请帮我解决这个问题。
找了很多终于知道像HM-10这样的BLE模块是没有配对模式的。他们直接通过应用程序连接
尝试将 TYPE 参数更改为 3
使用 AT 命令(无需按任何按钮)它会像那样工作
默认波特率为 9600。
将其更改为 TYPE 3 后它对我有用,但没有得到 "pairing rejected"
但我仍然无法通过我的 APP 连接到它
(在那部分工作)
我购买了 BLE module HM-10 from eBay. But it is a CC41-A actually. Currently I’m working on an IoT project both for Android and IOS. I actually tried to connect this with the IOS mobile app and it connected successfully. But when I try to connect it to Android (Samsung Note 3 and Nexus 5) it rejects pairing. It simply gives an error message saying “Pairing Rejected By CC41-A”. Snapshot。 请帮我解决这个问题。
找了很多终于知道像HM-10这样的BLE模块是没有配对模式的。他们直接通过应用程序连接
尝试将 TYPE 参数更改为 3 使用 AT 命令(无需按任何按钮)它会像那样工作
默认波特率为 9600。
将其更改为 TYPE 3 后它对我有用,但没有得到 "pairing rejected" 但我仍然无法通过我的 APP 连接到它 (在那部分工作)