Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
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...