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

nRF51 Sdk6.1.0 Peripheral getting disconnected

I am trying to advertise my eddystone UID,TLM and URL frame on advertisement. Here by board is in peripheral mode. I used radio_notification_init() function where i have radioactive event on "NRF_RADIO_NOTIFICATION_TYPE_INT_ON_ACTIVE"

So on every advertisement i am seeing my eddystone frame one after one.

Now when i get connected with peripheral using android phon it gets connected even i can exchange data with peripheral but after every 1 min it gets disconnected.

Same thing does not happen when i connect my peripheral with nRF MAster Control panel android app.

I am always getting error in ble_advdata_set() function with error code 0x00000011 ("NRF_ERROR_INVALID_DATA")

When i sniffed using sniffer i got control opcode LL_TERMINATE_IND(0x02) Error code: Remote User Terminated connection.

I have set NON_CONNECTABLE_ADV_INTERVAL = 100 and APP_CFG_NON_CONN_ADV_TIMEOUT = 0

Why i am getting disconnected every time after 1min.. Can anybody help me out with this..

Parents Reply Children
No Data
Related