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...
Hello, modem_shell sample build throws error “undefined boot_write_img_confirmed” with nRF Connect SDK 3.2.1. This issue didn't exist in nRF Connect SDK 3.1.0. I did a quick...
Hi I have updated th nRF Connect for VS Code Extension Pack to the newest version. But when I want to enter Debug in VSCODE, the error comes out. Before upgrade, the debug...
Hello,
I am currently working with an nRF5340 configured to operate in High Voltage mode , where the main input supply is 5 V .
Issue description
When the nRF5340 is...
I just wanted to notify that I need to set CONFIG_SOC_NRF_FORCE_CONSTLAT=y in order for a NRF54L15 to be able to respond as a SPI slave (SPIS) using nrfx SPIS code.
Otherwise...
Hi,
I have developed custom hardware based on the nRF9151 chipset.
I would like to program the firmware using nRF Desktop (Programmer) with a third-party SEGGER J-Link...
Hi,
I am having trouble communicating between the nRF54L15 and the nRF7002 in a custom board. I flashed the scan sample. I made a new overlay as below:
/*
* Copyright...
Since about a week or two ago, I cannot flash (or debug/reset etc.) my device from the VSCode nrfConnect extension, when more than one device is connected to my PC. I am using...
Hi,
I am trying to confirm whether nRF54L15 as a chip officially supports the UTP OTA feature.
From the SoftDevice Controller documentation I can see that the following...
I am using the Zephyr SPI driver to control a WS2812 LED strip through the SPI interface. Since only the MOSI line is required for communication, I want to configure the SPI...
Hello, I have an application developed with the nRF9161 DK board, which essentially consists of a GPS tracker that acquires a position every x time and sends that same position...
I make a ble hid usb dongle with ncs2.0, ble keyboard send keycode to hid dongle, hid dongle send the keycode to computer.
When keyboard send keycode slow, it's work fine...
Using 54L15 DK for testing. Zephyr toolchain & SDK both v3.02. I have been through the DevAcadamy exercise which uses Blinky for its example, now I want to integrate into...
Hello,
I need help regarding flash memory read on nRF52840 device, SDk16, SD=340.
I have using the fds libarary for memory read/write in my code for many years now. However...
Hi,
I'm trying to scan for coded phy devices with the nrf-sniffer application.
Followed the guide and installed nrf-sniffer with the nrf-util.
In Wireshark it works...