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...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi
I am using the nRF7002 DK with NCS 2.7, based on the sample project `nrf70-wifi-ble-image-transfer-demo`. I modified the code to embed a fixed image as a header file...
Hi
In nRF5340 datasheet I2C frequency only have 4 selection as below
But when ask your AI, he response below
Important errata at 400 kHz
For all nRF5340 revisions...
I would like to trigger a hard reset when valid voltage is first detected on VBUS. How could I do this with no or minimal external components and without a complementary MCU...
We are using the nRF54L15 SoC with FOTA functionality. We have enabled secure FOTA by signing the firmware image and provisioning the public key into the SoC’s KMU. For production...
I'm running the subrating sample (ncs\v3.1.1\nrf\samples\bluetooth\subrating) on two nRF54L15-DK boards.
I'm puzzled by something I can see through my protocol analyzer...
Hi,
I’m working on a distributed testing pipeline where tests are built on one machine, but executed on a separate, lightweight container that does not contain the full...
Hello Nordic Team and Community,
I'm working on a fully automated Zephyr RTOS development environment on Raspberry Pi (Debian Bookworm) targeted at the nRF52840 Dongle....
Hello,
Is it possible to get logs (RTT) from an application started by a bootloader? As of now I don't get anything after the bootloader has jumped to the application start...
While running the BLE HCI USB ( bluetooth_hci_usb ) sample in Raw mode on an nRF52840 board, we observe a bus fault under specific conditions. The fault occurs when the device...
Hello everybody,
I am a research assistant at a university , responsible for maintaining and porting existing student lab exercises from the legacy nRF5 SDK to the nRF Connect...
Background:
My project is using the nrf54L15 with the 48 pin package. I'm using vscode with v3.2.0. The QFN48 package has the following pins bonded from the silicon to the...
I am trying to receive extended advertising from a device on nRF52832 .
I have made the following changes:
sdk_config
# define NRF_BLE_SCAN_BUFFER BLE_GAP_SCAN_BUFFER_EXTENDED_MIN...
Hello
Is there a possibility to build MCUBoot, SoftDevice, Firmware Loader and Application separately and then merge it manually? Or to build MCUboot + SoftDevice + Firmware...