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,
i've a problem with the implementation of nrf_crypto.c, each function has already been defined according to the build output.
..\..\..\..\..\..\components\libraries...
My application uses SDK 11 and s130 on an nRF51822. In certain cases I want to delete all my bonds and go into sys off.
I presume that when I call pm_peers_delete() , that...
I am not clear on what is failing to open here. Anybody have any tips.
(This is on windows)
C:\projects\CB\app>nrfutil dfu ble -f -pkg _build/careband.zip -n test
Please...
Hi Nordic,
I am trying now to create a star network, in which the central node is master of different slave channels. The idea is to configure and open different independent...
Hello,
I'm using the ble_app_uart_c as an example for a Central application. After writing to a characteristic in a peripheral I expect a notification back from that node...
I have a main loop in my application like this:
while (true)
{
// Other calls left out here.
app_sched_execute();
err_code = sd_app_evt_wait();
APP_ERROR_CHECK...
Hello,
I am new to the nordic's controller. We are planning to evaluate the nRF51/52 for our IOT application need.
I am more interested to know the possibility to have...
Hi,
I'm using the button event handler code on the SDK. It fires once when pressed down, and once again when i release the button. How do i make it only fire once per push...
I have two nrf51822AC mcu chips that are integrated on custom boards, and I need to communicate between those two chips (one set as a transmitter and the other as the receiver...
Hi,
I own company that builds a PIC 8-bit devices, and can code at a low bit level in the PIC environment.
I picked up the NRF52 Dev board, and am trying to learn the...
My peripheral device connects with central one very rarely. I decided that I don't want peripheral to negotiate connection parameters with central, just use settings imposed...
I'm developing custom board of nrF51822 CEAA (256k, 16k)
I set my bootloader ROM, RAM just like below
as I understand,
Firmware size should not larger than...
hi,
i just ask about nrf52832.
im using it with keil compiler and trying to divide the memory section (it that will be update and not)
but i have hard time to do with keil...