Hello Nordic Team,
I’m looking to build on a BLE Scanner(Beacon functionality) + Peripheral features on my application using the nRF52810 device, but I’m facing difficulties when adapting the central examples from the SDK. I would really appreciate some guidance or pointers to the right direction.
Environment setup/Details:
-
Target Device: nRF52810
-
SDK Version: nRF5_SDK_14.2.0_17b948a
-
SoftDevice Version: S132 v5.1.0
-
Development Environment: IAR Embedded Workbench 9.21
- Board Type: CUSTOM_BOARD
I have tried with nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_uart example and it is working fine on nrf52810 device(with S132 v5.1.0) after following this blog post S132 v5.1.0 on nrf52810.
Problem details:
-
I’m trying to build a central example on nRF52810 I am having a problems with porting nRF5_SDK_14.2.0_17b948a\examples\ble_central\ble_app_uart_c(PAC10040)
-
When compiling for the PCA10040e target with S132, I run into issues (build errors and/or runtime faults depending on configuration).
-
I suspect this may be related to SoftDevice memory configuration (RAM start/size) or FPU (VFP register arguments) being enabled in the project settings.
-
Since most examples in the SDK are originally for nRF52832, I’m unsure about the exact steps required to make them work reliably on nRF52810.
Questions:
-
What are the required project settings (compiler/linker/FPU/RAM) to correctly run a central example on nRF52810 with S132 v5.1.0?
-
Are there any known limitations or modifications needed when porting ble_app_uart_c central examples from nRF52832 → nRF52810 (PCA10040e)?
-
Is there a minimal central scanning example recommended for starting with nRF52810, before adding UART forwarding?
-
Are there any updated reference examples or forum threads specifically for nRF52810 central + UART applications?
Any advice, links to DevZone discussions, or example projects would be very helpful.
Thanks in advance!