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...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Dear Nordic Support Team,
I’m encountering an issue during debugging where the code consistently hangs at line 360 in nrf_sdm.h , specifically at the following call:
...
Hi,
We are working with nRF52832. Over requirement is we need to transfer the file over BLE. We are using UART service (nus) to transfer file over BLE we getting maximum...
Hello,
I am working with a thingy9160 to connect to an MQTT broker using TLS.
I have run into an issue where the MQTT connection is disconnected with error code #XMQTTEVT...
Hi,
I have a nrf52833 with MCUBoot and BLE, I am using NCS v3.0.1.
I need also a custom NVS partition to store user data, so i create a data_partition for this purpose...
Hello,
I'm trying to build a Zephyr module that manages some features for a specific board (an SDK for that board). In it, I would like to enable the IPC devices in the...
I am testing data transfer from a microcontroller to a host PC using USB CDC ACM on the nRF5340. Right after powering on the microcontroller, only the first packet takes longer...
hi support team,
do we have any samples on how to show radio statues to gpio? when radio is on, gpio is set to high, and radio is off, gpio is set to low.
waht i can think...
Hi everyone,
I'm in the middle of a project and am starting to run out of available GPIOs.
To save a pin, I was wondering if it's possible to use a single GPIO (for example...
As a detour to getting DFU working for my existing project, based on nRF54L15, it was suggested in a previous ticket that the issue might be with my custom board folder, and...
Hello,
I would like to ask if it is possible to print the status of individual parts of memory on nRF7002-DK while the program is running? So far, I have managed to print...
I am using ncs to develop for NRF54L15. It runs fine on the development kit DK, but it doesn't work properly on my own hardware board. My program always fails to simulate...
Good morning,
I have tried to do the exercise 6 from the nrf-connect-sdk-intermediate course, my nRF9160 devKit can connect to nRF Cloud and download the new firmware. When...
Hello, We are currently evaluating the use of nRF9131 ICs for a mobile DECT NR+ usecase, in which we want to use the position in space of the different participants. Given...
We want to encode audio to LC3 format before we pass it to nrf5340 over USB. Because we know the processing power of nrf5340 is limited. Do you have any support for this?...