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

ble_lbs can´t find the device

hello,

i am trying to use the example for the ble_lbs from github. I get no erros on compile and flashing. But wenn i try to see the device in the master control panel there is no device. i don´t no were is my fault ?

sorry for my bad english

ps.: iam using the evaluation kit (PCA10003) Rev. 3.0.0

µKeil Version 4.74.0.22

NRFgo studio version5.1.0

master control Panel version 3.5.0

Softdevide: s110 version 6.0.0

  • The ram start should be at 0x20002000. Also, Go to flash download and set RAM for Algorithm to Start: 0x20000000 Size:0x2000. (Options for target-->Debug-->Settings-->Flash download)

  • Now it works, thanks for your great help. now there is only one problem left, on the most example the nrf disconnected after a few seconds so that i have to reconnect.

    Master controll panel says: [09:32:58.4] Received Connection Parameter Update Request [09:32:58.4] ConnectionParameterUpdateResponse sent with ACCEPTED response [09:32:58.4] Connection Parameters Update sent. ConnInterval:100.0ms, SlaveLatency:0, SupervisionTimeout:4000.0ms [09:33:02.9] Lost connection to device. Reason: BTLE_CONNECTION_TIMEOUT [09:33:02.9] SERVER: Received packet <HciEvent: eventCode=0x0A> - <HciEvent: eventCode=0x0A> [09:33:02.9] SERVER: Received Link Loss

Related