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...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
NCS SDK and toolchain: nRF Connect SDK v3.0.2
Boards: nRF52DK-nRF52832 , nRF54L15DK-nRF54L15
Issue:
After un-initializing and then re-initializing MPSL, MPSL no longer...
Hi,
We are using the nRF Device Manager app (Android) to update firmware over BLE to the nRF54L15 DK, and it was working fine until August 26, 2025, when the app was updated...
Hello, I followed the "DFU over UART" exercise of the intermediate lesson 9, and I have problems with launching the main application. I'm using nRF54L15-DK board, SDK v3.1...
Hello.
I'm currently migrating our existing application code to the NCS 3.1.0 SDK. As far as I have recognized, with sysbuild the child image build has been replaced. We...
This is NOT a runtime error it's a compile time error (application). Failing at stage [154/159] Linking C executable zephyr\zephyr_pre0.elf
Having started by following...
Hi, i am trying to onboard our custom board using a nrf9160 to nRF Cloud using this guide: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service...
Hi we are developing a prototype with NRF5340DK, for which we needed to control few set of GPIOs. we wrote our code in the assumption that it's pretty straight forward and...
Hi,
I just updated my vsCode extension and the visual devicetree editor stopped working
I can compile just fine but changing the DT will prove difficult from now on. ...
I used the official example provided by Nordic: github.com/.../nrf70-wifi-ble-image-transfer-demo . I followed all the instructions to complete the preliminary configuration...
1. can you tell in detail about Easy DMA supporting on SPI, I would like to understand how I can utilize DMA feature for communication with RAM over SPI what is the added...
Hi
We have nPM1300 evaluation kit, we use SW1 VOUT1 1.8V as VINLDO1 input, we remove jumper JP7(for LS_LDO_OUT1 connect to R8) on P15 connector, and provide 1kohm loading...
We just started a project to replace an old PAN1720 and decided to use the nRF54L15 based module. So I am just getting started with the VS code and zephry enviroment using...
The UART (Port 2) gets garbled after bt_enable(). This issue does not occur if actively Debugging using Segger.
The issue is also reproducible upon a settings_save_one(...
Hi,
I am using nRF54L15, SDK & Toolchain as 3.0.2 version This is for Hid Keyboard, the problem I'm facing is once connected to one device, manually disconnecting & connecting...
Hello,
There are some issues I have found when I tried to achieve both BLE and ESB features concurrently on nRF54L chips, and some of them I have figured out how to fix...