This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

5340 ble not connecting

using any example with BLE I get the following:

when loading , prints on log : 

[00:00:00.291,595] <wrn> bt_hci_core: ECC HCI commands not available

and when I try to connect via NRFCONNECT (man phones used, multiple vendors) I get : 

Error 8, GAT connection timeour

additionally, device is not shown on scans ~ 1 minute from power up 

please advice how to resolve this issue , since this check : 

err = bt_enable(NULL)

pass OK , so it seens BLE is started OK

Related