Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
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...