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...
Hello Nordic,
I’m using ncs\v3.1.0\nrf\samples\peripheral\radio_test` to test the nRF54L15 with PHY set to `NRF_RADIO_MODE_BLE_LR125KBIT`. However, the RF spectrum measurement...
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...
HI TEAM,
I am using a custom board and measuring its overall current consumption using the NRF Power Profiler Kit 2 (PPK2) .
Setup details:
Power source: External...
Hi,
We are using the nrf9151 to get GNSS data/coordinates without using A-GNSS, we followed the information in the following page "https://docs.nordicsemi.com/bundle/ncs...
Hello Nordic Support Team,
We are currently developing an IoT product using the nRF9151. In our application, the device wakes up once per day, transmits a small amount of...
Hi, everyone
I am currently working on the development of Bluetooth and ANT+ on the nRF52832 chip. It communicates with my chip via UART, and now there are occasional disconnections...
Hi,
i am trying to create an Indoor Positioning System with the nRF54L15.
Currently i am able to connect 1 initiator to multiple reflectors simultaneously,
When...
Can't find any definitive docs on how to create a new revision of existing custom board files.
For example, my_board.dts includes my_board_common.dtsi, which in turns includes...
Hi,
I’m running into a terminal output issue with nRF Connect for VS Code on Windows that seems to have appeared after recent updates. I did not have this problem in 2025...
How do I download the bare metal SDK without Zephyr/VSCode addon?
Looks like we are moving backwards when manufacturers forced our hands to use specific tools.
We are working to add support for the new nRF54 chips using the nRF Connect Bare Metal SDK within our existing mono-repo, which currently supports multiple product generations...
Hi,
Currently we're experiencing some problems to detect events from npm1300 in our custom board but the same issue happens with nrf54l15dk plus npm1300-ek boards when running...
Hi,
We're using the nRF54L15 driven by a 5ppm TCXO connected to the LFCLK. Our application measures the timing external pin events; the accuracy of this measurement is critical...
Hi
I'm having trouble finding two documents: the 'nRF91xx Kits Reduced Receiver Sensitivity Issue.PDF and the related design files for the extra filtering on the nRF91....
Hi everyone,
I believe the object_type should not be of type uint32_t, but of type uint8_t (or maybe nrf_dfu_obj_type_t).
This is the structure I'm talking about inside...