Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
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.
...