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...
I am building a system with an external non-volatile storage (flash) which will be available for storing DFU image data received. I want to minimize the confusion and temporary...
i am able to connect two nRF52832 DK.
Now i want to send new Firmware packet over the air to another nRF52832 DK, which is connected with my DK.
So, can you guide me,...
I have nRF52832 chip on my PCB and their is one external flash which is connected to nRF52832 through SPI.
i need to read new DFU packet from the external flash and send...
Can someone please guide me how I can configure nrf52832 DK with the external RTC for time and calendar keeping. I am using DS3231 external RTC. I don't want to loose time...
Hi,
I am mapping NB-IoT and LTE-M1 indoors coverage using the nRF9160, mostly just to familiarize myself with the nRF91 DK. I have a basic application which toggles between...
I have a system based on nRF52840 (SDK 15.0.0) where while running the application I can call the below code, and it will then restart in DFU secure mode to do a firmware...
Hi,
I am adding pwm_library code in my code and added the required libraries and drivers.I am getting an error regarding nrf_svc.h file :"nrf_svc.h: No such file or directory...
Hello, I have a problem with SDK16 setting. I have this error : error: 'old_val' undeclared (first use in this function)
I include these files and folders
# Source files...
Hi there,
I have nrf52840 development board and I'm just looking through the pwm_library example code which uses the app_pwm.c.
There, I was wanting to use 16MHz clock...
Hi
I'm using a custom nRF9160 board and faced some problems with that. I updated the latest SDK (fw-nrfconnect-nrf master ) and got some build errors and I don't know what...
I am using nRF52832 DK.
I am trying to print Battery service value in log file ( Client side ).
So where i get this information and how can i print this information in...
I’m looking for setting up an evaluation network considering of 10-14 nodes as data sources that are to send data values on a periodical basis to a data sink mode that will...
Hi everyone,
I am developing application on nRF52832 using SDK 15.3 on SES, windows. I am using secure DFU bootloader for FOTA process.
Scenario 1 : If I don't use DFU...
Hi Team,
After I add the ANT module into my project, I found the fds_gc() will always return error 1( NRF_ERROR_TIMEOUT ) when it has dirty records. If there are no dirty...