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

nRF Connect for PC v1.0, updating connectivity firmware

Hi. I'm using NRF Connect v1.0 on a Windows 10 PC, together with an nRF52-DK (PCA10040). It works nicely with the connectivity firmware 1.0.0 that the PC app offers to flash to the DK.

If I update the firmware of the DK with either of the v1.1.0 precompiled hex files from the pc_ble_driver -project, NRF Connect no longer communicates with the DK.

Using the sd_api_v3 hex file, I get a flood of internal errors as soon as I select the COM port from the NRF Connect app:

Enabling BLE failed. (NRF_ERROR_INTERNAL)

Error occured when enabling SoftDevice. Errorcode: NRF_ERROR_INTERNAL (0x3)

With the sd_api_v2 hex file, I get an NRF_ERROR_TIMEOUT instead.

Is this even supposed to work? Or am I doing something wrong?

Parents
  • Hi Mrono,

    Could you tell why you want to update the hex ?

    The current version of nRFConnect is not compatible with v3 hex file. On v2, we removed support for S132. You may want to wait for the next nRFConnect release.

  • For your testing purpose you can think of making your own application based on the pc_ble_driver then you can take advantage of the new features in S132v3.0. There is also some python binding example in our github also. Or you can simply use one NRF52 board as the central and test your devices.

    Many Android and iOS phone now already support long MTU (usually 158 bytes) you can also use them for testing.

    The issue when you want to use S132 v3.0 for the current nRFConnect is that the API are not compatible.

    The RAM size is not the problem because it's inside the connectivity firmware which already configrued for S132 v3.0.

Reply
  • For your testing purpose you can think of making your own application based on the pc_ble_driver then you can take advantage of the new features in S132v3.0. There is also some python binding example in our github also. Or you can simply use one NRF52 board as the central and test your devices.

    Many Android and iOS phone now already support long MTU (usually 158 bytes) you can also use them for testing.

    The issue when you want to use S132 v3.0 for the current nRFConnect is that the API are not compatible.

    The RAM size is not the problem because it's inside the connectivity firmware which already configrued for S132 v3.0.

Children
No Data
Related