Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi
In my boot loader application I am using nrf_bootloader files which uses "nrf_wdt.h" for watchdog functionality.
I also have included some other customised files into...
SDK: 15.3.0 Sample: aes_ctr, ecdh Device: EYSHJNZWZ (nRF52832)
I'm considering using the "Cryptography library - nrf_crypto". Therefore, I am looking at the above sample...
Hello,
So I'm trying to use the nRF82540DK to develop use Keil and usually Keil is pretty good about downloaded the software packs it needs automatically. However, I've...
In addition to the nRF9160, we have a custom arm system which uses a nRF9160.
Which is the correct board to use for a non dk nRF9160? The documentation seems to erefer to...
Hello,
In the radio_test example of the SDK16, there is this function:
static void radio_disable(void) { NRF_RADIO->SHORTS = 0; NRF_RADIO->EVENTS_DISABLED = 0; #ifdef...
Hi, there:
I am developing on nRF52840 platform with SDK Version 17.0.0_9d13099. I am developing based on ble_peripheral/ble_app_buttonless_dfu.
I succeeded to combine...
I used usb_msc with nRF5SDK160098a08e2 sdk to connect the usb of pca10056 development board to win10 home version and the disk could not be recognized after about 20 minutes;...
Hi,
I'm developing a BLE peripheral in nRF52840. I use nRF Connect for Desktop (as central) to connect to my peripheral. I see that it connects with Connection Interval...
Hi,
We want to use serialization application in pone our project. For that I have followed connections and code according to this link .
In have connected and flashed...
Hello,
When I log in to my nrfCloud account, I get the following message: "DevZone login will be retired on Oct. 5, 2020. If you wish to continue to login, please register...
Hello,
I am using the SAADC of a nRF52832 with a sample-rate of 1ms (1kHz).
The following code shows, how my SAADC is intialized:
My problem is, that it looks like...
I'm trying to set up the development environment on Ubuntu 18.04. I got through Step 1. At the beginning of Step 2, I am trying to install West.
pip3 install --user west...