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...
ble_gap.h Hi,
At the moment, when a link loss is detected (in a connected mode), it takes around 3 seconds for it to be identified (with DISCONNECTED event). Is there a way...
Hi,
We are using system-off mode to save power in our device which uses nrf51822 chip. Our application requires regular wake-ups using RTC interrupts.
But the wake up...
Hello!
I know that nrf51822 beacon advertising packet consists of the following seven data fields:
Vendor ID
Service
Data payload size in bytes
UUID – manufacturer...
I would like to develop a BLE keyboard using nRF52832.
If you know the example source code, please let me know.
And can USB BLE Dongle for Desk-Top PC use the following...
Hi team,
I am trying to figure out how mesh network works. I do experiment with nrf52832 develop board and nrf5_SDK_for_Mesh_v0.9.2-Alpha. After I flashed light_control_server...
I have an app that requires BLE stack to be re-initialized, however it seems that if you run
ble_dfu_init();
more than once, it crashes
Upon further inspection...
Hi all,
I'm working with the nRF52 and I'm trying to run the heart rate sensor example from SDK version 13.1.0 using Crossworks as my IDE. I can compile and run the program...
Hi,
The below results indicate the nRF Connect app requires a handshake even when scanning without connecting. Is this true?
I am using the android 'nRF Connnect' app...
Are there any known issues with the nRF USB on the new chip or dev kit? I bought a dev kit to test out the USB functionality, but was unable to get any programs working. No...
Hello!
I am studying with nrf 51822 eval kit.
I wanted to ask you something about data type of nrf51822.
For the iBeacon model, it needs 31 bytes. 4 bytes of them...
Problem: nrf_crypto_sign() fails with NRF_ERROR_INTERNAL. Observed in SDK 12.3.0 on NRF51422. This probably applies to SDK 14.0 when using micro-ecc backend, as the root cause...
the dfu secure bootloader example is working fine with my nrf52832 sdk12.3 s132. but the experimental buttonless dfu in the example is not working for me. i was able to transfer...
Greetings,
I've got an embedded project where a NRF52 is a "co-processor". The NRF52 used to output UART debug messages but I've since changed this to use RTT.
During...