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...
Installed Segger Studio v4.12, nRF5 SDK(latest version), J-link, all under same catalog but into their own respective catalogs.
First, if I open blinky catalog and choose...
I am receiving "ERROR 4097 [Unknown error code]" returned upon calling nrf_sdh_enable_request. I found that ERROR 4097 corresponds to NRF_ERROR_SVC_HANDLER_MISSING from some...
I have the following code. I need to add a second counter attached to the spi_end_event. The first counter "count_task" is working, but can you tell me how to get "count_task2...
Hello all,
we have currently a problem with writing to a custom chracteristics in nRF52832 with softdevice S132. When the characteristic is written, we get responses only...
Hello, i am making a "simple" project, the goal being changing the duty cycle of the pwm depending on saadc sample value. My goal is to sample audio, process it ( low pass...
Hi,
I am implementing a keyboard with nrf52832 + s132 from sdk 15.3.0. Recently noticed that when trying to pair the device with a Windows 10 laptop and it keeps saying...
I'm using the CMake scripts in the Nordic mesh SDK to build my project, as the project uses CMake libraries. I want to determine the RAM usage of my application. I saw this...
Using J-link programmer, I try to figure out how to set some kind of security bit to avoid 3rd party reading code from flash.
If you could please return me a helpful link...
Using NRF51802 power-on reset failed, I have to manually reset each time, the program will start running.
The following are the information that may be used.
1.Schematic...
Hello.
In last couple of days I've been trying to figure out how the whole SDK is structured and how to start developing essential applications using the Segger Embedded...
Hi , so I witnessed this weird phenomenon:
When I use the simple On-Off-Model (as a base for a custom vendor model) in the switch application, the handle_set function in...
Hi,
We use Mesh SDK 3.2.0 and 15.3.0 SDK
We were developing a LPN example and we ended up having a bunch of models on the node which increased the composition data size...
I have a device with a Secure-DFU bootloader on it. I was wondering what it would take to OTA update it to the Mesh-DFU bootloader.
Some background around the use-case...
Hi,
I'm using the lighting example within the nRF5 SDK for Mesh. I'm using a static provisioning, one light client and one light server. Both the client and server implement...