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...
Hi,
I am working with the nRF52832 development board and am running SDK 13.1.0 and SoftDevice 212 4.0.2. I have flashed a modified version of the broadcast example onto...
Hi everybody,
We have used both nrf51822 from batch 2015 week 33 and 2016 week 27 and found big discrepencies on BLE connections (stability issues)
Is there major differences...
Hi all,
I have sent an application ZIP OTA and performed DFU, the log:
...
<debug> app: All flash operations have completed.
<debug> app: Starting reset timer...
Hii,
i am using ble_app_hrs_c_pca10056_s140 and when connected to one particular device i am able to get battery level of advertiser but i what advertiser's device information...
Just like the title, I want to know what they are, because I recently in looking for nRF5 SDK for Mesh often see the nRF OpenMesh related information, so I think they are...
Hello,
I am trying to use ArrayList for EasyDMA along with PPI but I am not sure whether or not I am configuring it properly to be used with the SPI interface.
So far...
i am using ble_app_hrs_c_pca10056_s140 and when connected to one particular device i am able to get battery level of advertiser but i what advertiser's device information...
Hello experts,
I am getting into the word of Nordic and hence here is my first question. Kindly help.
Software version: SDK-14
Hardware revision: nRF52832 DK (PCA10040...
Hi,
The SoftDevice uses the GPIO pin and port abstraction to configure and control IO's. When developing in Thread, how does one access and control the nRF52840 GPIO's...
I call the following function to delete old FDS records before I write a new record. It works well if I have only one old record. But when there are multiple records, it stops...
When I use nrf_drv_gpiote driver by sdk8.1.0. with softDevice 8.
I got HardFault_Handler when run in
handler(pin,polarity); in the GPIOTE_IRQHandler
How to deal...
Hello,
I use stack S110 V7.1.0 on nRF51822 (the device is a remote with 4 buttons).
Currently the remote send advertising frame with the pressed button into the data,...