Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...