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...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
Hi Nordic
We would like to be able to read out the serial number off our devices, without connecting to them,
We have not enabled RFID on the product, but would like to...
Hello!
Our client encountered a problem in the development of Matter: the client wants to add or reduce endpoints dynamically during user usage after adding a cluster. Is...
how to create the nrf52840 mesh of more than 50 devices ?
I am using the chat sample for this mesh network but i am tested with the 12 boards but i am getting reply from...
Summary
I 'm experiencing a regression where my SKY66112-11 FEM (on a Fanstel BT840X module) no longer activates when using IEEE 802.15.4 in raw mode with NCS 3.1.1. The...
Hello Nordic Team,
I am writing to report an issue with random reboots on our custom board using the nRF54L15, developed with NCS v3.1.1 for a Matter device.
The reboot...
Hello,
I am building an application that need to have BLE with bonding enabled. It also need to save a moderate amount of data to a file system connected to a external flash...
Dear Nordic Support Team, I am currently performing Matter certification testing on our device based on the nRF54L15 using NCS v3.1.1 (Matter SDK 1.4.2). I am using the Matter...
Hi, support team,
I am conducting self-testing on a device developed with NCS 3.1.1, using the test versions corresponding to v2.13+summer2025 and Matter 1.4.2.
I...
Hello, Nordic Team! I am conducting Matter Test Harness testing and have successfully built the test environment. However, I am encountering some issues during test execution...
Using nrf5 SDK (not connect):
I have a RTC2_IRQHandler that is correctly being called.
rather than:
void RTC2_IRQHandler() {
if (mode == 2) {
handleMode2();
}...
Hello,
We are in the final stages of development and are trying to tune our device to perform its best in noisy environments:
We are using nRF52833 SOC as a central...
Hello,
We are using 2 nRF5340-based devices running:
samples/bluetooth/periodic_adv_rsp
samples/bluetooth/periodic_sync_rsp
with the PAwR configuration (modified...
I am evaluating the board nrf3054-dk + nrf7002-ek I build and run the sample project net/samples/wifi/shell on my board when I compiled the project, I added the following...
The blinky example from the official website can be programmed, but after opening the code and compiling with SES to generate the hex file, it cannot be programmed. An MBR...