Hello, I am developing a low-power nRF52840 product using the ncs Zephyr environment. Currently, I have suspended peripherals such as UART and I2C, allowing the system to...
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...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
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...
Hi Nordic team,
I’m working with an nRF9160-based device and have observed inconsistent LTE behavior when the device operates in areas with poor or unstable signal strength...