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,
I previously completed a project using the nRF24LE1 chip and the nRF24LE1_24_SDK library. It was a simple 2.4 GHz two-way communication system using the basic predefined...
Hello
I am currently working with the nRF9151-DK hardware to perform tests related to PSM functionality on an NB-IoT network.
The main issue is that, although the device...
HI,
We are using the IM69D120 PDM mic for our audio application. I am able to interface the MIC and record audio with the NRF5340.
I have read the PDM data and stored...
Dear Nordic Team, Could you please help me to find the exact product which I can use to connect my two wire 0.37Wh 100mAh 3.7V 351525 Li-Po battery to the nPM1300-EK for battery...
I'm trying to combine two projects, C:\ncs\v3.1.1\zephyr\samples\subsys\nvs and BleFundamentalsL5E2 (Implement bonding and a Filter Accept List). They work fine independently...
We're developing an application using the NRF54L15. SWD will be connected to an external device that can update the firmware on the MCU if there are any issues, but we don...
I would like to evaluate the use of NB-IoT in the UK which Wireless Logic SIM included with nrf9151DK provides. Using the following sequence of AT commands I can send data...
Hello. Please excuse these potentially silly questions, but I've been given the task of monitoring battery charge while also achieving maximum energy savings.
A wearable...
I just got a NRF9151 dev kit and I want to build the image as non-secure, using: nrf9151dk/nrf9151/ns. The build is failing with error: C:/ncs/v3.1.0/nrf/modules/trusted-firmware...
Hi,I made a 52840 board ,it's p0.18 hanging, without connecting a 10k pull-up resistor and a 100nf capacitor to ground. I connected 3v3, GND, SWDIO, and SWDCLK from the 52DK...
NRF54L15 NCS 3.02
I have to change my BLE advertising from Legacy to Extended. Looking at the Zephyr example "advertiser" which compiles & runs fine, but I notice that behaviour...
Hi,
I am currently trying to connect a nrf52811 as an companion to an ESP32 user UART.
I am using the interrupt driven UART implementation as kind of the last resort....
How can I set a custom interval for *extended* advertising?
I'm currently calling bt_le_ext_adv_start ( struct bt_le_ext_adv * adv , const struct bt_le_ext_adv_start_param...
~~~~~~~~~~Environment ~~~~~~~~~~ nrf54L15 + NCS 3.1.1 + VSCode + Win11 ~~~~~~~Reproduction Steps~~~~~~~~~ 1. without pm_statics.yml, with following configs (see attachment...
Dear Team,
I am experiencing a weird issue with the firmware on my custom EV board with NRF54L15.
My firmware is using MCUBoot and partition manager (I use a separate...