Hi,
while developing a custom driver for the nRF54L15, using the PWM I have found a potential bug.
I have removed the custom driver and just enabled PWM shell and I can...
Hi,
I'm running into what looks like a software link-layer issue on the nRF54L15-DK that I'd like a second pair of eyes on. The same firmware works end-to-end with iOS...
i2c_write_read() returns -5 (EIO) immediately when writing register 0x01 to the sensor. Logic analyzer confirms the sensor clock-stretches SCL for ~14µs+ after receiving the...
I recently completed a field-upgrade path from an nRF5 SDK 17.1 application (with the legacy Secure DFU bootloader) to a fresh NCS-based firmware stack, while preserving user...
Hello,
We are currently evaluating BLE Gateway (CIS, BIS) development using the nRF5340 Audio DK.
We would like to ask whether bidirectional CIS streaming is officially...
Hi,
Razer devs working on new mouse variant that wil use nPM1300 would like to know what are the minimum and maximum values of Rshphld? These values are not in the datasheet...
Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hello,
I have developed a bootloader with OTA update functionality on an nRF device. The partition switching code (bootloader jumping to the application after OTA) works...
I am running into a recurring issue with attempting to connect to a nRF52840DK advertising using extended advertising from iOS devices. Connections repeatedly fail to establish...
I am not using the nrf5340DK development board; instead, I am using the nrf5340 chip, and the SDK version I'm using is V3.1.0. I defined the I2C child node "lt3582" in the...
I set CONFIG_BT_DEVICE_NAME_DYNAMIC=y in prj.conf, and then called it after the system started.
These functions modify the Bluetooth name, but the new Bluetooth name has...
following on from https://devzone.nordicsemi.com/support/348883
I have code that executes and functions that return error_code = 0
but for peripheral mode the NRF conect...
I have observed a Softdevice assertion, built from the v3.1.0 commit. https://github.com/nrfconnect/sdk-nrfxlib/tree/v3.1.0
#define CONFIG_MPSL_LIB_DIR "nrf54l"
#define...
I have installed nRF connect 2025.9.732 on my VS code Version: 1.103.2 on Ubuntu 22.04.
I am able to install the toolchains successful but I am getting this weird error...
Hi Support Team
There is a chip needs 2.7~4.2V power supply, can VSYS of nPM1304 be used to power the chip? We originally planned to power this chip directly with a battery...
I am unable to see any options on the welcome menu for nrf connect
The menu was working yesterday,
I have uninstalled and re-installed and tried a previous version.
...
Hi,
we're developing BLE sensor platforms with 10+ sensors on a device. We have some bandwidth issues if we connecting more than one BLE device to a BLE host:
For Example...
I am using the IQ values collected from the Channel Sounding example. The data in the 0 section seems to indicate that this channel is not in use? For example, as shown in...
Hi, I see this goes back at least as far as v2.4.4 and still exists in v3.1.1. Around line
if ((!err) && (err != -EALREADY)) { LOG_ERR("Stop LE scan failed (err %d)", err...
nRF52840 datasheets says it supports 3 SPI slaves, but I need 4 SPI slave devices on my next design (the current design uses 2 SPIs). I don't need DMA transfer at this moment...
I am trying to implement Attribute caching as described in Vol 3, part G, section 2.5.2 of the Bluetooth Core Spec .
Reading the GATT Database Hash seems to work:
The...