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...
Hello All,
I am looking for a simple example which can handle GPIO interrupt on an event. Is there anything of that sort? Or the API is documented somewhere?
I am using...
i have been trying to interface the imu sensor gy-80 with nrf52840dk
but an error of on the reference main
and the thumb set instructions no memory set errors are comming...
Hi all,
I am doing some development on nRF52840 board with PCA10056.
SDK version: nRF5_SDK_15.3.0
Softdevice: s140_nrf52_6.1.1_softdevice
Testing Example: nRF5_SDK_15...
Hello
in our concurrent radio application using timeslot API there are failed assertions from time to time (10min - 10h).
Message is as above.
Stacktrace and system...
Hi,
I would like to know how much memory my application is consuming. We are using NRF SDK-15.3 version.
In View menu there is option Memory Usage, but when I build in...
Hello,
I am trying connect with the nRF52840 dongle from my android phone using nRF Connect App. The nRF52840 dongle as peripheral and I am using nRF SDK 15.20 and s140_nRF52_6...
Hi,
I have a mesh device (door sensor) with cell battery powered.
When triggered, the device power on, do mesh stack init and start mesh stack, publish a mesh message...
Hello all, is it possible to wake-up the device from deep sleep using cap sense.
How reliable is the ADC cap sense, Im little confused as some people say CapSense is not...
There is an "error" in the Mesh 4.00 friend.c:friendship_alloc(..) function, when allocating a new friend with PollTimeout greater than 2147 seconds. The LPN allows you to...
Hi,
Working with Uart + DMA on the nrf91 board, we see two issues:
1. With baudrate of 115200, we get an overrun error after getting ~6KB of data.
2. Sometimes we do...
I am trying to develop a simple uart driver based on the nrfx_uarte driver but I get compiling errors (see below).
All I have is a simple uartOpen() function for now...
Hi,
Greetings!
I am trying to develop a device called as " Gateway ", which can receive SIGmesh messages and update/send those messages to cloud server and vice-versa...
Hi Nordic Community,
I have two nrf52840 feather boards, and I configured one of them as central scanner with the central_scanner example. It works well and was able to...