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, 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...
I am experimenting with the Nordic ESL sample application. The central_esl app is running on a nRF5340DK. I would like to add the nRF21540EK to this to improve the range....
I'm suddenly getting this error message with nRF Connect for Desktop. I've tried deleting and reinstalling, but the same error persists.
What should I do?
Error: Failed...
I'm not able to debug any of example applications that uses non secure build. Non ns versions works fine. I have added CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO =y to my...
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...