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...
I have been using nRF9160: LTE Sensor Gateway to send data from nRF52832 and it all seems to work fine. However whenever i switch off the nRF52832 I receive an error as attached...
As stated on the product page and repeated in my title, the nRF24lu1 and the plus model aren't recommend for new desifde. Is there an nRF52 series replacement?
I'm working...
Hello,
I am developping an application using Softdevice which works (or worked).
Then, as I also need using UART, I built and flashed the example program nRF5_SDK_15.3...
My goal is to replace the legacy bootloader present in nRF52832 with a new bootloader with the DFU process.
I am using nRF5 SDK v15.3.0, GCC ARM and S132.
I have done...
Hi everyone, I recently purchased "nrf9160 kit" and have been trying to get used to it. But, my primary goal is to use this kit for performing simple transmissions such as...
Hello,
I have nRF52840 dongle. As we know that this dongle connect with Computer with USB port.
As per my project requirement i need to connect (soldering) with another...
Hi,
For a number of upcoming projects we require 802.15.4 and BLE dynamic multiprotocol support. We need to select a SoC to implement this.
We like the look of the nrf52840...
Hello,
I've read the answers to how to *calculate* available amount of FLASH space, based on the size of SoftDevice, Application, and Bootloader. However, they did not help...
Hi,
Actually migrating from SDK13.2 to SDK 15.3.0 and a FreeRTOS is set.
In the ble_task function there is :
/* Process any events that have been latched in the notified...
Hello,
We are adding custom features to the bootloader to support our target environment. 2 of those feature are logging on UARTE1 and accessing serial flash on QSPI. Had...
Hi,
Our device is based on nRF52840 + SDK 15.0.0 and we use cc310 backend for crypto tasks
Messages and SW packages are signed by Ecdsa.
I installed nrfutil and...
Hello,
I want to put measurements {temperature, humidity, UV index} into service data so "nrf connect" would decode measurement value in scan menu as is does beatifully...