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...
Hello,
I’m using **VS Code + nRF Connect SDK v3.2.1** with a **Nordic Thingy:53** board.
I can build firmware successfully, and nRF Connect **Programmer (Desktop app)...
I setup the nrfx logging per the sample and it works within my main.c but when I get a log warning from nrfx_timer.c I do not get an output. Is the logging configurable across...
Hello,
I would like to use the official hci_uart sample to send Channel Sounding test-related HCI commands (specifically HCI_LE_CS_TEST and HCI_LE_CS_TEST_END ) to the...
"What is the function of FB2 in the reference schematic for the 54L15 CSP47 package? Can it be removed? Why is it not present in QFN48? According to the latest schematic,...
Hi! I am trying to find the optimal configuration of TFM for our project with the nrf9160. I am using NCS 2.6.1. I want to be able to use the internal trusted storage and...
Hi
i need and unrgent input:
I need a combined WIFI 6(with target wakeup time) and BLE chip and/or precertified module.
My colelague is pushing for a ESP32C6 from Ublox...
We are running a duration test with 10 reflectors and 10 initiators to evaluate the reliability of our system using the nRF54L15 and a project based on the Channel Sounding...
I'm using beacon mode to transmit a set of data which is stored as hex code. I've set the advertising data to iterate through the data set 10 times. When looking at the data...
Our application built for nRF54L05 draws approximately 70 µA on our custom board when entering system ON sleep (idle).
However, when MCUboot is enabled , the same firmware...
Hello,
I am trying to install the nRF Connect SDK v3.0.1 on Windows 11 (version 24H2 build 26100.4061). In the VSCode -> nRF Connect(the plugin) -> Manage SDKs
I can successfully...
I have rebuilt the sample app at_client using VS Code (Mac) nRF Connect SDK v2.6.0 and Toolchain v2.6.0 Board target: thingy91_nrf9151 Snippets: nrf91-modem-trace-uart
I...
Hello everyone,
I'm testing current consumption of nRF52 dev KIT (PCA10040). The test application is a BLE application. I tried with two methods for measuring current consumption...
I am using this SDK version 17.1.0 as I am using ESB in this project. So far I have gotten ESB, SPI, and UART communications working. SPI and UART are both using easy DMA...
Running on Fanstel BM15M module (nrf54L15) SDK v3.1.1, I seeing a huge timing error when trying to implement a simple timer function. In the code below, I believe I have followed...