I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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.
...