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 everyone,
I’ve just started my adventure with the nRF52xxx family and have already hit a wall. In my previous project, I successfully programmed an nRF52840 dongle, but...
Hi, i want to use the coded PHY for advertising but cannot get it working. I configure the advertising source with these params:
and start the scanning of the sink like...
Hello,The Nordic Team
I have developed a SED product based on the Matter Over Thread protocol. I want to add a real-time time function on the device side. I have learned...
IDE:SES for ARM V5.42a
SDK:nRF5_SDK_16.0.0
I am develop BLE device with nRF52832. I found that some global variables were assigned ramdom values if I enable UART easyDMA...
Hi,
i am asking for the configuration for power profiler kit ii setup to the nrf54l15. The reason was when i removed the jumper from P6, the external sensors which were...
Hi all,
I already successfully read the instant mode VBAT from my PMIC, nPM2100, but I would like to have more precise VBat readings.
1. I used this set up for my avg16...
Could anyone help me solve this? Everytime i run a program without the templates it always gives me this REST auth token is malformed, but I have never used a auth token before...
Hi,
I'm using nRF52840 BLE Dongle to connect and perform bonding to a custom target.
The connection and bonding are working but I need to write a token (lenght=291)...
Hi, Our application is running in the central role connected to a peripheral. The app disconnects from the peripheral by calling the bt_conn_disconnect() function. It appears...
Hello everyone, trying NRF for the first time and so far it's been only bunch of frustration and wasted time.
What I need to create is a subset of BM applications for NRF54L...
I am currently developing a HID device that supports BLE and USB. I have tested the firmware update function via both BLE and USB (USB CDC ACM). However, I am experiencing...
We aim to use an external Cellular module for MQTT communication.
I found that the nrfxlib/nrf_modem library is only supported for nRF9x series MCUs. Does this support...
Hi all, I'm trying to enable the SPIM4 peripheral on the dedicated high-speed pins (P0.08 SCK, P0.09 MISO, P0.10 MOSI, P0.11 CS) on the nRF5340DK, but I'm seeing no activity...
Been trying to set up a project to run some basic openthread as a proof of concept project. I based much of it off the CLI example and SDK. I have gotten stuck where my code...