I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
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...
Hi everyone,
I'm trying to interface the nrf5340 with the intan chip rhd2132, that allows to record signals. I can read successfuly the registers, but when I try the recording...
Hello,
We are using nRF54LM20A and NCS3.1.1 for our current product development.
we were using PDK/DK for our development and we got the datasheet "nRF54LM20A_Preliminary_Datasheet_v0...
Hello everyone!
I'm trying to get a custom board based on the nRF54L10 working. I am currently connecting it to my computer via a J-Link Edu and would like to get some basic...
Hi Nordic Team,
I am using NCS v3.0.0 and working on a Matter-based application.
I have enabled the ActiveHardwareFaults attribute (0x0005) in the General Diagnostics...
How can I confirm that an nRF52840-based device has been successfully provisioned? I don’t have physical access to the device, and it is running firmware that performs self...
Is there a sample app that uses the Zephyr Light CTL Bluetooth Mesh model? I've tried to add that model to the light_ctrl sample app, but get a crash during configuration...
Hi,
Using nRF9160 - NCS 3.1.0
I am trying to implement the AT%XBANDLOCK at command into my Firmware, and I am struggling to set it with the nrf_modem_at_cmd() function...
Hi
in my application, I need to reduce /disable RAM sections in nRF54L15 to save Idle RAM current. For Example, I need to retain only 64KB RAM when I am in idle.
how can...
Hello everyone, I have a firmware running on nRF9160 which was developed with nrf sdk v2.2.0, now I want to update it to use nrf sdk v3.1.1. I cannot build the firmware when...
Cause of the issue Earlier, when I were producing products ( around 600 units with 2025.9 ), about 30% of the chips had difficulty connecting. Later, it was found that the...
Hi,
I am implementing a custom bootloader on an nRF52840. The firmware update is downloaded while the main application is running. The flow is as follows:
The application...
Hello I'm working on a nRF9151 DK using nRF Connect plugin for VC.
I was able to program and run my without any problem... but then suddenly the flash process stopped to...
Hello.
I use the bare metal SDK and I would like to generate a GRTC interrupt every 250ms to wakeup my system.
Which resources does the zephyr is already using (GRTC_x_IRQn...