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

App "nRF Connect for Desktop" Device with serial number xxx is not in the list of supported JLink devices: ....

Hey guys,

I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I'm working with the ble_peripheral example ble_app_uart and when I connect my phone via ble with my board everything is fine and working. But now I want to use the application "nRF Conect for Desktop" (v3.2.0). Firstly I am using COM2 for ble and COM5 for UART (via UART-to-USB-Bridge).

After choosing COM2 "nRF Connect" initially asks me to program the device and I have selected "yes" option. After that I get this informations (log window):

INFO Validating connectivity firmware for device with serial number 000483047925...

INFO Connectivity firmware is valid.

ERROR Device with serial number 000483047925 is not in the list of supported JLink devices: PCA10028, PCA10031, PCA10040, PCA10056

//whole log

2020-01-09T13:32:41.614Z INFO Application data folder: C:\Users\admin\AppData\Roaming\nrfconnect\pc-nrfconnect-ble
2020-01-09T13:32:41.938Z DEBUG App pc-nrfconnect-ble v2.3.1 official
2020-01-09T13:32:41.938Z DEBUG App path: C:\Users\admin\.nrfconnect-apps\node_modules\pc-nrfconnect-ble
2020-01-09T13:32:41.938Z DEBUG nRFConnect 3.2.0 is supported by the app (^3.0.0)
2020-01-09T13:32:41.938Z DEBUG nRFConnect path: C:\Users\admin\AppData\Local\Programs\nrfconnect\resources\app.asar
2020-01-09T13:32:41.938Z DEBUG HomeDir: C:\Users\admin
2020-01-09T13:32:41.938Z DEBUG TmpDir: C:\Users\admin\AppData\Local\Temp
2020-01-09T13:32:57.338Z INFO Validating connectivity firmware for device with serial number 000483047925...
2020-01-09T13:33:00.460Z INFO Connectivity firmware is valid.
2020-01-09T13:33:00.460Z ERROR Device with serial number 000483047925 is not in the list of supported JLink devices: PCA10028, PCA10031, PCA10040, PCA10056

And I don't know what to do... I think my thread is very similar to https://devzone.nordicsemi.com/f/nordic-q-a/55436/nrf-connect-for-desktop

Do I have to buy or need something (dongle or something else) to use the "nRF Connect for Desktop" like I had to buy the UART-to-USB-Bridge to use UART?

I hope, you can help me.

Thanks in advance,

Christoph

P.S.: I tried to post / edit pictures of my application but it's not possible. Maybe Devzone have a problem?

Related