I run the ble_central demo on the DA14683 evaluation board but cannot conect the remote device

Learn MoreFAQsTutorials

3 posts / 0 new
Last post
henryhuang
Offline
Last seen:4 months 3 weeks ago
加入:2019-11-05 08:41
I run the ble_central demo on the DA14683 evaluation board but cannot conect the remote device

I run the ble_central demo on the DA14683 evaluation board but cannot connect the remote device. The peripheral device address is set correctly and the iphone or PC can connect it.

The ble_peripheral demo can work on this evaluation board.

Seems it is in the connecting loop but cannot get any notify information. what's the reason the evaluation board cannot connect to the peripheral?

Keywords:
Device:
LC_Dialog
Offline
Last seen:6 days 15 hours ago
工作人员
加入:2016-09-19 23:20
Hi henryhuang,

Hi henryhuang,

Can you check if the address is provided in the right order in the code. It is a simple check but sometimes it is missed.

Also, what is your peripheral device when testing the connection when running the ble_central demo on the DA14683 eval board?

Best regards,
Leepeng

henryhuang
Offline
Last seen:4 months 3 weeks ago
加入:2019-11-05 08:41
when I reverse the address

when I reverse the address define it works now.

Thank you