EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
The issue is that , i have custom board which have nrf52833 and nrf21540 (Range extender) , i have to increase the range of tx gain = 20dbm using gpio method
this is my...
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...