I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hello,
i have a BLE device running with a service with three writable characteristics. At the moment I have one data handler function.
If there is any characteristic written...
When I try putting any breakpoint on my code to watch some variables, Keil will never halt that breakpoint. When I click pause in the debug session, the disassembler shows...
I added the DFU service to my project.
I will get this error: #5: cannot open source input file "ble_dfu.h": No such file or directory
This error appears in the dfu_app_handler...
Hello all,
I have migrated a project that was working well (on custom hardware) in Keil to gcc/Eclipse. I followed all the instructions on this site:
https://devzone...
Hi,
I've recently moved my development environment from Windows + Keil uVision to Linux + ARM GNU Toolchain . I'm able to build and flash the application firmware, but...
Hi all,
The DK board and sample code no longer produces cursor movement on Win7.
Using the nRF51DK board, Keil 5.14, S110 V7.1. Previously, I had the HID mouse sample...
Hello Nordic Community,
i have the following issue, im using a Nordic Nrf51422 in proprietary mode. On my RSA i can see that before the paket sending begis the radio sends...
Today, I tried out the Ble Bootloader from the Sdk examples.
As a central client, I'd used the »nRF Loader App« an an iPhone and also »nRF Mcp« on an Android Tablet.
I...
Hi,
from Keil uVision I need to debug/program nrf51822 in my application which uses 1.8 V. I guess nrf51 DK is not capable of doing this (it supports only 3 V targets). What...
Hi,
I have a reset issue when trying to set a delay greater or equal to 100 milliseconds using nrf_delay_ms(...). This only happens if I start my app timers (app_timer_start...
Hi,
I am trying to generate a 128Hz sine wave using the nrf_pwm library . First I tried this with SD110 enabled but ran into some problems that turned out to be a known...
Hi,
I'm going through the errata and a few of them look serious that the developer kit might be useless for some of us if we want to use it for any realistic testing (I...
I am trying to add a static passkey to my peripheral and protect from MITM. I tried the example nRF51-ble-app-uart-static-passkey but it doesn't seem to work correctly.
...