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,
I want to put measurements {temperature, humidity, UV index} into service data so "nrf connect" would decode measurement value in scan menu as is does beatifully...
I need to be able to erase assembly number stored in UICR as part of production process. Im using ERASEUICR for nrf52840. Do the non-customer UICR registers, e.g. nordic reserved...
Hi,
I have some question below: note: the project_uuid belong uuid-16bit by my define uuid of product myself.
1. My project uses project_uuid and DFU_btn_less services...
Hi i'm first in BLE
I use nRF52840 DK and SDK15.3.0 and SEGGER embeded
when I excute single example(ble_app_blinky, ble_uart, timer), it has no problem.
but when I merging...
My UART is going into a NO_MEMORY error after trying to transmit a single byte. When i try and put the second letter on the transmit buffer, it gives err_code = 4. I tried...
Hi Everybody
When I run my code with the debugger, it always crashes when executing sd_softdevice_enable(). Even if there is no breakpoint activated. However, when I run...
SDK 15.3 API S132
How can i implement the HFCLK using softdevice or how can i enabled it
I need to be able to run an SK6812 which has the following timing requirements...
I'm attempting to make a custom program using a few different libraries based on the samples. In attempting to initialize nvs, it returns -22. I've been able to trace it deep...
Why does " app:" appear in my serial port when reading from ble_app_hrs_c from the SDK for nrf52dk. I was looking to remove this part sending to the com port but I cannot...
Hello to all,
We have developed our application & the following platform we are using:
SDK 15.0, Segger IDE on windows PC
Softdevice version is 6.0.0
Hardware version...
Hello,
I'm using SDK15.3.0, softdevice S132 v6.1.1 and we would like to know if it is possible to combine the application and the bootloader in the same ZIP file in order...
Are the MIPI and MAGPIO interfaces mutually exclusive, or is it possible to setup nRF9160 to use both? For instance, can I use MIPI to control RF switches, but at the same...
Hi,
I've created a project combining gps, nvs, and mqtt based off the nrf and zephyr project samples. I've been able to go into the sample projects and add .overlay files...
Hi.
I'm dfu test for sdk13.
NRF52832 EVM board
nrfutil version : nrfutil version 3.2.0
D:\nordic_nrf52832>**nrfutil.exe dfu ble -ic NRF52 -f -pkg dfu_test_app_hrm_s132...