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

PCA10059 dongle keeps disconnecting from BLE

Hi All,

I am running a modified example of the 'ble_app_multilink_central_pca10056_s140' project.... I am running this on a PCA10059 dongle. The project connects fine to my peripheral device when it is running from the JTAG debugger. but when I disconnect the debugger and try to run the project stand alone the peripheral device keeps reporting back the the device have connected and then almost imediatly disconnects.

This is an example of the debug data from the peripheral.

<info> app: Connection 0x0 has been disconnected. Reason: 0x3E

<info> app: Connection 0x1 has been disconnected. Reason: 0x8

<info> app: Connection with link 0x2 established.

<info> app: Connection 0x2 has been disconnected. Reason: 0x8

<info> app: Connection with link 0x0 established.

<info> app: Connection with link 0x1 established.

<info> app: Connection 0x1 has been disconnected. Reason: 0x3E

<info> app: Connection with link 0x2 established.

<info> app: Connection 0x0 has been disconnected. Reason: 0x8

<info> app: Connection with link 0x1 established.

<info> app: Connection 0x2 has been disconnected. Reason: 0x8

Any idea why the device would run on the JTAG debugger and not stand alone (causing it to disconnect from the peripheral)??

Kind regards

Michael

Related