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 Everyone
I am able to write and read to and from QSPI memory interfaced with nrf52840 PDK.
I am using Segger Embedded Studio with sdk15.0.
I want to create a text...
If I write a value to ERASEPROTECT.DISABLE -- which itself works, as I'm fully able to perform the mass erase by writing the same value using the debugger -- I can't seem...
Hi,
We are using NRF52833 as a BLE central in our latest product and is undergoing radio certification tests. We are using SDK16 Radio Test example for the tests.
...
Hi,
We recently came across this network stack vulnerability called ripple20 and would like to know if there is any possibility of the same being present in the network...
Hi,
If i use nrf53 to interface with a modem(nrf91 or any other modem), is it possible to run the the TCP + TLS stack on nrf53?
In case nrf91 the the BSD lib runs on the...
Hello,
I am currently developing an Android library to connect a smartphone with a peripheral device that serves several bluetooth services. BAS, DIS and 2 other private...
Hi I have fired up nrf5340 pdk and downloaded the sample HRS hex images and I can connect using my phone app.
Is there a detailed step by step guide similar to the one available...
Hello,
I have a production device (NRF52840) running a version of the Legacy bootloader from SDK 11.0 and I need to update this to the latest secure bootloader.
Old Device...
Hello
I would like to add Power Management to the BSP example and I'm doing as follows (using SES 5.10):
add #include "nrf_pwr_mgmt.h" and nrf_pwr_mgmt_init(); to...
I have ~600 bytes of configuration data total that needs to be saved each after a sensor joins the Zigbee network, details like:
IEEE addr
end point
Join state details...
I plan to use nRF52832 BLE chip of your company. Now I have the following questions: If I use internal 64M RC, can I use Bluetooth function?Is the 2.4g transceiver accurate...
Hi,
I am have programmed my Thingy 91 device with lte_ble_gateway program to collect data from 5 Bluetooth devices and send them to the cloud. This program runs fine, however...
Hi Nordic
We want to study the network id and node id fields in proxy beacon of BLE mesh protocol.
For mesh4.1 sdk light_server example, does it broadcast network id after...
I tried to make CSMA/CA perform on nrf52832 but the SDK example didn't have Energy detection (ED) and CCA sample
How to configuration Energy detection (ED) and CCA ?
If...