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 All,
My one of the old application is based on SDK11 and i found some issue data corruption with FDS module. After reading some post here regarding FDS issues and also...
Hello,
I am trying to evaluate the Channel Selection Algorithms (CSA) 1 and 2. From what I found on here, CSA 2 is enabled by default in SoftDevice stack, could you please...
Hello everyone. I want to create project from stracth for nRF52832. I use nRF52 DK. I couldn't find any tutorial for this. I create new project under nRF5 SDK 16.0 and specified...
I am using BT840F module from Fanstel which is based on nRF52840.
Currently I am having two EV-BT840 (Evaluation kit for BT840). I have modified 'pca10056.h' as per my board...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hello Devzone,
I've been working on a system to set notifications on time ready for transmission.
The client sends a WWR package to my peripheral and I want my peripheral...
Hello,
Currently, I'm trying to flash my custom board that has nRF52832 with an uart application that I integrated buttonless DFU. I'm running into a problem where when...
1.nrf9160 is there an RF calibration parameter at the factory?
2. If there are calibration parameters, does burning mfw_nrf9160_1.2.0.zip firmware affect the calibration...
I have two devices here, So I combined three HEX files and burned them with JLink, and they don't behave the same. One starts the application normally, and one is always in...
I am using a custom board with nRF8001, where I use external interrupt from the RDYN pin to let MCU know BLE has an event. MCU can recognize these events and change the associated...
Hi,
I added the feature of the 'buttonless dfu' to the 'hrs freertos' using the SDK v15.3.0.
After programmed the built image to the EV board PCA10040, it could run normally...
Hi
I have 2 customised board with nrf52832, I wanted to communicate between 2 devices. Like to send commands like turn on/off LED from my one board to on/off LED on my second...
hi
i want to use iic in my project ,and i add iic func to my project refrence project twi_sensor.
the code of iic like this:
I call the api in the main
then...
Hello
I would like to use the extended advertisement feature of BLE 5 but I have several questions: 1. If I want to broadcast data in "extended advertisement" messages ...