Hello,
I have been a Nordic DevZone member for several years, but I have never published a blog post.
I would now like to contribute a technical article about an open...
I need an architectural guide and recommended workflow for setting up post-production (in-field) cryptographic key provisioning on Nordic nRF devices (nRF9160 and nRF9151...
SDK: nRF Connect SDK v3.4.0 (LTS) Library: nrf/lib/sms
Summary
sms_register_listener() is documented to return a listener handle or a negative error code. In practice...
Hi,
I have a question regarding the transmission duration in the Online Power Profiler for BLE (OPP). More precisely, it is about the transmission duration during a connection...
we have a 'long lived' tcp connection w/ regular data sends (1hz of 256 bytes for mqtt publishes) where sendmsg() sometimes returns EAGAIN. when trying again it usually works...
nRF54L15: system clock stops permanently after a GRTC compare event is lost
Disclaimer
Claude Code (Opus 5) was used to assist with this investigation and with the drafting...
Hi,
Does the nRF54L15 support Direction Finding (AoA/AoD) and Channel Sounding together — i.e., can both features run on this specific chip, either simultaneously or at...
Can I copy the ESB code from SDK v3.3.0-preview3 into SDK v2.9.0, and then get the functionality in esb_ptx_ble & esb_prx_ble?
Is there any way to achieve it quickly?
I am using SDK 2.7.0. When trying to install the CHIP tool, I get the error - view below.
I have tried everything - it seems that the OAuth client is hardcoded into the...
our current network provider says that they have a restriction on their sim profile so that the mtu should be less than 1430. however things like pdn_dynamic_params_get()...
I am using an nrf7002dk and my external modules have arrived. The external modules are Minewsemi MS12SF1, which is a combo of nrf5340 and nrf7002.
To start, I wanted to...
I'm running into issues when specifying non-secure for the build target, even for the basic Blinky sample. I created a build configuration with the nRF Connect SDK v3.4.0...
SDK: nRF Connect SDK v3.4.0 (LTS) Library: nrf/lib/sms
Summary
sms_register_listener() is documented to return a listener handle or a negative error code. In practice...
An SPI port is configured as a master, and all the signals seem to operate correctly except the SPI_MOSI.
The configuration is shown below. When the spi_transceive_dt()...
Hi,
I have a question regarding the transmission duration in the Online Power Profiler for BLE (OPP). More precisely, it is about the transmission duration during a connection...
Hi,
I am using nRF Connect SDK v3.3.0 with VS Code and nRF Connect for VS Code, targeting an nRF54L15.
I am currently trying to understand how an existing application...
I am using the SDK v3.4.0 LTS
for modem error debugging I included: prj.conf
I am mapping errors depending on wether memory allocations failed.
I am fetching the stats...
Hello Nordic Support,
I am developing a cellular positioning solution using an nRF93M1 LTE Cat 1 bis module.
I currently use the following command to retrieve the serving...
I am using the nRF9151-DK as an SPI slave . The SPI communication is not working as expected, and the nRF9151-DK is not receiving any data from the SPI master .
I have configured...
Hi,
We use the nRF9151 modem and need the following data from it: Mobile Country Code (MCC), Mobile Network Code (MNC), Tracking Area Code (TAC), cell_id and rsrp.
We...
Hi, based on the nRF5340 Audio DK (nRF5340_AUDIO example: gateway, BIS) we send an LE Audio Stream.
As transceiver we use an Airoha AB156x based speaker: SoC name : ab156x_evb...
Hello,
we are currently developing a device based on the nRF5340 using LE Audio.
The device streams audio to a smartphone, where the corresponding Android application...