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,
I'm trying to power the chip on the DK from 5V power supply. I connected the USB connector J3, and switched SW9 to "USB Source". However, it seems that this is somehow...
My design is in alpha test and we just discovered that apparently SPIM allows only one module to be enabled at a time. When a second module (SPIM3, SPIM2) is enabled, the...
Tried 2 different wires on both Mac and windows pc. The device didn't show up in system information or Device Manager. NRF quickstart does not detect the device. When I connect...
Hello,
I’m trying to enable image encryption on nRF54L. When I enable the encryption, MCUBoot firmware size gets bigger and does not fit into 60kb region. When I set the...
Hi! I have a nRF52840 and an ESP32 and I want to perform a DFU to nRF52840 from ESP32, supposing I have the signed binary file in ESP32. I was already able to perform the...
Situation:
A FOTA job has been deployed in the cloud, so an update is ready and pending for a device.
Questions:
Once a device connects to nRF Cloud, how long should...
Hi,
I am working on developing Locator Tag using NCS fast pair sample code. I have one query here. Is Accurate RTC required for Google FMDN locator tag? If device loose...
Overal Goal & Problem
I'm struggling to port our nrf5 QSPI display driver to the nrf54L15's sQSPI. There is a lack of documentation and especially examples on using the...
Hello,
I use NCS 2.8.0 and toolchain 2.8.0 for my build. Also, the boad is a custom board with NRF52840.
My zephyr application is structured as show in this link : https...
Hi Nordic team, I received a Thingy91 sample last year, however on loading mfw_nrf91x1_2.0.2 and app: thingy91x_hello.nrfcloud.com_v2.0.2_debug.hex it is unresponsive and...
hi support team,
customer want to use 54L15 radio event
NRF_RADIO_EVENT_READY to set up gpio high ,and
NRF_RADIO_EVENT_DISABLED to clear gpio to low.
i tried below...
we have a device whos active time will be 5 minutes once a month
we have done some preliminary work on saving power.
the device scans for the app, before advertising...
Describe the bug
if (!device_is_ready(sht)) { printk("Device %s is not ready.\n", sht->name); return 0; }
I'm having trouble resetting my device.
Is there a way to fix...
Hello,
i;m developing a matter over thread application on a Seeed board XIAO nRF54L15.
Currently the border router is set up on a Nrf52840 Dongle connected to a Rapberry...
Hi everyone,
I’ve been following the AWS IoT sample , but so far I haven’t been able to establish a connection.
We’re running on a custom board using the nRF54L15 , connected...