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...
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...