Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
Hello,
I'm experiencing FAT FS corruption (files disappear or files disappear + "volume is full" error on any file write), when I'm unplugging my USB cable. Here is my environment...
Hi everyone! I've recently run into some issues with Bluetooth development, and I'd really appreciate your kind help.
1. Hardware & SDK - SoC: nRF54L15 - SDK: nRF Connect...
Hi, In have the nRF54L15 in System ON IDLE. I can see that enabling WDT31, set up so that it is paused in sleep mode (CONFIG register = 0x4) causes a current increase of ...
Context : SDK2.9, nrf9151
Here is the crypto configuration we had
Our product use MBEDTLS1.2, this is why CONFIG_MBEDTLS_USE_PSA_CRYPTO is set to False.
We are able...
HI.
Environment : ncs v3.0.1, nRF54l15 DK
I have a project to use Multi Role of BLE.
peripheral advertise 300ms period.
central scan 2m 30s period. ( actual scan...
I have made a bare metal app using gcc on Linux for the nRF5340 Audio DK. I'm able to start the segger gdb server, load the code, set a breakpoint, run and watch the LED's...
Hello
In the past I was able to run DFU on both SDK 17 and SDK 14.
Now I am developing over SDK 17.1.0 a new application and attempted to run secure DFU Bootloader using...
Hello, I am working with nRF52832 (PCA10040 DK) on nRF5 SDK v17.1.0 with SoftDevice S132 v7.2.0 . I started with the ble_app_uart example and added a custom BLE service ....
Hello everyone,
I have some questions regarding the registers of the nPM1300 specifically for the load switches and LDOs.
In the data sheet in chapter 6.5 under "Load...
Dear Nordic team.
I am a beginner learning to connect a SPI devices with nRF54L15-DK but the program always reports errors. Here are my related codes:
nrf54l15dk_nrf54l15_cpuapp...
NCS SDK and toolchain: nRF Connect SDK v3.0.2
Boards: nRF52DK-nRF52832 , nRF54L15DK-nRF54L15
Issue:
After un-initializing and then re-initializing MPSL, MPSL no longer...
Hi,
We are using the nRF Device Manager app (Android) to update firmware over BLE to the nRF54L15 DK, and it was working fine until August 26, 2025, when the app was updated...
Hello, I followed the "DFU over UART" exercise of the intermediate lesson 9, and I have problems with launching the main application. I'm using nRF54L15-DK board, SDK v3.1...
Hello.
I'm currently migrating our existing application code to the NCS 3.1.0 SDK. As far as I have recognized, with sysbuild the child image build has been replaced. We...
This is NOT a runtime error it's a compile time error (application). Failing at stage [154/159] Linking C executable zephyr\zephyr_pre0.elf
Having started by following...