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...
Dear Team,
I am try to customize the some of the parameter of HTS221 temperature and humidity sensor used in thingy52 board, However if I change any of the parameter then...
I am using the nrf connect desktop application on windows with a PCA10059, and have found the application to be buggy when receiving a flood of notifications, this works fine...
I've been logged in for about a week now, and still can't log out.
I left a posting about that almost a week ago with some "bumps" later on the "back stage" section, but...
Hi!
Can anyone tell me that isthere any app which logs data automatically into txt or csv file from nrf52???
I am getting data at nrf connect but every time i need to...
PCB : thickness 1 t(1mn), 1/2oz, 2 layer
The antenna was removed and the VNA was connected between L3 and C6.
The impedance was about 100 ohms.
The part value is shown...
We have a latest set of prototypes which use an NRF52840 on a Laird BL654 module.
On two of these protoypes the module is unresponsive. We are using a J-Link Lite module...
Hi,
I was using nRF Mesh application to get the data of uint32_t from my server model(nRF52840) but nRF Mesh android application crashes while sending the opcode to the...
I am searching for complete developement kit and SDK support which can be used to form BLE mesh Network and BLE beacon device. The idea is that BLE mesh nodes will act as...
Good afternoon, dear Sir of Madam.
Our product used the NRF21540-QDAA-R7 which has gone obsolete. What is the best substitute part?
Unfortunatelly i couldn't find substitution...
Hi I am facing a issue regarding the DFU update using the nrfConnect App.
Since we recently updated from SDK12.0 to SDK16.0 and the softdevice version has been changed in...
Hi,
I am analyzing the power consumption of mesh nodes using your Power Profile Kit. I am running the example beaconing of the Mesh SDK 3.1.0 on a board nRF52832 with the...
I have designed a nrf9160 debugging board, which uses 18 and 19 pin as the log output. Then I also configure the TX and Rx of UART0 in the overlay file, which are 18 and 19...
i tried with blinky example like thiis
#pragma long_calls
__attribute__((used, long_calls, section(".data"))) int main(void) { /* Configure board. */ bsp_board_init...
Hi,
I'm working on a code using SPI.
I've changed the SPI configuration from this thread: https://devzone.nordicsemi.com/f/nordic-q-a/65072/nrf5430-spi-sample-code ...