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 working on an application where the nRF52832 is being used to control external hardware that requires fairly precise timing. Specifically, I use sd_radio_request to allocate...
Hello.
I want to develop a custom bootloader with the same purpose as described in Very simple SPI bootloader
I'm using a 52832 with Eclipse/GCC and nRF SDK V13.0
...
Hi there,
I've tried using PCA10040 with NRF Connect to do Secure DFU but no luck. Any idea on how to get it recognized, please?
I'm following this:
infocenter.nordicsemi...
In the Bluetooth Light Controller example for the client, in provisioner.c this beautiful comment can be found:
/* Provisioning encryption key storage (this is not how...
Hi all,
Here is my first question on this forum after many hours working with the NRF but for the first time I didn't found the answer :)
My problem is :
I would like...
Hi,
We have custom board with STM32F407 as an application chip and BL652-SC-01 as a connectivity chip. When we worked on SDK 13 and softdevice 4.0.2 or 4.0.4 we had problem...
Hi, I have problem with using printf() in SEGGER RTT.
I've read tutorial and others about SEGGER RTT printf() problem, but they didn't work.
When I use printf() in RTT...
hi,
I found ble_app_multilink_central example under SDK but this is for LED button application.
Is it possible to configure the same example for NUS?
I worrying about...
I have app (based on buttonless_dfu) works on sdk 13, sd 3, nrf52832.
Now I try to migrate this app to newest SDK14, sd 5.
I can't resolve one issue. I have main.c and 7...
hi, I found ble_app_multilink_central example under SDK ,and make it work with NUS. Some problems bothered me.
When the amount of data reaches a certain amount, the transfer...
Hi,
Tried this getting started tutorial:
github.com/.../Nordic_SDK_User_Guide.md
When building project at the end, I get: (After trying max optimization)
linking...
Hi,
I am trying to program a custom board with ISP1507 chip from dynastream based on nRF52832 using the nRF52 DK. I have connected P20 on the DK to the chip as follows...
Hello, myCode: https://goo.gl/ggTei4 & Photo : https://goo.gl/Sq28tC
Please Help me with Dynamic NRF24L01 Mesh network
I have connected nodes via DHCP 01, 02 upto 05 to...
Hello everyone!
Do have any different between Read/Write internal flash with softdevice and non softdevice!
And how can I get example Read/Write internal flash with softdevice...