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...
Hello, I'm setting up a mesh network with low consumption sensors and I'm using the Low power node example. I'm having trouble increasing the number of devices supported by...
Hello,
How can I directly read out the POFCON register value on the Watch Window while debugging?
Where is it actually located in the library(sdk 14.2) source code?...
How can i know how much time the microcontroller spends in the timer_event_handler() function? I am fear that i have written down to much code into that function. Regards
Hello,
I have the following statement in flash_placement.xml:
<ProgramSection alignment="4" keep="Yes" load="Yes" name=".nrf_queue" inputsections="*(.nrf_queue*)" address_symbol...
Hello.
I have two nRF52832 (central and peripheral). Connect the central and peripheral and call sd_ble_gap_rssi_get() on the central to get the RSSI and channel. The attached...
Hello there!
At this stage of the product development cycle, we would like to be able just to take simple reading from ADP536x module (to read either battery percentage...
Hey all,
For new minor revisions (1.X.0), will they eventually be supported by telecom's that are currently running with lesser versions? For instance, the current modem...
Hi,
I am using nrf52832 with icm20948 (I2C) on custom board and I am using icm20948 for angle measurement. For custom application I added some features i.e, before reading...
Hi,
We have preloaded the module test board with the DTM test from NRF5_SDK16.
The lab is requesting for the driver to pull up the testing interface and instructions...
I am exploring nRF52833 in a project using DK and Keil IDE. However, I keep getting errors when I attempt to download DeviceFamilyPack, etc. This error only occurs if I try...
Hi,I have a problem.I used three channels of ADC sampling in the project.If I connect the ADC port directly to GND,the ADC value of the sample is not equal to 0.But if I change...
hai ,
In my application , my nrf52840 device in peripheral mode to connect with central (ESP32).
then if i get a mac id from central ,i need to connect over with central...
Hello,
For my project I use uVision v.5.23.0.0; now I am willing to prepare two different targets using the same source files: one target for debug, with included the drivers...