We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
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...