Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
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...
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.
...
Hi,
I am new to nordic n51822, i have implemented adc and timer independently.
Now, what i want to do is read the adc values on a specific time when the timer overflows...