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...
I am using BLE mesh SDK V1.0.1. I want to know the answers of following questions,
1. What are the advertising and scanning parameters used for flooding in Mesh?
2. Does...
hey, how can i get on the device pca id which is also printed on the nordic chip on the board.
i use the mesh light on off example and need this id to send beacons with...
The code was already done in another system and it worked successfully.But when I tried to build the same code in my system it shows some error like this "cannot move location...
Hello,
I have brought new PCA10056 board for BLE5 evaluation but hard part is board is not getting detected in nRFgo studio nor in Keil.
I can see COM port getting generated...
As we are building our Mesh stack on the Nordic nRF52840 boards we realized that the fixes applied to mbedOS 5.9.4 would fix some of our problems. Does anyone have experience...
Hi!
SDK:nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_ancs_c\pca10056\s140\arm5_no_packs
Development board:pca10056,V0.9.1.
Because the current process of...
Hi Everyone
Here is what i am trying to achieve with nrf52840 PDK , SDK15.0 And Segger Embedded Stuido
1. I want to create a text file with "HELLO WORLD!" in it.
2....
In the Lower transport layer, segmentation will be carried out. The concept of a place is not very clear. Can you help me?
SeqAuth = IV Index + first segment SEQ = 56bit...
Hi,
I have been trying to implement a Bluetooth keyboard functionality using the nRF52DK. So, from my understanding, what the example program "ble_app_hids_keyboard" present...
I am trying to communicate between peripheral device (nordic nRF52840) with another device (let us say ubuntu device) with ubunutu as OS and Bluez bluetooth stack. I have...
I am trying to implement UART service which should act as both central and peripheral at a time.
So, I started implementing ble_uart peripheral service into the central...
Hi,
I'm testing the nrfutil tool for DFU in windows but it seems that when running nrfutil keys --gen-key private_key.txt I get " no such option: --gen-key" , using nrfutil...
Hello,
I have been developing firmware on a custom nRF51 board.
Upon testing firmware that involved BLE advertising,scanning, UART communication over BLE and FDS, i observed...