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...
Hi,
My issue is simple as i'm new as developer with API thingy devices and i have this issue that i can't solve with online support.
I'm trying to understand the "Color...
The time in a Mesh network shall be the same in every node. The SIG time model describes how to transfer time from one node to another. We already implemented this time model...
hello Nordic
i work with nrf52832 as dispersed units and an nrf52840 dongle/ BL654 Laired which also has the nrf52840 as the central unit.
stage 1 - i need to transfer...
Hi,
Looking at the differences between S132 and S140 SoftDevice, I see there's lack of support for Long Range (Coded PHY) on the S132 (and S112 for that matter), which is...
Hello,
I am using the Thingy:91 PCB and I have disabled the nRF52 by cutting SB4 and soldering SB3. This makes me unable to log through UART. For this reason I implemented...
To the kind attention of Nordic support team,
I need to disable, enable gzll more times. When enabling it, code gets often stuck in my case as in figure: nrf_impala.c 442...
I have achieved Bluetooth connection between 1*ble_central<------>6*ble_peripheral.
But, ble_peripheral sometimes upload data at the same time, then sometimes lose data...
We're successfully using nrf_crypto_aead_crypt() with AES CCM, a 128-bit key, a 64-bit MAC, and the NRF_CRYPTO_ENCRYPT operator to encrypt some data and generate a MAC that...
HI, all,
I am trying to transfer my previous project from nrf51822 to nrf52840, and at very the beginning ,I can not make the UART/UARTE of nrf52840 work.
0, I have programmed...
Hi, everyone,
I am pretty new to nRF52 development. Right now, I have an issue with the SAADC trigger by RTC, which I follow this example . The issue that I have right now...
Hey all,
Here's another question. Many of the examples in the Nordic Connect SDK are rather large. Transferring them with MCUmgr at 115200 BAUD takes sometimes more than...
Hi
I am testing sending and receiving data between nRF51 dongle and peripheral by example of heart-rate-collector.
now I could find characteristics I need(write, read...