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...
Is it possible to route a signal derived from internal clock to an IO pin? I am new to NRF micro controller. My experience has been with Cypress PSOC and in the IDE it was...
I am trying to implement a struct that will be saved in non-volatile memory. Does the dev kit have these capabilities on its own? If it does is there a guide on how to use...
Hello,
I am using secure dfu with bonds (SDKv15.3, Segger, nrF52832), it works fine however after each dfu (application only) I lose the bond information.
I have search...
I am trying to communicate with PN7150 from nRF52840 DK using I2C pins.
PN7150 needs 3.3V and nRF52840 is supplying 2.9V.
I am able to read PN7150 on Arduino Mega but...
I made a Windows application that makes USB connection with nRF52840. You need the nordic_cdc_acm driver to use it with windows7. May I distribute the nordic_cdc_acm driver...
Hi Nordic,
We're developing a product based on the nRF52810 and got the following question:
We were wondering if we can recover a board in the worst-case scenario where...
Dear all, My team want to develop a innovative product. I am following this tutorial ( www.youtube.com/watch to enable the CMSIS Configuration Wizard in Segger Embedded Studio...
I am working with SDK15.3.0 and a PCA10040 with S132. I have two questions relating to the BLE addresses as seen by the PCA10040 and by nRF Connect.
Q1 - What is the relationship...
Modem firmware version 1.0.0
Segger version v4.18
nrf tag v1.0.0
Often when I try to flash a new build of an application and try to flash an application through Targert...
Dear Team,
I want to integrate an nRF chip into my Project. I will use a ready made module from Laird, the BL652-Sx.
For Debugging I want use the nRF52 DK and connect...
Hi all,
we would like to add usb-cdc support for our nrf mesh project. I have tried merging an usbd example project into our application but without success so far. I am...
When I try parse string on nrf52832 with SEGGER Embedded Studio for ARM 4.16, I have a problem about "sscanf" :
Here is code:
It should output:
Num: 12
Num:...
Hello to all! I use the sleep mode PWRDWN = 0x04 and periodically wake up at WDT.With that, I see needles for the current consumption in the circuit to wake up the circuit...
I measured the output power over all the channel, see graphics below. It is not much, but i still would like to know why the output power drifts over frequency. Is this by...
Hello,
I have two nRF52832 (BL652) modules setup and connected through an RF cable. I am feeding the peripheral radio (2x) 174 byte packets every 5 ms. On the central, I...