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...
Hello, I am working on a project that involves the implementation of a wireless temperature sensor. so, i bought the DS18b20 digital temp sensor and tried to apply the code...
hello friends:)
i have some problem during making my products,
it's an a interface board with ble that generates UART signal for other board
and i made an schematic with...
Hi,
I noticed weird behaviour on nRF52840 when using LE Coded PHY.
Connection access address is configured as logical address 1 and it works fine when using 1M and 2M...
Hi,
Can we use nRF in vehicle to vehicle communication V2V ? And how max nodes can we have ?
As I know, the nRF don't need authentication when we send data, is it true...
Hi Nordic,
Device: nRF51422. Protocol: ANT+. Softdevice: S210
We want to do the EMC test of our custom board and we would like to know at least an approximation of what...
Hi all,
I'm using nRF5 SDK V12.2 to do the OTA for nRF52832 . In general, it's ok. However, if I close the bluetooth function on the phone or close the DFU app from the...
Hi there,
I'm using the PPK (v1.1.0) to measure my nRF52 DK (v1.1.1). My sample programm is very simple: set up the LFXO, RTC with 8s CC-periode and the BSP_LEDs:
const...
I have another longer question regarding an SPI led driver I’m working with that has some strict timings, but I wanted to ask a more succinct question here since I think I...
In my project I need two UART's. One UART will be used for UART over BLE communication and another one will be for Connecting other modules with nRF52 board. So is it possible...