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 community
I have tested the v3.2.1\zephyr\samples\boards\nordic\system_off example and it works fine on my nrf54l15dk. Now i wanted to use parts of it for my custom...
Currently I learn the current DFU example from nrf_sdk but I failed in the last step:
I compiled the bootloader example secure_bootloader\pca10056_uart
in the...
Hello, when sending audio packets using a broadcast stream one can provide the seq_num of the packet (using the function `int bt_bap_stream_send(struct bt_bap_stream *stream...
Symptoms:
When running Bootloader + SoftDevice + App (with SoftDevice enabled in the app), The bootloader runs correctly and starts SD. The app is started, but crashes...
Hi,
I'm using nrf Connect SDK 3.1.0 and want to control three WS2812B LEDs with the LED strip driver. Therefore, I created the devicetree entry similar to the sample:
...
Hi!
We are currently building a product using nRF9161 on (rather old) nrf-sdk version v2.9.2.
After production we are testing the hardware functions of this product using...
We have a product that was built on NRF SDK 1.6.1, which is zephyr 2.6 as far as I can tell. We have ported it to zephyr SDK 3.7 (not NRF SDK) because there have been many...
I struggle with my experimental project of breath and apnea detection. It works except that I cannot reduce the poser consumption bellow 1mA when powered on battery, despite...
Hi I saw NRF Connect for Desktop is in the maintenance state, no more development. New recommendation is NRF Connect for VS Code, right? In this case, how about the PPK2 tools...
Hi,
Currently, I know that OTA updates for the nRF5340 can be performed using Device Manager and the nRF Connect mobile application. However, if using a PC, is it possible...
SoC: nRF52832 or nRF54L15 SDK: nRF Connect SDK v3.2.0
We are considering controlling coexistence via PTA signals when operating a third-party Wi-Fi device together with...
On this page https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/build/dts/howtos.html#set_devicetree_overlays and many others in this documentation, it appears that...
The subject issue is documented here as " NCSDK-20567: Partitioning limitation with MCUboot swap move": This issue has been open for while. These two DevZone tickets refer...
I use ncs3.0.2 to develop the 54l10 chip. I created a timer using k_timer, with a period of 1 second, to record the device time. Although I have adjusted the load capacitors...