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

nRF connect can't create a server.

Hi.
I tried to create a server using nRF connect but the error below appears.

2019-10-21T10:17:16.432Z INFO Application data folder: C:\Users\XXXX\AppData\Roaming\nrfconnect\pc-nrfconnect-ble
2019-10-21T10:17:16.725Z DEBUG App pc-nrfconnect-ble v2.3.1 official
2019-10-21T10:17:16.725Z DEBUG App path: C:\Users\XXXX\.nrfconnect-apps\node_modules\pc-nrfconnect-ble
2019-10-21T10:17:16.726Z DEBUG nRFConnect 3.2.0 is supported by the app (^3.0.0)
2019-10-21T10:17:16.726Z DEBUG nRFConnect path: C:\Users\XXXX\AppData\Local\Programs\nrfconnect\resources\app.asar
2019-10-21T10:17:16.726Z DEBUG HomeDir: C:\Users\XXXX
2019-10-21T10:17:16.726Z DEBUG TmpDir: C:\Users\XXXX\AppData\Local\Temp
2019-10-21T10:17:23.040Z INFO Validating connectivity firmware for device with serial number 000682164785...
2019-10-21T10:17:27.299Z ERROR Error while setting up device 000682164785: Error when programming Error occured when program. Errorcode: CouldNotCallFunction (0x9)
Lowlevel error: INVALID_PARAMETER (fffffffd)

2019-10-21T10:17:27.307Z INFO Device closed.

I tried to install all the previous versions, but they all failed.

I use the PCA10040 V0.9.0 board.

Parents Reply
  • Hi, 

    Click Add/remove apps (uninstall nRFconnect), go into {user}/AppData and removed everything that has *nrf*connect in the name, and then install apps or update existing apps. If this still cannot help, you can try to flash the server image manually by the following command lines and images.

    nrfjprog --family NRF52 --program s132_nrf52_6.1.1_softdevice.hex --chiperase --verify
    
    nrfjprog --family NRF52 --program ble_connectivity_s132_uart_pca10040.hex --sectorerase --verify
    
    nrfjprog --family NRF52 --reset

    • s132_nrf52_6.1.1_softdevice.hex is under <nRF5_SDK_15.3.0>\components\softdevice\s132\hex
    • ble_connectivity_s132_uart_pca10040.hex is under <nRF5_SDK_15.3.0>\examples\connectivity\ble_connectivity\hex

    -Amanda H.

Children
Related