I have built and flashed the openthread/coprocessor sample using VS Code specifying "nrf54l15dk/nrf54l15/cpuapp".
I then tried to run it (on Ubuntu 24.04.2 LTS, x86_64)...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
The question is: how to completely turn off PWM in SoftDevice?
I am using the libraries nrf_pwm.h and nrf_pwm.c in this repo for PWM with SoftDevice. Everything seems to...
Hi,
when trying to update the firmware with current nRF Master Control Panel (version 1.10), the update finishes successfully, but the firmware does not run.
The problem...
I've tried a trivial example (blinky-like, compiled by gcc using proper startup and ld scripts) on nRF52 devkit, but I always only get hard fault.
Debugging through the reset...
The nRF24L01 dataseet V2 (the most recent I think?) states (p.23) that the nRF24L01 can operate on frequencies from 2.400GHz to 2.525GHz . The channel steps are stated as...
I am completely confused by the nRF51 UART. I'm trying to port code originally written for an STM32 (another cortex chip). There, I define an interrupt, enable the RXRDY or...
Hi,
I need to have two different interrupt handler for one pin?
For LOTOHI one handler and for HITOLO another handler, how to do that?
Here is what i did until now...
Hello Nordic and fellow developers
While implementing bonding into an application based on S130 I found it necessary to test on the role of a given connection. Different...
I am getting device id of peripheral on central and then getting it displayed on hypertermianl hyperterminal using ble app multilink perihperal code with multilink central...
Hi Everyone,
I have what I hope is a simple questions. I am creating a piece of hardware that will act as the peripheral to a central iOS app in regards to a standard BLE...
Is there any construction available in the SDK, to achieve printing functions, with an undefined number of parameters ? The classic example :
#ifdef CONFIG_DEBUG
#define...
Hello,
I've ready the final S130 spefication and it states that the advertiser is started as early as possible and that i runs asynchronously to all other roles. Now I...
Calling app_sched_event_put() from the NRF_RADIO_CALLBACK_SIGNAL_TYPE_START signal handler causes a crash due to the CRITICAL_REGION_ENTER() call inside of app_sched_event_put...