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'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
What would be the payload size? That is, without any ble involvement? I assume it's 31 bytes? Or maybe this question is invalid since you can transfer unpackaged, raw data...
Issue: when the battery level is requested for the first time from mobile its responding correctly. but, when it is requested for the second time from mobile, disconnection...
We are trying to import blinky example(Keil project) to SES, we could succesfully build the eaxmple and dump into nRF52-DK, example is from SDK12.1. After we dump into kit...
Hi, I'm planning to create a custom PCB that uses nRF52832-QFAA.
Currently, I chose the Q22FA12800025 32MHz crystal to use, which is the same one in the PCA10040, I believe...
Hi,
I use nRF51822 with 256k flash and external sensor, and i want to write the data i receive from it via SPI to internal flash?
After the data received i want to send...
I've seen a few posts in regards to the usage of MCP in a windows virtual machine. From what I can gather, this setup just will not work, however I haven't really seen an...
Hello:
I was wondering about the random addresses programmed into the FICR on some of the devboards that I have. I read the devzone and it appears that the DEVICEADDR is...
I read that the DEVICEADDR is always in the advertising packet, so i need to take these data from the master each time that a slave is conected to them. I trying do something...
I'm using nRF52+SDK11.0.0+s132. In the ble_hrs PCA10040 example, the following are defined:
BLE_STACK_SUPPORT_REQD
BOARD_PCA10040
NRF52_PAN_12
NRF52_PAN_15
NRF52_PAN_20...
Similar to the thread posted here , I am trying to merge SD+bootloader+application and flash this to a nrf52 using the Segger programmer. This saves us a huge amount of time...
What is the best way to start a new nRF52 project, on a custom PCB?
I have a custom PCB, with nRF52 module. I use IAR, with ST-LINK V2
Say to test the GPIOs, do I start...
I took a look into the PCA10040 and the differences from PCA10036, seems to be minimal...
NFC connector and some breaking points. My question is: if somebody from Nordic...
Hi,
I am new to the nrf52. I want to implement the code that gives me current date and time value based on default set values.
for this i need to read the current counter...