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'm using SDK 15.2. I flashed the dtm firmware on the BLE chip. How can I test its working before sending it to the certifier? I have nrfgo studio & I'm able to start...
Hi Team
We are able to flash nRF52840 based LE Module using nRF52840 DK successfully.
But we would like to know if nRF52 DK also can be used to flash/program this nRF52840...
Hello,
SDK:15.3
If not pair with moblic phone, spi is normal
And obile phone pair 52811 to send data, that also normal
But I want to integrate, then 52811 is NRF_BREAKPOINT_COND...
Hi all:
For SDK15.3, if I want to change 32.768Khz to internal LF clock, Should I enable the CLOCK_CONFIG_LF_CAL_ENABLED of "sdk_config.h" ?
if I disable CLOCK_CONFIG_LF_CAL_ENABLED...
trying to implement an external interrupt with both edge triggered. I wanted to try first pin_change_int example in sdk 15.3.0 but it is not compiling. I didn't do any change...
Need to communicat between nRF52810 and nRF24L01. nRF24L01 is standard module from Nordic. we are using nRF52 development kit and using Segger Embedded Studio (as suggested...
Hi
I have developed a beacon scanner application.using nRF52 dongle as beacon and nRF52840 DK as scanner. whatever data which is being flashed by the beacon module gets...
hello , I wonder whether there's a provided coding example for nRF51822 Bluetooth connection and sending with Android phone. The platform is Android Studio in java.
Hey.
I am trying to create a zip file containing the application and soft-device hex files in order to upgrade both application and soft device (from 6.0.0 to 7.0.1 version...
Hi there,
I am trying to modify the USB CDC ACM example to work as a USB CCID. Right now the main issue that I'm facing is macros on top of macros.
It's perfectly understandable...