Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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.
...