Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
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...