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...
Can i use the bouder router used in thread example(on nrf52840) in the iot example to replace the Rpi bouder router so i can skip the tunnel setup(using hurricane tunnel)...
Hi everyone,
I have some questions regarding the use of EDIV and Rand in BLE Legacy Pairing.
What I understood from the specs is that these are generated during...
I think instead of releasing separate SDK for #BluetoothMesh, Nordic Semiconductor should merge #BluetoothMesh into #SoftDevice. Is it possible ?
If yes, then we can even...
We are using the nrf52840 with OPENTHREAD and would like to use the Nordic COAP application because block transfer and observe are implemented. We need to do multicast and...
Hi,
I have a development board nRF52832 and we are looking for 3rd party modules built on the same. I want some configuration changes on the modules.So, please someone help...
Hi
I am currently using SDK 12.1.0 with SD 3.0.0.
I want to add the option for serial DFU, which was added in SDK 13.0.0.
I wonder if I can implement the serial bootloader...
first of all many many thanks for nrf sniffer 2.0 and all of it's improvements (linux, live data display, easy install ... etc)
i'm sure there are still a lot details missing...
I am trying to use the nRF Connect v1.0 RC with the pca10040 board. I followed the instructions of your [page] and when i open the serial port i got an error (Error occurred...
I am using nrf52832_xxaa with SDK v11.0.I tried writing into the APPROTECT register by using the code below
sd_softdevice_disable();
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Wen...
Hi, as per subject, I would like to know the trade-offs of using the internal DCDC vs LDO when it comes to RX sensitivity specific to the nRF52840-QIAABB variant.
From this...
Hello,
I am using the nRF840 PDK for testing the radio communication.
During my tests, for TXPOWER=0xD8(at minimum), I found a gap of 7 dBm between the radio output...
Hi, I am trying to connect the nrf52840 to GPS module, and I hope that the dk could read the GPS information via UART. I try to modify from this example nRF5_SDK_14.2.0_17b948a...
Hi,
the following are the TX's current consumption for 0 dBm from the datasheet:
I assume the second line refers to the measurements when the internal LDO is used...
Hello,
I know how to update the application through OTA at the moment, I do the following steps:
set the device run in DFU mode by writing 0x01 in Experimental...
Hi, Nordic engineers
I checked there is one error function in nRF5_SDK_12.1.0_0d23e2a:
in nrf_esb.h
uint32_t nrf_esb_get_rf_channel(uint32_t * p_channel);
but in...