SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
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...