Hi,
I try to make ble_app_gzll running on nrf52810, but I failed to transfer the project.
Can u give me a hand?
BR,
Yoole.
Hi,
I try to make ble_app_gzll running on nrf52810, but I failed to transfer the project.
Can u give me a hand?
BR,
Yoole.
Hi Yoole.
Which versions of the SDK and Softdevice are you using?
The Multiprotocol Application example requires one of the following Softdevices: S132, S140. Here you can see that only S132 SoftDevice v5.0.0 and SDK 14.2.0 is compatible with the nRF52810.
If you are unsure about how to run the example, you can take a look here for information about how to run a precompiled example, how to compile and run an example, as well as how to program the Softdevice
Best regards,
Marte
Hi Marte,
Thanks for prompt reply.
I uasge softdevice 7.0.1 and SDK 16.0.0.
"Here you can see that only S132 SoftDevice v5.0.0 and SDK 14.2.0 is compatible with the nRF52810." This means I can use s132 project running on nrf52810 directly?
BR,
Yoole
It means that you must use v5.0.0 instead of v7.0.1 of the S132 Softdevice, and SDK 14.2.0 instead of 16.0.0 in order for it to work on the nRF52810, as shown in the table from the link i referred to.
In order to get the application to run on your device, you have to compile and run it.
Best regards,
Marte
Hi Marte,
I succeed in running ble_app_gzll example on the nRF52810 with softdevice v5.0.0 and sdk14.2.0.
Thanks!
BR,
Yoole